[Home] [Help]
[Dependency Information]
| Object Name: | DBA_INDEXTYPE_OPERATORS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All indextype operators
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER | VARCHAR2 | (128) | Yes | Owner of the indextype |
| INDEXTYPE_NAME | VARCHAR2 | (128) | Yes | Name of the indextype |
| OPERATOR_SCHEMA | VARCHAR2 | (128) | Yes | Name of the operator schema |
| OPERATOR_NAME | VARCHAR2 | (128) | Yes | Name of the operator for which the indextype is defined |
| BINDING# | NUMBER | Yes | Binding# associated with the operator |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, INDEXTYPE_NAME
, OPERATOR_SCHEMA
, OPERATOR_NAME
, BINDING#
FROM SYS.DBA_INDEXTYPE_OPERATORS;
SYS
INDOP$
OBJ$
USER$
PUBLIC
DBA_INDEXTYPE_OPERATORS
SYS
DBMS_REPCAT_UTL4
- show dependent code
|
|
|
|