[Home] [Help]
[Dependency Information]
| Object Name: | CDB_REDEFINITION_ERRORS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
in all containers
| 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 | |
| CON_ID | NUMBER | container id |
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
, CON_ID
FROM SYS.CDB_REDEFINITION_ERRORS;
SYS.CDB_REDEFINITION_ERRORS does not reference any database object
SYS.CDB_REDEFINITION_ERRORS is referenced by following:
PUBLIC
CDB_REDEFINITION_ERRORS
|
|
|
|