DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_OPANCILLARY

Object Details
Object Name: ALL_OPANCILLARY
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All ancillary operators available to the user

[View Source]

Columns
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      OPERATOR_NAME
,      BINDING#
,      PRIMOP_OWNER
,      PRIMOP_NAME
,      PRIMOP_BIND#
FROM SYS.ALL_OPANCILLARY;

Dependencies

[top of page]

SYS.ALL_OPANCILLARY references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableOPANCILLARY$
TableUSER$
SYS.ALL_OPANCILLARY is referenced by following:

SchemaPUBLIC
SynonymALL_OPANCILLARY