Call (800) 766-1884 for Oracle support & training
Free Oracle Tips


Oracle Consulting Support
Oracle Upgrades
Use New Oracle Features
Oracle Replication Support
Oracle Training
Remote Oracle DBA
System Documentation
Oracle Tips
Oracle Performance
 

Free Oracle Tips


 

HTML Text

BC Oracle tuning

Oracle training

Oracle support

Remote Oracle

 

 

   
  Oracle Tips by Burleson

PL/SQL Flow Control

Flow control allows the sequence of execution to be altered by some condition, usually an IF statement, and all programming languages implement flow control.  In this chapter we discuss PL/SQL’s implementation of flow control, focusing on the various IF/THEN  conditional statements, followed by the various loop implementations. 

In a nutshell, flow control allows the programmer to check a condition, and decide which path the program will take through the code.  The condition checked is a Boolean (returning either “true” or “false”).  Any PL/SQL evaluation, function, or compound statement can be used in the check condition as long as the result is a Boolean true/false result.  In PL/SQL the condition evaluation can be enclosed in parentheses for clarity but that is not a requirement.  Let’s take a closer look.


The above book excerpt is from:

Easy Oracle PL/SQL Programming

Get Started Fast with Working PL/SQL Code Examples

ISBN 0-9759135-7-3   

John Garmany 

http://www.rampant-books.com/book_2005_1_easy_plsql.htm


Download your Oracle scripts now:

www.oracle-script.com

The definitive Oracle Script collection for every Oracle professional DBA

  
 

Oracle performance tuning software 
 
 
 
 

Oracle performance tuning book

 

 
 
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

   

Copyright © 1996 -  2011 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.