[Home] [Help]
[Dependency Information]
Object Name: | USER_INDEXTYPE_OPERATORS |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
All user 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.USER_INDEXTYPE_OPERATORS;
|
|
|