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


VIEW: SYS.CDB_RECOVERABLE_SCRIPT_ERRORS

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

Details showing errors during script execution in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
SCRIPT_ID RAW (16)
global unique id of the recoverable script
BLOCK_NUM NUMBER

nth block that failed
ERROR_NUMBER NUMBER

error number of error encountered while executing the block
ERROR_MESSAGE VARCHAR2 (4000)
error message of error encountered while executing the block
ERROR_CREATION_TIME DATE

time error was created
CON_ID NUMBER

container id
Query Text

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


SELECT SCRIPT_ID
,      BLOCK_NUM
,      ERROR_NUMBER
,      ERROR_MESSAGE
,      ERROR_CREATION_TIME
,      CON_ID
FROM SYS.CDB_RECOVERABLE_SCRIPT_ERRORS;

Dependencies

[top of page]

SYS.CDB_RECOVERABLE_SCRIPT_ERRORS does not reference any database object

SYS.CDB_RECOVERABLE_SCRIPT_ERRORS is referenced by following:

SchemaPUBLIC
SynonymCDB_RECOVERABLE_SCRIPT_ERRORS