| Oracle® Database Reference 11g Release 1 (11.1) Part Number B28320-01  | 
  | 
  | 
View PDF | 
ALL_OPERATORS describes operators accessible to the current user.
Related Views
DBA_OPERATORS describes all operators in the database.
USER_OPERATORS describes all operators owned by the current user.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
OWNER | 
VARCHAR2(30) | 
NOT NULL | 
Owner of the operator | 
OPERATOR_NAME | 
VARCHAR2(30) | 
NOT NULL | 
Name of the operator | 
NUMBER_OF_BINDS | 
NUMBER | 
NOT NULL | 
Number of bindings associated with the operator | 
See Also: