| Table Name | Description |
| ALL_ERRORS_AE | Current errors on stored objects that user is allowed to create |
| Column ID | Column name | Data type | Length | Precision | NULL | Description |
| 1 | OWNER | VARCHAR2 | 30 | (null) | N | Owner of the object |
| 2 | NAME | VARCHAR2 | 30 | (null) | N | Name of the object |
| 3 | TYPE | VARCHAR2 | 12 | (null) | Y | Type: "TYPE", "TYPE BODY", "VIEW", "PROCEDURE", "FUNCTION", "PACKAGE", "PACKAGE BODY", "TRIGGER", "JAVA SOURCE" or "JAVA CLASS" |
| 4 | SEQUENCE | NUMBER | 22 | (null) | N | Sequence number used for ordering purposes |
| 5 | LINE | NUMBER | 22 | (null) | N | Line number at which this error occurs |
| 6 | POSITION | NUMBER | 22 | (null) | N | Position in the line at which this error occurs |
| 7 | TEXT | VARCHAR2 | 4000 | (null) | N | Text of the error |
| 8 | ATTRIBUTE | VARCHAR2 | 9 | (null) | Y | NULL - oracleabc.com |
| 9 | MESSAGE_NUMBER | NUMBER | 22 | (null) | Y | NULL - oracleabc.com |
| 10 | EDITION_NAME | VARCHAR2 | 30 | (null) | Y | Name of the edition in which the object is actual |