Oracle7 Server Administrator's Guide

Contents Index Home Previous Next

Considerations Before Creating a Database

This section includes the following topics:

Database creation prepares several operating system files so they can work together as an Oracle7 database. You need only create a database once, regardless of how many datafiles it has or how many instances access it. Creating a database can also erase information in an existing database and create a new database with the same name and physical structure.

Creating a database includes the following operations:

Consider the following issues before you create a database:

For information about tables, indexes, and space management, see Chapters 9 through 16.

For information about the online and archive redo logs, see Chapters 5 and 22 respectively.

For information about database backup and recovery, see Chapters 23 and 24.

Also become familiar with the principles and options of starting up and shutting down an instance, mounting and opening a database, and using parameter files. For information about starting up and shutting down, see Chapter 3.

See Also: "National Language Support" in the Oracle7 Server Reference.

Creation Prerequisites

To create a new database, you must have the following:

Using an Initial Database

Depending on your operating system, a database might have been created automatically as part of the installation procedure for Oracle7. You can use this initial database and customize it to meet your information management requirements, or discard it and create one or more new databases to replace it.

Migrating an Older Version of the Database

If you are using a previous release of Oracle7, database creation is required only if you want an entirely new database. Otherwise, you can migrate your existing Oracle7 databases managed by a previous version of Oracle7 and use them with the new version of the Oracle7 software.

See Also: Oracle7 Server Migration manual for information about migrating an existing database.

For information about migrating to Trusted Oracle7, see the Trusted Oracle7 Server Administrator's Guide.

For more information about migrating an existing database, see your operating system-specific Oracle documentation.


Contents Index Home Previous Next