DBA_WARNING_SETTINGS
displays information about the warning parameter settings for all objects in the database. Its columns are the same as those in ALL_WARNING_SETTINGS
.
· ALL_WARNING_SETTINGS
displays information about the warning parameter settings for the objects accessible to the current user.
· USER_WARNING_SETTINGS
displays information about the warning parameter settings for the objects owned by the current user. This view does not display the OWNER
column.
Column | Datatype | NULL | Description |
|
|
| Owner of the object |
|
|
| Name of the object |
|
|
| Object number of the object |
|
| | Type of the object: · · · · · · · |
|
| | Warning number or category: · · · · |
|
| | Value of the warning setting: · · · |
Note:
1.
select * from DBA_WARNING_SETTINGS where owner = 'SDE';
OWNER | OBJECT_NAME | OBJECT_ID | OBJECT_TYPE | WARNING | SETTING |
SDE | DBTUNE_UTIL | 72979 | PACKAGE | ALL | DISABLE |
SDE | DBTUNE_UTIL | 73001 | PACKAGE BODY | ALL | DISABLE |
SDE | GDB_AR_TR | 1027846 | TRIGGER | ALL | DISABLE |
No comments:
Post a Comment