Skip Headers
Oracle® Database Release Notes
10g Release 2 (10.2) for AIX 5L Based Systems (64-Bit)

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

  View PDF

Oracle® Database

Release Notes

10g Release 2 (10.2) for AIX 5L Based Systems (64-Bit)

B19074-09

January 2008

This document contains important information that was not included in the platform-specific or product-specific documentation for this release. This document supplements Oracle Database Readme and may be updated after it is released.

This document may be updated after it is released. To check for updates to this document and to view other Oracle documentation, refer to the Documentation section on the Oracle Technology Network (OTN) Web site:

http://www.oracle.com/technology/documentation/

For additional information about this release, refer to the readme files located in the $ORACLE_HOME/relnotes directory.

This document contains the following topics:

1 Certification Information

The latest certification information for Oracle Database 10g release 2 (10.2) is available on OracleMetaLink at:

http://metalink.oracle.com

JDK 5 Certification

Starting with Oracle Database10g release 2 (10.2.0.2), JDK 5 is supported for JDBC applications.

AIX 6.1 Certification

Starting with Oracle Database 10g release 2 (10.2.0.3), AIX 6.1 (64 bit) operating system is supported. The latest information on patches and support for this release is available in OracleMetaLink document 282036.1.

2 Unsupported Products

The following products are not supported with Oracle Database 10g release 2 (10.2):

3 Preinstallation Requirements

You must review the following sections before installing Oracle Database on AIX6L:

Operating System Requirement

In addition to the supported operating systems listing in the installation guide, AIX 6L, version 6.1, 64-bit kernel is supported with service pack 01 (6100-00-01) or later.

Refer to Oracle Database Installation Guide for AIX 5L Based Systems (64-Bit) for additional information on operating system listings.

Operating System Filesets for AIX 6L

The following filesets are supported on Oracle Database 10g release 2:

Oracle Installations

Installing on AIX 6L requires the following installations:

4 Software Contents on Installation Media

The following products and documentation are located on the first DVD:

The following products and documentation are located on the second DVD:

5 Installation, Configuration, and Upgrade Issues

Review the following sections for information about issues that affect Oracle Database installation, configuration, and upgrade:

5.1 Latest Upgrade Information

For late-breaking updates and best practices about preupgrades, postupgrades, compatibility, and interoperability discussions refer to note 466181.1 on OracleMetaLink (https://metalink.oracle.com/) that links to "The Upgrade Companion" Web site.

5.2 Operating System Kernel Required for Oracle RAC

Oracle RAC on AIX 5.3 requires a 64-bit kernel. Refer to OracleMetaLink Note 169426.1 for instructions for switching between the 32-bit and 64-bit AIX kernels.

5.3 Oracle RAC Support

The list of supported installation options and supported storage types for Oracle Clusterware, Oracle RAC, and vendor clusterware are described in this section. Oracle plans to support additional Oracle Clusterware and Oracle RAC configurations in the future. Please check for updates to this document for the latest list of supported installation scenarios on the OTN Web site at:

http://www.oracle.com/technology/documentation/

Note:

Environment variables TMP and TMPDIR should not point to a shared file system. These variables must point to a local file system. Similar behavior exists in Oracle Database 10g release 1. This issue is tracked with Oracle bug 4553122.

5.4 Upgrading of Oracle9i to Oracle Database 10g Release 2 on Raw Devices

Use the following upgrade process if the database files are created on plain raw devices not using Logical Volume Manager (LVM). These steps are needed due to the skip offset differences between Oracle9i release 2 and Oracle Database 10g release 2. The skip offset for Oracle9i release 2 is 4k bytes. Starting with Oracle Database 10g release 2, the skip offset is 0 bytes.

  1. Back up the database.

  2. Back up each of the database file on the plain raw disks to a file using following command:

    # dd if=db_disk_name of=backup_file_name bs=512  skip=8
    
  3. Restore the backed up database file to the disk using following commands:

    # dd if=backup_file_name of=db_disk_name bs=512
    
  4. Follow the manual upgrade steps documented in Oracle Database Upgrade Guide.

5.5 Installing Enterprise Security Manager

To install Oracle Security Manager, install Oracle Client and then select the Administrator installation type.

5.6 Upgrading Oracle Cluster Ready Services (CRS) from Release 10.1.0.2

This section lists the additional steps required when running the preupdate and rootupgrade scripts:

  • When upgrading Oracle Cluster release 10.1 to 10.2, run the following command as the root user after running the preupdate.sh script and then complete the Oracle Clusterware release 10.2 installation:

    /usr/sbin/slibclean
    
  • When upgrading Oracle Clusterware release 10.1.0.2, activate the volume group before running the rootupgrade script. Use the following command to activate the volume group:

    /usr/sbin/vgchange -a s vg1
    

    where vg1 is the volume group that stores the OCR and voting disks.

5.7 Installing Standard Edition on Automated Storage Management (ASM)

When installing Standard Edition and the starter database on Oracle Automated Storage Management (ASM), the Email enabled notification check box on the Select Database Management Option page is disabled.

This issue is tracked with Oracle bug 4553151.

5.8 extjob Executable Required Directory Permissions

To enable the extjob executable to locate required libraries, the $ORACLE_HOME/lib directory and all of its parent directories must have execute permissions for group and other.

5.9 Modifying a Virtual IP Address Node Application

When modifying the name, IP address, or netmask of an existing virtual IP address (VIP) resource, use the srvctl modify nodeapps command and include the existing interfaces for the VIP in the -A argument. For example:

srvctl modify nodeapps -n mynode1 -A 100.200.300.40/255.255.255.0/eth0

This issue is tracked with Oracle bug 4500688.

5.10 Installing Oracle Database on AIX 6.1

You must install Oracle Database Patch 6613550, Oracle Database 10.2.0.1, and Oracle Database Patch set 10.2.0.3 to proceed with the installation on AIX 6L. The following section lists all the installation steps:

  1. Download patch 6613550:

    1. Log on to OracleMetaLink. You must have a valid OracleMetaLink Support Identifier (CSI) for it. Refer to https://metalink.oracle.com/ for more information.

    2. Enter 6613550 in the Quick Find field, click Go.

    3. Download patch 6613550 into a temporary directory on your computer.

    4. Switch user to root:

      $ su -
      password:
      #
      
    5. Unzip the files of this patch into /temp folder:

      cd /temp
      
    6. Run the rootpre.sh script as follows:

      # ./rootpre.sh
      
  2. Set the LANG parameter to C for the remaining steps, as follows:

    • Bourne shell (sh), or Korn shell (ksh), or Bash shell (bash):

      $LANG=C
      
    • C shell (csh):

      % setenv LANG C
      
  3. Install Oracle Database 10.2.0.1:

    1. Run Oracle Universal Installer with -ignoreSysPrereqs option .

      $ ./runInstaller -ignoreSysPrereqs
      
    2. In the Select Installation Type screen, select Enterprise Edition installation type.

    3. In the Product-specific Prerequisites Checks page, check the following errors as user specified to continue with the installation:

      • Checking operating system requirements

      • Checking recommended operating system patches

    4. In the Select Configuration Option screen, select Install Database Software only option.

  4. To install Patch Set Release 10.2.0.3, run Oracle Universal Installer with -ignoreSysPrereqs option as follows:

    $ ./runInstaller -ignoreSysPrereqs
    

    You must refer to patch set release note for preinstall, install, postinstall, and other known issues. Refer to metalink note 316900.1 for more information.

  5. Create a database:

    1. Run Oracle Database Configuration Assistant as follows:

      $ORACLE_HOME/bin/dbca
      
    2. Select General Purpose Database to create a starter database.

Note:

If Lang=Ja_JP, then Enterprise Manager Database Control fails to configure. To reconfigure Enterprise Manager Database Control, use the following steps:
  • % export LANG=C

  • % emca -deconfig dbcontrol db

  • % emca -repos drop

  • % emca -repos create

  • % export ORACLE_HOSTNAME=hostname

  • % emca -config dbcontrol db

  • % emctl start dbconsole

This issue is tracked with the Oracle bugs 4711923, 6278227, 4997291.

6 Other Known Issues

The following sections contain information about issues related to Oracle Database 10g and associated products: