[Home] [Help]
[Dependency Information]
Object Name: | CDB_OPBINDINGS |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
All operator binding functiosn or methods in all containers
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OWNER | VARCHAR2 | (30) | Yes | Owner of the operator |
OPERATOR_NAME | VARCHAR2 | (30) | Yes | Name of the operator |
BINDING# | NUMBER | Yes | Binding# of the operator | |
FUNCTION_NAME | VARCHAR2 | (386) | Name of the binding function or method as specified by the user | |
RETURN_SCHEMA | VARCHAR2 | (128) | Name of the schema of the return type - not null only for ADTs | |
RETURN_TYPE | VARCHAR2 | (128) | Name of the return type | |
IMPLEMENTATION_TYPE_SCHEMA | VARCHAR2 | (128) | Schema of the implementation type of the indextype | |
IMPLEMENTATION_TYPE | VARCHAR2 | (128) | Implementation type of the indextype | |
PROPERTY | VARCHAR2 | (43) | Property of the operator binding | |
CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OPERATOR_NAME
, BINDING#
, FUNCTION_NAME
, RETURN_SCHEMA
, RETURN_TYPE
, IMPLEMENTATION_TYPE_SCHEMA
, IMPLEMENTATION_TYPE
, PROPERTY
, CON_ID
FROM SYS.CDB_OPBINDINGS;
SYS.CDB_OPBINDINGS does not reference any database object
SYS.CDB_OPBINDINGS is referenced by following:
|
|
|