SYS.ALL_ERRORS
The ALL_ERRORS describes the current errors on the stored objects accessible to the current user.
Related views
-
SYS.DBA_ERRORSdescribes the current errors on all stored objects in the database. It has the same columns asALL_ERRORS. -
SYS.USER_ERRORSdescribes the current errors on the stored objects that are owned by the current user. This view does not display theOWNERcolumn.
Columns
| Column name | Type | Description |
|---|---|---|
|
|
|
Object owner |
|
|
|
Object name |
|
|
|
Object type (such as |
|
|
|
Sequence number (for ordering purposes) |
|
|
|
Line number at which the error occurred |
|
|
|
Position in line at which the error occurred |
|
|
|
Text of the error |
|
|
|
Error classification: |
|
|
|
Numeric error number (without any prefix) |