Skip Headers
Oracle® Database Reference
11g Release 1 (11.1)

Part Number B28320-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

SCHEDULER_BATCH_ERRORS

SCHEDULER_BATCH_ERRORS displays the errors caused by each call in the batch after a Scheduler batch call (when the COMMIT_SEMANTICS argument has been set to ABSORB_ERRORS).

Column Datatype NULL Description
ARRAY_INDEX NUMBER   Index of the job in the batch
OBJECT_TYPE VARCHAR2(30)   Object type:
  • JOB

  • LIGHTWEIGHT JOB

  • UNKNOWN

OBJECT_NAME VARCHAR2(100)   Full name of the object (including schema)
ATTR_NAME VARCHAR2(30)   Name of the attribute being set (if this is a batch set attribute call); NULL otherwise
ERROR_CODE NUMBER   Top level error code
ERROR_MESSAGE VARCHAR2(4000)   Complete error stack
ADDITIONAL_INFO VARCHAR2(4000)   Additional information (currently unused)