ALL_ERRORS describes the current errors on the stored objects accessible to the current user.
Related Views
DBA_ERRORS describes the current errors on all stored objects in the database.
USER_ERRORS describes the current errors on the stored objects owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description |
|---|---|---|---|
|
|
|
|
Owner of the object |
|
|
|
|
Name of the object |
|
|
|
Type of the object:
|
|
|
|
|
|
Sequence number (for ordering purposes) |
|
|
|
|
Line number at which the error occurred |
|
|
|
|
Position in the line at which the error occurred |
|
|
|
|
Text of the error |
|
|
|
Indicates whether the error is an error ( |
|
|
|
|
Numeric error number (without any prefix) |
See Also: