Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Procedure Call « Stored Procedure Function « Oracle PL / SQL
Oracle PL / SQL
Stored Procedure Function
Procedure Call
1.
Call a stored procedure in a PL/SQL block
2.
Call a stored procedure then other statements
3.
Dependency Example
4.
Forward Declarations
5.
Exceptions in Subprograms
6.
A PL/SQL procedure with no parameter
7.
Exception throwed out of procedure call
8.
Default parameter value
9.
Pass parameter by data type
10.
Calling ParameterLength illegally (ORA-6502)...
11.
Use named notation
12.
Use named notation, but with a different order of the formal parameters
13.
This script demonstrates how to create and call a simple procedure.