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
ORA « System Packages « Oracle PL / SQL
Oracle PL / SQL
System Packages
ORA
1.
ORA_CLIENT_IP_ADDRESS returns the client IP address as a VARCHAR2 datatype.
2.
ORA_DES_ENCRYPTED_PASSWORD returns the DES-encrypted password as a VARCHAR2 datatype
3.
ORA_DICT_OBJ_NAME returns an object name as a VARCHAR2 datatype
4.
ORA_DICT_OBJ_NAME_LIST: list of object names touched by the triggering event.
5.
ORA_DICT_OBJ_OWNER returns an owner of the object acted upon by the event as a VARCHAR2 datatype.
6.
ORA_DICT_OBJ_OWNER_LIST returns the number of elements in the list indexed by a PLS_INTEGER datatype.
7.
ORA_DICT_OBJ_TYPE returns the datatype of the dictionary object changed by the event as a VARCHAR2 datatype.
8.
ORA_GRANTEE returns the number of elements in the list indexed by a PLS_INTEGER datatype.
9.
ORA_INSTANCE_NUM returns the current database instance number as a NUMBER datatype.
10.
ORA_IS_ALTER_COLUMN returns a true or false value as a BOOLEAN datatype
11.
ORA_IS_CREATING_NESTED_TABLE returns a true or false value as a BOOLEAN datatype when you create a table with a nested table.
12.
ORA_LOGIN_USER function returns the current schema name as a VARCHAR2 datatype.
13.
ORA_PRIVILEGE_LIST returns the number of elements in the list indexed by a PLS_INTEGER datatype.
14.
ORA_SERVER_ERROR returns an error number as a NUMBER datatype.
15.
ORA_SERVER_ERROR_MSG returns an error message text as a VARCHAR2 datatype.
16.
ORA_SYSEVENT function returns the system event that was responsible for firing the trigger as a VARCHAR2 datatype.
17.
ORA_WITH_GRANT_OPTION returns a true or false value as a BOOLEAN datatype.
18.
The ORA_IS_SERVERERROR returns a true or false value as a BOOLEAN datatype when the error is on the error stack.