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


VIEW: SYS.CDB_SQL_PLAN_DIR_OBJECTS

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

Set of objects in sql plan directive in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
DIRECTIVE_ID NUMBER

The identifier of the sql plan directive
OWNER VARCHAR2 (128)
The username of the owner of the object in the sql plan directive
OBJECT_NAME VARCHAR2 (128)
The name of the object in the sql plan directive
SUBOBJECT_NAME VARCHAR2 (128)
The name of the sub-object (for example column) in the sql plan directive
OBJECT_TYPE VARCHAR2 (6)
The type of the (sub-)object in the sql plan directive
NOTES XMLTYPE (64)
Other notes about the object
CON_ID NUMBER

container id
Query Text

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


SELECT DIRECTIVE_ID
,      OWNER
,      OBJECT_NAME
,      SUBOBJECT_NAME
,      OBJECT_TYPE
,      NOTES
,      CON_ID
FROM SYS.CDB_SQL_PLAN_DIR_OBJECTS;

Dependencies

[top of page]

SYS.CDB_SQL_PLAN_DIR_OBJECTS references the following:

SchemaSYS
ViewDBA_SQL_PLAN_DIR_OBJECTS
PL/SQL PackageDBMS_SPD_INTERNAL - show dependent code
PL/SQL PackageSTANDARD - show dependent code
TYPESYS_PLSQL_6A517DAE_9_1
TYPEXMLTYPE
SYS.CDB_SQL_PLAN_DIR_OBJECTS is referenced by following:

SchemaPUBLIC
SynonymCDB_SQL_PLAN_DIR_OBJECTS