Note
This view is available starting with V2.2.30.
Purpose
This view displays the errors of the storage objects accessible to the current user.
Applicability
This view applies only to OceanBase Database in Oracle 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. Valid values:
|
| SEQUENCE | NUMBER | NO | The error number for sorting when multiple errors occur during the same compilation. |
| 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 error message. |
| ATTRIBUTE | VARCHAR2(9) | NO | Indicates whether the message is an error or a warning. |
| MESSAGE_NUMBER | number | NO | The error code. |
