Category: Schema
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| ErrTblDbName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the database where the error table resides. |
| ErrTblName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Name of the error table. |
| BaseTblDbName | VARCHAR(128) UNICODE NOT CASESPECIFIC | X(128) | Name of the database where the base table resides. |
| BaseTblName | VARCHAR(128) UNICODE NOT CASESPECIFIC | X(128) | Name of the table that contains an error table. |
| CreatorName | VARCHAR(128) UNICODE NOT CASESPECIFIC | X(128) | Error table creator. |
| CreateTimeStamp | TIMESTAMP(0) NOT NULL | YYYY-MM-DDBHH:MI:SS | Timestamp of error table creation. |