Each row represents a schema.
| Column Name | Data Type | Nullable | Description |
|---|---|---|---|
| SCHEMANAME | VARCHAR (128) | Name of the schema. | |
| OWNER | VARCHAR (128) | Authorization ID of the owner of the schema. | |
| OWNERTYPE | CHAR (1) |
|
|
| DEFINER | VARCHAR (128) | Authorization ID of the definer of the schema or authorization ID of the owner of the schema if the ownership of the schema has been transferred. | |
| DEFINERTYPE | CHAR (1) |
|
|
| CREATE_TIME | TIMESTAMP | Time at which the schema was created. | |
| AUDITPOLICYID | INTEGER | Y | Identifier for the audit policy. |
| AUDITPOLICYNAME | VARCHAR (128) | Name of the audit policy. | |
| AUDITEXCEPTIONENABLED | CHAR (1) | Reserved for future use. | |
| DATACAPTURE | CHAR (1) | Indicates the default data capture setting for
new tables that are created within this schema.
|
|
| REMARKS | VARCHAR (254) | Y | User-provided comments, or the null value. |