[Home] [Help]
[Dependency Information]
| Object Name: | CDB_RECOVERABLE_SCRIPT_ERRORS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Details showing errors during script execution in all containers
| 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 |
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;
SYS.CDB_RECOVERABLE_SCRIPT_ERRORS does not reference any database object
SYS.CDB_RECOVERABLE_SCRIPT_ERRORS is referenced by following:
PUBLIC
CDB_RECOVERABLE_SCRIPT_ERRORS
|
|
|
|