[Home] [Help]
[Dependency Information]
Object Name: | DBA_OPANCILLARY |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
All ancillary operators
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OWNER | VARCHAR2 | (128) | Yes | Owner of ancillary operator |
OPERATOR_NAME | VARCHAR2 | (128) | Yes | Name of ancillary operator |
BINDING# | NUMBER | Yes | Binding number of ancillary operator | |
PRIMOP_OWNER | VARCHAR2 | (128) | Yes | Owner of primary operator |
PRIMOP_NAME | VARCHAR2 | (128) | Yes | Name of primary operator |
PRIMOP_BIND# | NUMBER | Yes | Binding number of primary operator |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OPERATOR_NAME
, BINDING#
, PRIMOP_OWNER
, PRIMOP_NAME
, PRIMOP_BIND#
FROM SYS.DBA_OPANCILLARY;
|
|
|