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


TABLE: SYS.WRM$_COLORED_SQL

Object Details
Object Name: WRM$_COLORED_SQL
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSAUX
PCT Free: 10
PCT Used:
Primary Key: WRM$_COLORED_SQL_PK
  1. ColumnDBID
  2. ColumnSQL_ID
  3. ColumnOWNER
Indexes
Index Type Uniqueness Tablespace Column
WRM$_COLORED_SQL_PK NORMAL UNIQUE TablespaceSYSAUX ColumnDBID
ColumnSQL_ID
ColumnOWNER
Columns
Name Datatype Length Mandatory Comments
DBID NUMBER
Yes
SQL_ID VARCHAR2 (13) Yes
OWNER NUMBER
Yes
CREATE_TIME DATE
Yes
Query Text

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


SELECT DBID
,      SQL_ID
,      OWNER
,      CREATE_TIME
FROM SYS.WRM$_COLORED_SQL;

Dependencies

[top of page]

SYS.WRM$_COLORED_SQL does not reference any database object

SYS.WRM$_COLORED_SQL is referenced by following:

SchemaSYS
ViewINT$DBA_HIST_COLORED_SQL