Skip Headers
Oracle® Database Installation Guide
10g Release 2 (10.2) for HP OpenVMS

Part Number B25414-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

1 Installation Overview

This chapter describes the different types of Oracle Database installations that you can perform, and issues that you should consider before installing the software. It includes information about the following topics:

1.1 Overview of Oracle Database Installation

The Oracle Database installation process consists of five phases:

  1. Read the release notes: Read Oracle Database Release Notes for HP OpenVMS before you begin the installation. The release notes are available with the platform-specific documentation. The latest version of the release notes is available on Oracle Technology Network at:

    http://www.oracle.com/technetwork/indexes/documentation/index.html
    
  2. Planning the installation: This chapter describes the Oracle products that you can install and issues that you must consider before starting the installation.

  3. Completing preinstallation tasks: Chapter 2 describes preinstallation tasks that you must complete before installing the product.

  4. Installing software:

    • Chapter 3 describes how to use Oracle Universal Installer to install Oracle Database.

      If you want to install client tools, applications, and client interfaces that are not included on the Oracle Database DVD, then refer to the documentation for those products.

    • Chapter 5 describes how to install Oracle RAC.

    • Chapter 8 describes how to remove Oracle Database.

    • Appendix B provides information on performing noninteractive (silent) installations, which you may want to use if you need to perform multiple installations of Oracle Database.

    • Appendix C provides information on Oracle Transparent Gateways.

    • Appendix E describes how to install, configure and run the Oracle Enterprise Manager Agent.

    • Appendix H provides troubleshooting advice in case you encounter problems with the installation.

    • Appendix I describes how to install and configure Apache Server.

    • Appendix D provides information on conversion and troubleshooting Oracle Real Application Clusters.

  5. Completing postinstallation tasks:

    • Chapter 4 describes recommended and required postinstallation tasks.

    • Chapter 6 explains how to configure Oracle RAC.

  6. Get started using Oracle Database: Chapter 7 describes how to check the contents of the installed Oracle Database, how to start various tools, and how to locate various files. Appendix F explains how to manage Oracle Database port numbers.

1.2 Changes and Enhancements

To make full use of the latest HP OpenVMS CPU and compiler optimizations in Oracle software products, Oracle Database 10g Release 2 (10.2) and associated Oracle products that are based on Oracle Database 10g requires an HP OpenVMS Alpha system with an EV56 or later generation CPU. This restriction is not applicable to the VMS Itanium platform

Some older/slower hardware with EV56 chipset might not work.

Note:

Oracle Database 10g Release 2 (10.2) is not certified on and is, therefore, not supported on Alpha chip sets earlier than EV56.

See Also:

Note 181307.1 on My Oracle Support (formerly Oracle MetaLink) for a list of affected models and for instructions about how to identify the CPU model number

The following changes and enhancements are unique to this release of Oracle Database:

1.2.1 Turning Off the Image Dump

In earlier releases, when one of the background processes terminated abruptly with an access violation, no useful information was readily available regarding the cause for termination. For troubleshooting, certain actions needed to be taken, and the failure needed to be reproduced. Starting with this release, by default, an image dump is created when a background process terminates abruptly. If you do not want an Oracle background process to generate image dump files, then create an HP OpenVMS system logical for that background process as follows:

$ DEFINE/SYSTEM ORA_sid_bg process_DMP FALSE

In the preceding command, the value of bg process can be pmon, lmd0, lms0, and so on. The value of sid should be set to the required system Identifier or instance name.

Start the instance, and open the database. For example:

Note:

HP OpenVMS logicals must be defined prior to starting the instance.
$ DEFINE/SYSTEM ORA_PROD_LMD0_DMP FALSE
$ SQLPLUS/NOLOG
SQL> CONNECT SYS AS SYSDBA
Enter password:
SQL> STARTUP

This change has no effect on the usual daily production activities. Oracle recommends that you do not define the dump logical.

1.2.2 Oracle Database Dependency on ODS-5 Disk Structure

On-Disk Structure Level 5 (ODS-5) format enables HP OpenVMS to support Microsoft Windows file name formats. Longer file names, additional character support, and the ability to have lowercase and mixed-case file names are some of the features supported on ODS-5 disks. When downloading or copying the installation software, make sure that the location to which you download is formatted with the ODS-5 format.

Note:

Oracle recommends that you read HP OpenVMS Guide to Extended File Specifications before changing the structure of any disk. This guide describes ODS-2 and ODS-5 formats in more detail and provides important information that you must follow.

The disks on which the Oracle code tree resides must be formatted in Files-11 ODS-5 format. This is the disk to which the HP OpenVMS logicals ORA_ROOT, ORA_ROOTDIR, and ORACLE_HOME point. The directory that is referenced by these logicals is the parent directory for all Oracle Database software, such as Apache, CTX, INSTALL, NETCONFIG, RDBMS, and UTIL. The disks on which Oracle Database files reside can be formatted as either ODS-2 or ODS-5.

See Also:

Oracle Note 377458.1 on My Oracle Support (formerly OracleMetaLink)

Alternatively, use the search function and search for ODS-5 for more information.

Precautions

You must observe the following precautions:

  • Do not change the format of any HP OpenVMS disk without first making a backup of the disk.

  • Conversion from ODS-2 to ODS-5 does not require you to restore files.

  • Conversion from ODS-5 to ODS-2 requires you to restore files.

    Note:

    Contact Hewlett-Packard for more information about reverting to ODS-2 format from ODS-5 format.

Checking Disk Format

To check the current disk format, run the following DCL command:

$ SHOW DEVICE/FULL device_name

The Volume Status: line of the output displays the current ODS level. The default when initializing disks is ODS-2.

Changing Disk Format

If you plan to reformat an existing (in use) disk from ODS-2 to ODS-5 format, then:

  1. Create at least one HP OpenVMS backup of the disk.

  2. Use the following command:

    $ SET VOLUME /STRUCTURE_LEVEL=5 device_name
    

    Example:

    $ SET VOLUME/STRUCTURE_LEVEL=5  $2$DKC100:
    

Formatting a New Disk

If you plan to use a new (empty) disk, then use the following command to format the new disk to ODS-5 format:

$ INITIALIZE/STRUCTURE=5 device_name: volume_label

Example:

INITIALIZE/STRUCTURE=5 $2$DKC100: TESTVOL

1.2.3 Oracle Database Installation Directory Structure

The installation directory structure of Oracle Database closely resembles that of the installation directory structure of Oracle Database on UNIX systems. By making the HP OpenVMS installation directory structure similar to that of other platforms, a more consistent and predictable layout is followed across platforms. This enables database administrators (DBAs) from other platforms to quickly become familiar with Oracle Database for this platform.

1.3 Oracle Database Installation Types

You can choose one of the following installation types when installing Oracle Database:

Note:

Oracle Database Client is installed in a separate Oracle home. Do not install Oracle Database Client in the Oracle home used for Oracle Database software.

Oracle Enterprise Manager 10g Agent is available in a separate Enterprise Manager Grid Control release.

Standard Edition is not offered on VMS and does not appear as an installation type. However, a Standard Edition installation can be achieved by applying patch 5918474 (HP-UX Itanium) or patch 5918466 (HP Tru64 Alpha) to a 10.2.0.2 Enterprise Edition database installation before upgrading to 10.2.0.5 Enterprise Edition.

See Also:

1.4 Overview of Database Configuration Assistant

Database Configuration Assistant enables you to copy a preconfigured Oracle Database, or to create a fully customized database to match the selected environment and database configuration. It starts automatically (unless you selected software only) after Oracle Database software has been installed during an installation session.

When installing Oracle Database software using any database configuration option other than Custom and Software Only, Oracle Universal Installer prompts for a global database name and system identifier (SID). After Oracle Database installation is complete, Database Configuration Assistant uses this information to create a database.

The following list provides descriptions of database configurations:

If a choice other than the Software Only option is selected for database configuration, then Oracle Universal Installer starts Database Configuration Assistant during the installation session. If a "Software Only" installation is performed, then Database Configuration Assistant can be run later from the command line.

See Also:

1.5 Database Configuration Options

During the installation, you can choose whether you want to create an Oracle Database as part of the installation. If you choose to create an Oracle Database, Oracle Universal Installer uses Database Configuration Assistant to create it. You can choose to create one of the preconfigured database types, which are designed for different types of applications, modify one of the preconfigured database types, or create a customized database to suit your requirements.

This section describes the following database configuration options:

1.5.1 Database Options

Oracle provides the following preconfigured database types that you can create or customize during the installation:

1.5.1.1 General Purpose

Users of this database type perform a variety of database tasks, ranging from simple transactions to complex queries. Select this database environment for general purpose use.

1.5.1.2 OLTP

Users of this database type perform large numbers of concurrent transactions, in which each transaction is a relatively simple operation that is processing a small amount of data.

Billing databases, such as those commonly found on Internet commerce Web sites, are the most common example of this database configuration. These databases are also known as Online Transaction Processing (OLTP) databases.

1.5.1.3 Customized

This option enables you to create a customized database configuration of Oracle products that meets specialized requirements. Select this option only if you are prepared to provide detailed product and database environment choices. Selecting this option requires a longer installation session than choosing a preconfigured database.

1.5.1.4 Software Only

This option enables you to install Oracle products. It does not configure the listeners or the network infrastructure, and it does not create a database.

Oracle recommends that you install at least one preconfigured database to serve as a template for database configuration.

1.5.2 Installation Choices that Affect Database Creation

Oracle Universal Installer runs Database Configuration Assistant in one of two modes, depending on the choices that you make during the installation:

  • Noninteractive mode

    If you choose the Enterprise Edition installation type, then choose a preconfigured database type. Oracle Universal Installer prompts you for the minimum amount of information required to create a database of the type you choose. It then runs Database Configuration Assistant in noninteractive mode to create the database after it installs the software.

    Note:

    Oracle recommends that you use this method to create a database if you have not previously created one.
  • Interactive mode

    If you choose the Custom installation type, then Oracle Universal Installer does not prompt you for database information. Instead, it installs the software and then runs Database Configuration Assistant in interactive mode. Using the screens in Database Configuration Assistant, you can either modify one of the preconfigured database types or create a custom database and specify how you want to configure it.

    Note:

    If you choose this method to create a database, then click Help on any of the Database Configuration Assistant screens for a description of the information that you must specify on that screen.

1.5.3 Creating a Database After Installation

If you decide not to create a database during the installation, then you can use Database Configuration Assistant to create one after you have installed the software.

See Also:

Oracle Database 2 Day DBA for more information about using Database Configuration Assistant to create a database after installation

1.6 Available Installation Options

The current release of Oracle Database provides new options for simplifying database administration tasks. These include:

1.6.1 Database Storage Options

If you choose to create a database during the installation, then you can specify the File System option as the storage option for database files.

File System

Oracle Automatic Storage Management (Oracle ASM) is not supported as a storage option in this release. If you choose the File System option, then Database Configuration Assistant creates the database files in a directory on a device mounted on the system. Oracle recommends that the device that you select be separate from the devices that are used by the operating system or by Oracle products. The device that you select can be any of the following:

  • A standalone device

  • A device on a logical volume manager (LVM) volume or RAID device

If you are using multiple disks in an logical volume manager (LVM) or RAID configuration, then Oracle recommends that you use the stripe-and-mirror-everything (SAME) methodology to increase performance and reliability. Using this methodology, you do not need to specify more than one device for database storage.

1.6.2 Database Backup and Recovery Options

If you choose to use Oracle Enterprise Manager Grid Control during the installation, then you can enable automated database backups that use the default backup strategy recommended by Oracle.

Note:

You do not have to enable automated backups during the installation. If you prefer, you can use Oracle Enterprise Manager Grid Control to configure automated backups after you install the software and create a database.

This section contains the following sections:

Enabling Automated Backups

If you enable automated backups, then Oracle Enterprise Manager schedules a daily backup job that uses Oracle Recovery Manager (RMAN) to back up all the database files to a storage area on disk called the flash recovery area. The first time the backup job runs, it creates a full backup of the database. Subsequent backup jobs perform incremental backups, which enable you to recover the database to its state at any point during the preceding 24 hours.

To enable automated backup jobs during installation, you must have previously installed the Oracle Enterprise Manage Grid Control Agent. During database installation you must specify the following information:

  • The location of the flash recovery area

    You can choose a device directory or accept the default for the flash recovery area. The default disk quota configured for the flash recovery area is 2 GB.

  • An operating system user name and password for the backup job

    Oracle Enterprise Manager uses the operating system credentials that you specify when running the backup job. The user name that you specify must have the appropriate privileges and rights required for database administrators.

See Also:

Chapter 2 for information about choosing the location of the flash recovery area and determining the disk space requirements and about the requirements for the database administrator account

Backup Job Default Settings

If you enable automated backups after choosing one of the preconfigured databases during the installation, then automated backup is configured with the following default settings:

  • The backup job is scheduled to run nightly at 2 a.m.

  • The disk quota for the flash recovery area is 2 GB.

If you enable automated backups by using Database Configuration Assistant, either during or after the installation, you can specify a start time for the backup job and a disk quota for the flash recovery area.

See Also:

1.7 Important Compatibility Issues

Caution:

If you install Oracle Database 10g on a node where other versions of Oracle Database run, then ensure that you have no Oracle symbols and logicals defined prior to installing Oracle Database 10g. Do not run any orauser scripts as part of the login sequence. Failure to heed this warning will result in numerous problems, including undefined symbols and overwriting of the previous code tree.

The following are compatibility issues that you must address:

1.8 Installation Considerations

This section contains information about the following considerations, which you must address before deciding how to install Oracle Database:

1.8.1 Hardware and Software Certification

The hardware and software requirements included in this installation guide are current at the time of publishing this guide. However, because new platforms and operating system software versions may be certified after this guide is published, review the certification matrix on the My Oracle Support (formerly OracleMetaLink), for an updated list of certified hardware platforms and operating system versions. You can visit My Oracle Support (formerly OracleMetaLink) at:

https://support.oracle.com

If you do not have a current Oracle Support Services contract, then you can access the same information from the Oracle Technology Network Web site at

http://www.oracle.com/support/index.html

1.8.2 Multiple Oracle Homes

This product supports multiple Oracle homes. This means that you can install this release or previous releases of the software more than once on the same system.

Installing the Software on a System with an Existing Oracle Installation

You must install this product into a new Oracle home directory. You cannot install products from one release of Oracle Database into the Oracle home directory of a different release. For example, you cannot install Oracle Database 10g software into an existing Oracle9i Oracle home directory. If you attempt to install this release into an Oracle home directory that contains software from an earlier Oracle release, then the installation fails.

You can install this release more than once on the same system if each installation is installed in a separate Oracle home directory.

1.8.3 Logical Names and Symbols

Note:

Before installing Oracle software, you must log out of any existing Oracle sessions. If you do not do this, then the new installation includes the logicals and symbols of the active Oracle sessions.

Ensure that the LOGIN.COM file of the account that is used to install Oracle Database does not define any of the Oracle logicals or symbols, and does not run any command file that may define them. Ensure that none of the general Oracle specific logicals (typically beginning with ORA_) are defined in the system table, except for some of the logicals related to mailbox devices and shared libraries. Oracle Database may not run correctly if these logicals are defined.

1.8.4 Oracle Cluster Synchronization Services Daemon

The first time you install Oracle Database 10g on a system, the installation configures and starts a single-node version of the Oracle Cluster Synchronization Services (CSS) daemon. The CSS daemon is required to enable synchronization between an Oracle Automatic Storage Management instance and the database instances that rely on it for database file storage. By default, Oracle Universal Installer does not configure Oracle Cluster Synchronization Services. Oracle Universal Installer configures these services only if you choose Oracle Automatic Storage Management as a storage or recovery option. Because it must be running before any Oracle Automatic Storage Management instance or database instance starts, it is configured to start automatically when the system boots.

For Oracle RAC installations, the Oracle Cluster Synchronization Services (CSS) daemon is installed with Oracle Clusterware in a separate Oracle home directory. For single-node installations, the CSS daemon is installed in and runs from the same Oracle home as Oracle Database.

If you have installed Oracle Cluster Synchronization Services from the same Oracle home as Oracle Database, then use caution when removing Oracle Database 10g software from the system. Before you remove an Oracle home directory that contains Oracle Database 10g, you must either delete the CSS daemon configuration, or if necessary, reconfigure the CSS daemon to run from another Oracle home directory.

See Also:

Section 8.4, "Reconfiguring Oracle Cluster Synchronization Services" for more information about deleting and reconfiguring the Oracle Cluster Synchronization Services daemon

Note:

If you plan to have more than one Oracle Database 10g installation on a single system and you want to use Oracle Automatic Storage Management for database file storage, then Oracle recommends that you run the CSS daemon and the Oracle Automatic Storage Management instance from the same Oracle home directory and use different Oracle home directories for the database instances.

1.9 Upgrade Issues

For more information about upgrading a previous release of Oracle Database to Oracle Database 10g, refer to Oracle Database Upgrade Guide. The following sections includes additional upgrade information that you should review before upgrading an existing database.

1.9.1 Manually Upgrade a Database

To manually upgrade an existing database to Oracle Database 10g Release 2 on HP OpenVMS, follow the steps in the Oracle Database Upgrade Guide. In Chapter 3 of the guide, use the following steps for HP OpenVMS.

In the "Prepare the New Oracle Home" subsection of the "Upgrade the Database Manually" section, substitute ORACLE_HOME/dbs with ORA_ROOT:[DBS]. Also substitute ORACLE_HOME/dbs/orapwsid with ORA_ROOT:[DBS]orapwsid.

  • In the "Upgrade the Database" subsection, ignore step 1 (for Windows operating system).

  • Set your default directory to the new Oracle home and execute the script @ORAUSER.COM (without arguments). Then SET DEF ORA_ROOT:[RDBMS] and execute the migrate script:

    • To upgrade 8.1.7 or 9.0.1 to 10g Release 2, enter @MIGRATE89.COM

    • To upgrade from 9.2 to 10g Release 2, enter @MIGRATE92.COM

    • To upgrade from 10g Release 1 to 10g Release 2, enter @MIGRATE101.COM

  • Enter the details prompted by the upgrade assistant.

  • Change to the ORA_ROOT:[RDBMS.ADMIN] directory.

If you want to use an existing HP OpenVMS Alpha database on an HP OpenVMS Itanium system (Integrity Server), you must upgrade the database to 10g Release 2 on HP OpenVMS Alpha before transferring it to HP Open VMS Itanium.

1.9.2 AL24UTFFSS Character Set

To upgrade an existing database that uses the AL24UTFFSS character set, upgrade the database character set to UTF8 before upgrading to Oracle Database 10g. Oracle recommends that you use the Character Set Scanner (CSSCAN) utility for data analysis before attempting to upgrade the existing database character set.

The Character Set Scanner utility checks all character data in the database and tests for the effects of, and problems with, changing the character set encoding.

1.9.3 Cluster Ready Services and Oracle RAC Upgrade

Refer to file readme_vms_10grac.txt that is shipped in Cluster Ready Services shiphome for complete details about Cluster Ready Services and Oracle RAC upgrade from 10g Release 1 to 10g Release 2.

The file location in the Cluster Ready Services software distribution will be at:

DISK$MOUNT[CLUSTERWARE]README_VMS_10GRAC.TXT

1.10 Cluster File System

In this document, there are references to the term cluster file system. This term refers to the configuration in which all disks are equally accessible from all nodes on the cluster. This is the most commonly used configuration on an HP OpenVMS cluster. All references to this term should be considered as references to this configuration on an HP OpenVMS cluster.