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
Parameter IN « Stored Procedure Function « Oracle PL / SQL
Oracle PL / SQL
Stored Procedure Function
Parameter IN
1.
Use 'IN' parameters
2.
Define in parameter
3.
Column type parameter
4.
Demonstrate the behavior of IN, OUT, and IN OUT parameter modes.
5.
This procedure will not compile, since it attempts to modify an IN parameter.