[Home] [Help]
[Dependency Information]
Object Name: | CDB_OPANCILLARY |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
All ancillary operators in all containers
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OWNER | VARCHAR2 | (30) | Yes | Owner of ancillary operator |
OPERATOR_NAME | VARCHAR2 | (30) | Yes | Name of ancillary operator |
BINDING# | NUMBER | Yes | Binding number of ancillary operator | |
PRIMOP_OWNER | VARCHAR2 | (30) | Yes | Owner of primary operator |
PRIMOP_NAME | VARCHAR2 | (30) | Yes | Name of primary operator |
PRIMOP_BIND# | NUMBER | Yes | Binding number of primary operator | |
CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OPERATOR_NAME
, BINDING#
, PRIMOP_OWNER
, PRIMOP_NAME
, PRIMOP_BIND#
, CON_ID
FROM SYS.CDB_OPANCILLARY;
SYS.CDB_OPANCILLARY does not reference any database object
SYS.CDB_OPANCILLARY is referenced by following:
|
|
|