Skip Headers
Oracle® Real Application Clusters Installation Guide
11g Release 2 (11.2) for Microsoft Windows

Part Number E10818-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

2 Installing Oracle Database 11g with Oracle Real Application Clusters

This chapter describes phase two of the installation procedures for installing Oracle Database 11g release 2 (11.2) with Oracle Real Application Clusters (Oracle RAC). Phase one is the completion of installing Oracle Clusterware, as described in Oracle Grid Infrastructure Installation Guide for Microsoft Windows.

See Also:

Oracle Database Installation Guide for Microsoft Windows for additional information, such as how to open compressed installation files, and other information about setting up files for installation

Also, during installation, click Help to find explanations of options and prompts for each installation screen, and click Details to see the log file

This chapter contains the following topics:

2.1 Reviewing Oracle Application Express Requirements

With the Oracle Database 11g release, Oracle Application Express is provided as an Oracle Database option, rather than as an Oracle Application option. If you intend to install Oracle Database after installing Oracle Clusterware, and you have an existing Oracle Database installation that you are upgrading, then review the Oracle Application Express requirements in Oracle Application Express Installation Guide.

2.2 Selecting an Installation Type

When you run OUI, you can select the Typical or the Advanced Install type.

The Typical install type installs a default configuration of Oracle Database, with basic configuration choices. Oracle recommends that most users select Typical as their installation type.

The Advanced installation type is for customized installations, and should be used only when you have a specific requirement for it, such as adding specific components to your installation, requiring different passwords for the SYS, SYSMAN, SYSTEM and DBSNMP accounts, using a different database character set than is in use on your servers, changing product languages, or other nonstandard configurations.

2.3 Selecting an Installation Option

This section describes Oracle Universal Installer (OUI) features that you should understand before beginning the Oracle RAC installation process.

See Also:

Appendix C, " Converting to Oracle Real Application Clusters from Single-Instance Oracle Databases" for information about how to convert single-instance databases to Oracle RAC

On the Select Installation Option page, you are given the following options:

If you are installing Oracle Database software, then Oracle recommends that you use one of the preconfigured database options, or select the Advanced option on the Select Configuration page, and configure a customized starter database. See "Oracle Database Configuration Type Descriptions" for more information about the different preconfigured database options.

See Also:

If you have an existing Oracle installation, then document version numbers, patches, and other configuration information, and review upgrade procedures for your existing installation. Review Oracle Database Upgrade Guide before proceeding with installation, to decide how you want to proceed.

For late-breaking updates and best practices about pre-upgrade, post-upgrade steps, compatibility, and interoperability discussions, refer to "Oracle Upgrade Companion." The "Oracle Upgrade Companion" is available through Note 785351.1 on My Oracle Support:

https://support.oracle.com/

2.4 Oracle Database Configuration Type Descriptions

When you run OUI, you can select the General Purpose/Transaction Processing, Data Warehouse, or Advanced database configuration type.

For the first three configuration types, you can complete additional procedures that are described later in this chapter. If you select Advanced configuration, then you can use Database Configuration Assistant (DBCA) to create the database as described in Chapter 3, "Creating Oracle Real Application Clusters Databases with Database Configuration Assistant". Oracle recommends that you use DBCA to create your database.

2.4.1 General Purpose and Transaction Processing, and Data Warehouse Configuration Types

The General Purpose and Transaction Processing type and the Data Warehouse configuration type use preconfigured database templates optimized for each type of database.

During installation, if you select one of the preconfigured database templates, then OUI starts Oracle Network Configuration Assistant (NETCA) and DBCA, and installs the preconfigured database without further input. During database installation, OUI displays a progress indicator.

DBCA processing for these two configuration types creates a starter database, and configures the Oracle network services.

If you select Advanced configuration, then you must enter specific information as described in the next section.

2.4.2 Using the Advanced Database Configuration Type

Use the Advanced database configuration type to address specific requirements, such as selecting specific components to add or remove from the installation, creating a database in a nondefault character set, or adding translation of product user interface into languages other than English. By default, the installation configures the character set of a new database based on the language of the operating system.

See Also:

Oracle Database Globalization Support Guide for detailed information on character sets and language configuration

The following sections provides more detail about OUI and DBCA processing when creating an Oracle RAC database.

See Also:

Oracle Database Installation Guide for Microsoft Windows for information about configuring globalization

2.4.3 Installing Oracle Database with Other Languages

If you want to use languages other than the default (English), either for the database or for applications running on the database, then you must use the Advanced Installation method.

2.5 Oracle Database Vault Option

Oracle Database Vault requires the following:

You can install Oracle Database Vault more than once on the same system, in different Oracle homes.

2.6 Oracle Configuration Manager Option

During installation, you are prompted to provide information needed to enable Oracle Configuration Manager. This option enables you to associate information about your Oracle RAC configuration with your My Oracle Support (formerly OracleMetalink) account. In the event that you need to place a service request with Oracle Support, that configuration information can help to provide a more rapid resolution to the service issue.

You can enable Oracle Configuration Manager during or after installation, or choose not to enable it. To enable it during installation, you must have the following information available from your Oracle Support service agreement:

In addition, you are prompted for server proxy information, if the host system does not have a direct connection to the Internet.

Refer to My Oracle Support (https://support.oracle.com) if you encounter registration failures and are uncertain that the correct country code has been specified. You can find the country associated with your My Oracle Support account by selecting the menu option More, then selecting Settings. In the Settings menu, select Accounts & Privileges.

2.7 Selecting a Database Name

The global database name can be up to 30 characters in length, and must begin with an alphabetic character. The domain portion of the global database name can be no more than 128 characters and can contain only the characters a-z, A-Z, 0-9, the dash or minus sign (-), or a period (.). Domain names using underscores (_) are not allowed.

The system identifier (SID) for each database must begin with an alphabetic character, and is limited by the installer to 12 alphanumeric characters in length. For Oracle RAC databases, the SID prefix, which is the first 8 characters of the SID, must be unique for each database. The SID and SID prefix can only contain alphanumeric characters and cannot contain underscore (_), dollar ($), and pound (#) characters.

2.8 Selecting Database Passwords

Apply the following guidelines when specifying passwords:

2.9 Database Security Options

During installation, you are prompted to select a database security configuration.The Secure Configuration option configures the database with database auditing options, and password policy and expiration settings.

For new database installations, the default configuration for Oracle Database 11g release 2 (11.2) includes the Secure Configuration option. If you want to disable these enhanced security controls, then you can check the Disable security settings box. Oracle Database is then installed with default security options for Oracle Database 10g release 2. After installation, you can change security settings by starting DBCA and modifying the security settings. You can enable or disable auditing or password security settings, or revert to a previous security setting.

For database upgrades, the upgraded database retains your existing database security configuration to ensure compatibility with existing applications. After installation, you can use DBCA to enable or disable the Secure Configuration auditing or password security settings for testing.

Note:

Oracle strongly recommends configuring your database with the Secure Configuration option either during installation, or after installation using command line DBCA.

See Also:

Oracle Database Installation Guide for Microsoft Windows for more information about enabling and disabling the database security option

2.10 Actions of OUI and DBCA During Installation

After installing the Oracle Database software, OUI runs DBCA to create your database, in accordance with Optimal Flexible Architecture (OFA) guidelines. An installation created following OFA guidelines means that DBCA creates your database files, including the default server parameter file (SPFILE), using standard file naming and file placement practices.

Tip:

Oracle Net Configuration Assistant (NetCA) is run as part of an Oracle Grid Infrastructure installation.

The primary phases of DBCA processing are the following:

You can also use DBCA in standalone mode to create or delete a database, or to switch database management from Oracle Enterprise Manager Database Control to Oracle Enterprise Manager Grid Control.

See Also:

Oracle Database Net Services Administrator's Guide if you experience problems (for example, with the listener configuration), and for further information about Lightweight Directory Access Protocol (LDAP) support

2.10.1 Managing Database Services After Installation

Note that with Oracle Database 11g release 1 (11.1) and later releases, you can no longer manage database services for Oracle RAC databases using DBCA. You must use srvctl, Oracle Enterprise Manager DB Control or Enterprise Manager Grid Control for all administration and monitoring of database services for an Oracle RAC database.

See Also:

Oracle Database 2 Day + Real Application Clusters Guide for service management using Oracle Enterprise Manager

2.10.2 Installing Older NLS Compatibility Definition Files

In Oracle Database 10g and later releases, some database language and territory definition files have been updated to better reflect locale conventions used in associated locales.

If the resulting changes in default NLS parameter values render your existing applications, inoperative, then you can revert the changes by installing Oracle9i compatibility definition files. To install Oracle9i files in place of Oracle11g files, you must run OUI from a command line, as described in "Using Oracle Universal Installer to Install Oracle RAC", and use the following statement to set the b_cr9idata variable to true:

setup.exe oracle.rsf.nlsrtl_rsf:b_cr9idata=true

See Also:

Oracle Database Globalization Support Guide for additional information about updates to the Oracle Database language and territory definition files

2.11 Installing Oracle Database Vault

To install Oracle Database Vault, you must select the Advanced installation option for Oracle Database Enterprise Edition. After the Oracle Database Vault software has been installed, you configure Oracle Database Vault using DBCA. Oracle Database Vault is not configured by default.

To install Oracle Database Vault while installing Oracle RAC:

  1. Start Oracle Universal Installer, and select Advanced installation.

  2. Select Enterprise Edition, and then select Options.

  3. In addition to the default installation components, select Oracle Label Security (OLS) and Oracle Database Vault.

  4. Continue the rest of the installation process as you normally would.

Note:

You must set the database initialization parameter db_block_size to 4096 or higher. You can configure this parameter during installation of Oracle RAC.

After you have installed Oracle RAC with the Oracle Database Vault option you must complete the configuration of Oracle Database Vault, as described in the Oracle Database Vault Administrator's Guide.

2.12 Using Oracle Universal Installer to Install Oracle RAC

Perform the following procedures to install the Oracle Database 11g release 2 (11.2) software with Oracle RAC using Oracle Universal Installer (OUI):

  1. Login to Windows as a user with Administrative privileges.

  2. Verify that you have administrative privileges on the other nodes. To do this, enter the following command for each node that is a part of the cluster where node_name is the name of the remote node:

    net use \\node_name\C$
    
  3. Start the setup.exe command from the base directory of the Oracle Database 11g release 2 (11.2) installation media, and select the database type that you want to install.

  4. Provide information when prompted by OUI. If you need assistance during installation, then click Help. If you encounter problems during installation, then click Details to see the log file. The log file can also be found in the Oracle Inventory directory with a name that includes the timestamp (date_time) of the install process, as shown in this example:

    C:\Program Files\Oracle\Inventory\logs\installActionsdate_time.log 
    

    In the preceding syntax example, the variables date and time represents the date and the time of the log file.

    Caution:

    The Oracle home name and path that you provide during database installation must be different from the home that you used during Oracle Grid Infrastructure installation. Do not install Oracle Database 11g with Oracle RAC software into the same home in which you installed Oracle Grid Infrastructure software.

    If you are upgrading a database, then you must use the same type of Oracle home. For example, you should not change from local Oracle homes to a shared Oracle home.

    Note that because Oracle ASM is part of the Grid Infrastructure home, it cannot be upgraded during an Oracle RAC installation.

When you have completed the second and final phase of the installation, proceed to Chapter 4, "Oracle Real Application Clusters Postinstallation Procedures" to perform the postinstallation tasks.

Caution:

After installation is completed and you have created the database, if you decide that you want to install additional Oracle Database 11g release 2 (11.2) products in the database, then you must stop all processes running in the Oracle home before you attempt to install the additional products. For the Oracle Universal Installer to relink certain executables and libraries, all database processes must be stopped. Refer to Appendix E, "How to Stop Processes in an Existing Oracle Real Application Clusters Database" for additional information.

The following is a list of additional information to note about installation: