Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
ALL_OPERATOR_COMMENTS
displays comments for the user-defined operators accessible to the current user.
DBA_OPERATOR_COMMENTS
displays comments for all user-defined operators in the database.
USER_OPERATOR_COMMENTS
displays comments for the user-defined operators owned by the current user.
Column | Datatype | NULL | Description |
---|---|---|---|
OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the user-defined operator |
OPERATOR_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the user-defined operator |
COMMENTS |
VARCHAR2(4000) |
Comment for the user-defined operator |