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


VIEW: SYS.ALL_OPARGUMENTS

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

All arguments of the operators available to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Owner of the operator
OPERATOR_NAME VARCHAR2 (128) Yes Name of the operator
BINDING# NUMBER
Yes Binding# of the operator
POSITION NUMBER
Yes Position of the operator argument
ARGUMENT_TYPE VARCHAR2 (61)
Datatype of the operator argument
Query Text

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


SELECT OWNER
,      OPERATOR_NAME
,      BINDING#
,      POSITION
,      ARGUMENT_TYPE
FROM SYS.ALL_OPARGUMENTS;

Dependencies

[top of page]

SYS.ALL_OPARGUMENTS references the following:

SchemaSYS
TableOBJ$
TableOBJAUTH$
TableOPARG$
TableUSER$
SYS.ALL_OPARGUMENTS is referenced by following:

SchemaPUBLIC
SynonymALL_OPARGUMENTS