Placing system catalog tables with database tables
When a disk that contains the system catalog for a particular database fails, the entire database remains inaccessible until the system catalog is restored. Because of this potential inaccessibility, do not cluster the system catalog tables for all databases in a single dbspace. Instead place the system catalog tables with the database tables that they describe.
About this task
Procedure
To create a system catalog table in the table dbspace:
- Create a database in the dbspace in which the table is to reside.
- Use the SQL statements DATABASE or CONNECT to make that database the current database.
- Enter the CREATE TABLE statement to create the table.