[Home] [Help]
[Dependency Information]
Object Name: | CDB_OPARGUMENTS |
---|---|
Object Type: | VIEW |
Owner: | SYS |
Subobject Name: | |
Status: | VALID |
All operator arguments in all containers
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OWNER | VARCHAR2 | (30) | Yes | Owner of the operator |
OPERATOR_NAME | VARCHAR2 | (30) | 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 | |
CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER
, OPERATOR_NAME
, BINDING#
, POSITION
, ARGUMENT_TYPE
, CON_ID
FROM SYS.CDB_OPARGUMENTS;
SYS.CDB_OPARGUMENTS does not reference any database object
SYS.CDB_OPARGUMENTS is referenced by following:
|
|
|