Category: Operations
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| OrderNumber | INTEGER NOT NULL | -(10)9 | A user-defined value that determines when the table is processed relative to other tables during the Deletion and Redistribution phases of reconfigurations. |
| DatabaseName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Return the user database name. |
| TableName | VARCHAR(128) UNICODE NOT CASESPECIFIC NOT NULL | X(128) | Return the name of a table in the database specified by DatabaseName. |
| ProcessOffline | CHAR(1) LATIN UPPERCASE NOT NULL | X(1) | ProcessOffline indicates whether to process the table (delete or redistribute) offline only, when logons are disabled and the system is quiescent. |