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


TABLE: SYS.UTL_RECOMP_ERRORS

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

Storage Details
Tablespace: TablespaceSYSTEM
PCT Free: 10
PCT Used: 40
Columns
Name Datatype Length Mandatory Comments
OBJ# NUMBER

ERROR_AT TIMESTAMP(6) (11)
COMPILE_ERR VARCHAR2 (4000)
Query Text

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


SELECT OBJ#
,      ERROR_AT
,      COMPILE_ERR
FROM SYS.UTL_RECOMP_ERRORS;

Dependencies

[top of page]

SYS.UTL_RECOMP_ERRORS does not reference any database object

SYS.UTL_RECOMP_ERRORS is referenced by following:

SchemaSYS
Package BodyUTL_RECOMP - show dependent code