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


TABLE: SYS.UTL_RECOMP_SORTED

Object Details
Object Name: UTL_RECOMP_SORTED
Object Type: TABLE
Owner: SYS
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
UTL_RECOMP_SORT_IDX1 NORMAL UNIQUE TablespaceSYSTEM ColumnOBJ#
Columns
Name Datatype Length Mandatory Comments
OBJ# NUMBER
Yes
OWNER VARCHAR2 (128)
OBJNAME VARCHAR2 (128)
EDITION_NAME VARCHAR2 (128)
NAMESPACE NUMBER

DEPTH NUMBER

BATCH# NUMBER

Query Text

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


SELECT OBJ#
,      OWNER
,      OBJNAME
,      EDITION_NAME
,      NAMESPACE
,      DEPTH
,      BATCH#
FROM SYS.UTL_RECOMP_SORTED;

Dependencies

[top of page]

SYS.UTL_RECOMP_SORTED does not reference any database object

SYS.UTL_RECOMP_SORTED is referenced by following:

SchemaSYS
Package BodyUTL_RECOMP - show dependent code