4.10 ALL_PLSQL_OBJECT_SETTINGS
ALL_PLSQL_OBJECT_SETTINGS displays information about the compiler settings for the stored objects accessible to the current user.
               
Related Views
- 
                        DBA_PLSQL_OBJECT_SETTINGSdisplays information about the compiler settings for all stored objects in the database.
- 
                        USER_PLSQL_OBJECT_SETTINGSdisplays information about the compiler settings for the stored objects owned by the current user. This view does not display theOWNERcolumn.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| 
 | 
 | 
 | Owner of the object | 
| 
 | 
 | 
 | Name of the object | 
| 
 | 
 | 
 | Type of the object: 
 | 
| 
 | 
 | 
 | Optimization level that was used to compile the object | 
| 
 | 
 | 
 | Compilation mode for the object | 
| 
 | 
 | 
 | Indicates whether the object was compiled with debug information or not | 
| 
 | 
 | 
 | Compiler warning settings that were used to compile the object | 
| 
 | 
 | 
 | NLS length semantics that were used to compile the object | 
| 
 | 
 | 
 | Conditional compilation flag settings that were used to compile the object | 
| 
 | 
 | 
 | Settings for using PL/Scope | 
| 
 | 
 | 
 | The ID of the container where the data originates. Possible values include: 
 | 
See Also: