6.59 DBA_TSDP_IMPORT_ERRORS
DBA_TSDP_IMPORT_ERRORS
shows information about the errors encountered during import of the Transparent Sensitive Data Protection discovery result.
This error information corresponds to the last import of the discovery result done using the DBMS_TSDP_MANAGE.IMPORT_DISCOVERY_RESULT
API.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
The ORA error code of the error encountered |
|
|
|
The schema corresponding to the error |
|
|
|
The table corresponding to the error |
|
|
|
The column corresponding to the error |
|
|
|
The sensitive type corresponding to the error |
See Also:
-
Oracle Database Security Guide for more information about using Transparent Sensitive Data Protection
-
Oracle Database PL/SQL Packages and Types Reference for more information about the
DBMS_TSDP_MANAGE.IMPORT_DISCOVERY_RESULT
procedure