Home | Previous Page | Next Page   Modes and Initialization > Initializing the Database Server >

Types of Initialization

Shared-memory initialization establishes the contents of database server shared memory as follows: internal tables, buffers, and the shared-memory communication area. Shared memory is initialized every time the database server starts up.

Disk-space initialization uses the values stored in the configuration file to create the initial chunk of the root dbspace on disk. When you initialize disk space, the database server automatically initializes shared memory as part of the process. Disk space is initialized the first time the database server starts up. It is only initialized thereafter during a cold recovery or at the request of the database server administrator.

Warning:
When you initialize disk space, you overwrite whatever is on that disk space. If you reinitialize disk space for an existing database server, all the data in the earlier database server becomes inaccessible and, in effect, is destroyed.

Two key differences distinguish shared-memory initialization from disk-space initialization:

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]