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
Menu
Function Call « Stored Procedure Function « Oracle PL / SQL
Oracle PL / SQL
Stored Procedure Function
Function Call
1.
Call function and store the return value to a variable
2.
Call function in dbms_output.put_line
3.
Use a user-defined function in stored procedure
4.
Local Subprograms
5.
Calling a Function
6.
This function cannot be called from a SQL statement: cannot perform a DML operation inside a query
7.
This function can be called from a SQL statement.
8.
Function with insert statement can be called from a DML statement.