[Contents] [Index] [Info] [Previous] [Next]

CHAPTER 5. Creating an Initial Oracle7 Database and Instance and Initializing Base Tables

There is nothing permanent except change.

Heraclitus

This chapter describes how to use ORACLEINS to create an initial Oracle7 database and instance. It has the following topics:

The following figure shows the ORACLEINS menu structure; the highlighted boxes indicate the steps taken in setting up the database.

Figure 5-1 Installation

Creating an Initial Instance

This section has the following topics:

Configuring the Database

Note: Do not simply select the current values. The configuration options you select will have serious consequences in the way your Oracle system works. For more information about the options, see Appendix A.

      Do you want to continue (Y/N)? [Y]
Note: This operation can take a long time. The length of time depends on the size of your data files, the options you chose, and the speed of your machine.

Choosing a Default Language

Before you choose a default language for the database, you need to understand the language requirements of your users. The character set used to create the database must be able to accommodate any possible user session translations needed by your users.

For instance, if you choose the default US7ASCII (a 7-bit character set), the database will not be able to store data entered in an 8-bit or multibyte language. However, if you choose an 8-bit or multibyte language, such as one in the list below, then your users will also be able to use an 8-bit European language or multibyte for their own session.

Additional Information: The following table lists some of the supported 8-bit character sets. Refer to Appendix A in the Oracle7 for OpenVMS Server and Tools Administrator's Guide for a complete list of supported character sets.

Some 8-Bit Character Sets Supported Description
WE8EBCDIC37 EBCDIC Code Page 37 8-bit West European
WE8EBCDIC500 EBCDIC Code Page 500 8-bit West European
WE8ISO8859P1 ISO 8859-1 West European
WE8DEC DEC 8-bit West European
WE8HP HP LaserJet 8-bit West European
US8PC437 IBM-PC Code Page 437 8-bit American
WE8PC850 IBM-PC Code Page 850 8-bit West European
WE8MACROMAN8 Mac Extended ROMAN 8 8-bit West European

Building Database Tables

Follow these steps to build and upgrade the database tables.

      Do you want to Initialize or Upgrade the system tables? [I/U]
      Do you want to create the demo tables? [Y/N]

      No data to load for AROPT
      No data to load for DDBEXT
      ORA-942, table or view does not exist
      ORA-1432, public synonym to be dropped does not exist

[Contents] [Index] [Info] [Previous] [Next]