Note
This view is available starting with V2.2.30.
Purpose
This view displays errors of objects that the current user can access.
Applicability
This view applies only to OceanBase Database in Oracle mode.
Related views
DBA_ERRORSUSER_ERRORS
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 when there are multiple errors during compilation (for sorting). |
| LINE | NUMBER | NO | The line where the error occurs. |
| POSITION | NUMBER | NO | The column where the error occurs. |
| TEXT | VARCHAR2(4000) | NO | The error message. |
| ATTRIBUTE | VARCHAR2(9) | NO | Indicates whether the error is an error or a warning. |
| MESSAGE_NUMBER | number | NO | The error code. |