2.132 ALL_ERRORS_AE
ALL_ERRORS_AE
describes the current errors on the stored objects (across all editions) accessible to the current user.
Related Views
-
DBA_ERRORS_AE
describes the current errors on all stored objects (across all editions) in the database. -
USER_ERRORS_AE
describes the current errors on the stored objects (across all editions) owned by the current user. This view does not display theOWNER
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 this error occurred |
|
|
|
Position in the line at which this error occurred |
|
|
|
Text of the error |
|
|
|
Indicates whether the error is an error ( |
|
|
|
Numeric error number (without any prefix) |
|
|
|
Name of the edition in which the object is actual |
See Also: