| Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03  | 
  | 
  | 
PDF · Mobi · ePub | 
ALL_OPERATORS describes the operators accessible to the current user.
DBA_OPERATORS describes all operators in the database.
USER_OPERATORS describes the 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: