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


VIEW: SYS.DBA_REDEFINITION_ERRORS

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

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_TYPE VARCHAR2 (12)
Type of the redefinition object
OBJECT_OWNER VARCHAR2 (4000)
Owner of the redefinition object
OBJECT_NAME VARCHAR2 (128) Yes Name of the redefinition object
BASE_TABLE_OWNER VARCHAR2 (128)
Owner of the base table of the redefinition object
BASE_TABLE_NAME VARCHAR2 (128)
Name of the base table of the redefinition object
DDL_TXT CLOB (4000)
DDL used to create the corresponding interim dependent object
EDITION_NAME VARCHAR2 (128)
Name of the edition that the redefinition object belongs to
ERR_NO NUMBER

Oracle Error Number corresponding to this error
ERR_TXT VARCHAR2 (1000)
Oracle Error Text corresponding to this error
Query Text

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


SELECT OBJECT_TYPE
,      OBJECT_OWNER
,      OBJECT_NAME
,      BASE_TABLE_OWNER
,      BASE_TABLE_NAME
,      DDL_TXT
,      EDITION_NAME
,      ERR_NO
,      ERR_TXT
FROM SYS.DBA_REDEFINITION_ERRORS;

Dependencies

[top of page]

SYS.DBA_REDEFINITION_ERRORS references the following:

SchemaSYS
TableOBJ$
TableREDEF_DEP_ERROR$
TableUSER$
SYS.DBA_REDEFINITION_ERRORS is referenced by following:

SchemaPUBLIC
SynonymDBA_REDEFINITION_ERRORS