[Home] [Help]
[Dependency Information]
Object Name: | ALL_OPARGUMENTS |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
All arguments of the operators available to the user
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 |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OPERATOR_NAME
, BINDING#
, POSITION
, ARGUMENT_TYPE
FROM SYS.ALL_OPARGUMENTS;
|
|
|