[Home] [Help]
[Dependency Information]
Object Name: | CDB_INDEXTYPE_OPERATORS |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
All indextype operators in all containers
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 |
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;
SYS.CDB_INDEXTYPE_OPERATORS does not reference any database object
SYS.CDB_INDEXTYPE_OPERATORS is referenced by following:
|
|
|