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


TABLE: SYS.APPLY$_ERROR_HANDLER

Object Details
Object Name: APPLY$_ERROR_HANDLER
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
APPLY$_ERROR_HANDLER_UNQ NORMAL UNIQUE TablespaceSYSTEM ColumnRESOLUTION_ID
Columns
Name Datatype Length Mandatory Comments
OBJECT_NUMBER NUMBER

METHOD_NAME VARCHAR2 (92)
RESOLUTION_COLUMN VARCHAR2 (4000)
RESOLUTION_ID NUMBER

SPARE1 NUMBER

Query Text

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


SELECT OBJECT_NUMBER
,      METHOD_NAME
,      RESOLUTION_COLUMN
,      RESOLUTION_ID
,      SPARE1
FROM SYS.APPLY$_ERROR_HANDLER;

Dependencies

[top of page]

SYS.APPLY$_ERROR_HANDLER does not reference any database object

SYS.APPLY$_ERROR_HANDLER is referenced by following:

SchemaSYS
ViewDBA_APPLY_CONFLICT_COLUMNS
Package BodyDBMS_APPLY_ADM_INTERNAL - show dependent code
View_DBA_APPLY_ERROR_HANDLER