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


VIEW: SYS.CDB_INDEXTYPE_OPERATORS

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

All indextype operators in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (30) Yes Owner of the indextype
INDEXTYPE_NAME VARCHAR2 (30) Yes Name of the indextype
OPERATOR_SCHEMA VARCHAR2 (30) Yes Name of the operator schema
OPERATOR_NAME VARCHAR2 (30) Yes Name of the operator for which the indextype is defined
BINDING# NUMBER
Yes Binding# associated with the operator
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      INDEXTYPE_NAME
,      OPERATOR_SCHEMA
,      OPERATOR_NAME
,      BINDING#
,      CON_ID
FROM SYS.CDB_INDEXTYPE_OPERATORS;

Dependencies

[top of page]

SYS.CDB_INDEXTYPE_OPERATORS does not reference any database object

SYS.CDB_INDEXTYPE_OPERATORS is referenced by following:

SchemaPUBLIC
SynonymCDB_INDEXTYPE_OPERATORS