Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_PLSQL_OBJECT_SETTINGS
displays information about the compiler settings for the stored objects accessible to the current user.
DBA_PLSQL_OBJECT_SETTINGS
displays information about the compiler settings for all stored objects in the database.
USER_PLSQL_OBJECT_SETTINGS
displays information about the compiler settings for the stored objects owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the object |
NAME |
VARCHAR2(30) |
NOT NULL |
Name of the object |
TYPE |
VARCHAR2(12) |
Type of the object:
|
|
PLSQL_OPTIMIZE_LEVEL |
NUMBER |
Optimization level that was used to compile the object | |
PLSQL_CODE_TYPE |
VARCHAR2(4000) |
Compilation mode for the object | |
PLSQL_DEBUG |
VARCHAR2(4000) |
Indicates whether the object was compiled with debug information or not | |
PLSQL_WARNINGS |
VARCHAR2(4000) |
Compiler warning settings that were used to compile the object | |
NLS_LENGTH_SEMANTICS |
VARCHAR2(4000) |
NLS length semantics that were used to compile the object | |
PLSQL_CCFLAGS |
VARCHAR2(4000) |
Conditional compilation flag settings that were used to compile the object | |
PLSCOPE_SETTINGS |
VARCHAR2(4000) |
Settings for using PL/Scope |