Note
This view is available starting with V2.2.30.
Purpose
This view displays the error information of the current stored objects in the database.
Applicability
This view is available only in Oracle-compatible mode.
Columns
| Column | Type | Nullable | Description |
|---|---|---|---|
| OWNER | VARCHAR2(128) | NO | The owner of the object. |
| NAME | VARCHAR2(128) | NO | The name of the object. |
| TYPE | VARCHAR2(19) | NO | The type of the object.
|
| SEQUENCE | NUMBER | NO | The error number of multiple errors generated during the same compilation (used for sorting). |
| LINE | NUMBER | NO | The line number where the error occurred. |
| POSITION | NUMBER | NO | The column number where the error occurred. |
| TEXT | VARCHAR2(4000) | NO | The text of the error message. |
| ATTRIBUTE | VARCHAR2(9) | NO | Indicates whether the error is an error or a warning. |
| MESSAGE_NUMBER | NUMBER | NO | The error code. |