Category: Security
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| ZoneName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The name of a zone. |
| RootName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The zone root name. |
| RootType | CHAR(1) LATIN UPPERCASE | X(1) | Specifies 'U' if the root of a zone is user and 'D' if the root of a zone is database. |
| ZoneDBAName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The primary DBA name of the zone. |
| CreatorName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | The zone creator name. |
| CreateTimeStamp | TIMESTAMP(0) NOT NULL | YYYY-MM-DDBHH:MI:SS | The creation timestamp of a zone. |