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


VIEW: SYS.DBA_TSDP_IMPORT_ERRORS

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

Lists the errors encountered during import of Discovery Result

[View Source]

Columns
Name Datatype Length Mandatory Comments
ERROR_CODE NUMBER
Yes The ORA error code of the error encountered
SCHEMA_NAME VARCHAR2 (128)
The Schema corresponding to the error
TABLE_NAME VARCHAR2 (128)
The Table corresponding to the error
COLUMN_NAME VARCHAR2 (128)
The Column corresponding to the error
SENSITIVE_TYPE VARCHAR2 (128)
The Sensitive Type corresponding to the error
Query Text

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


SELECT ERROR_CODE
,      SCHEMA_NAME
,      TABLE_NAME
,      COLUMN_NAME
,      SENSITIVE_TYPE
FROM SYS.DBA_TSDP_IMPORT_ERRORS;

Dependencies

[top of page]

SYS.DBA_TSDP_IMPORT_ERRORS references the following:

SchemaSYS
TableTSDP_ERROR$
SYS.DBA_TSDP_IMPORT_ERRORS is referenced by following:

SchemaPUBLIC
SynonymDBA_TSDP_IMPORT_ERRORS