Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-01 |
|
|
View PDF |
ALL_OPERATOR_COMMENTS
displays comments for the user-defined operators accessible to the current user.
Related Views
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 |