Database Reference
ContentsOpens a new window
Opens a new window
Page 2423 of 2693

V$SQLCOMMAND

V$SQLCOMMAND displays the mapping between SQL opcodes and names.


Column Datatype Description

COMMAND_TYPE

NUMBER

SQL command number

COMMAND_NAME

VARCHAR2(64)

SQL command name

CON_ID

NUMBER

The ID of the container to which the data pertains. Possible values include:

  • 0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs.

  • 1: This value is used for rows containing data that pertain to only the root

  • n: Where n is the applicable container ID for the rows containing data


Previous PageOpens a new window
Page 2423 of 2693
Next PageOpens a new window