Oracle® Database Reference 10g Release 1 (10.1) Part Number B10755-01 |
|
|
View PDF |
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 |