DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_INDEXTYPE_OPERATORS

Object Details
Object Name: DBA_INDEXTYPE_OPERATORS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All indextype operators

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

SYS.DBA_INDEXTYPE_OPERATORS references the following:

SchemaSYS
TableINDOP$
TableOBJ$
TableUSER$
SYS.DBA_INDEXTYPE_OPERATORS is referenced by following:

SchemaPUBLIC
SynonymDBA_INDEXTYPE_OPERATORS
SchemaSYS
Package BodyDBMS_REPCAT_UTL4 - show dependent code