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


VIEW: SYS.DBA_RECOVERABLE_SCRIPT_ERRORS

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

Details showing errors during script execution

[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
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
FROM SYS.DBA_RECOVERABLE_SCRIPT_ERRORS;

Dependencies

[top of page]

SYS.DBA_RECOVERABLE_SCRIPT_ERRORS references the following:

SchemaSYS
TableRECO_SCRIPT_ERROR$
SYS.DBA_RECOVERABLE_SCRIPT_ERRORS is referenced by following:

SchemaPUBLIC
SynonymDBA_RECOVERABLE_SCRIPT_ERRORS