Oracle® Database Release Notes 11g Release 1 (11.1) for AIX 5L Based Systems (64-Bit) Part Number B32075-04 |
|
View PDF |
Release Notes
11g Release 1 (11.1) for AIX 5L Based Systems (64-Bit)
B32075-04
February 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.
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.
Note:
The Database Quick Installation Guides are no longer available in printed format. These documents are available with the media in the same location as the software and on Oracle Technology Network.This document contains the following topics:
The latest certification information for Oracle Database 11g Release 1 (11.1) is available on OracleMetaLink at:
A list of unavailable features and products is available in Section 2, "Features Not Available or Restricted in This Release", in Oracle Database Readme.
Refer to the installation guides for the preinstallation requirements.
The media pack for this release consists for the following DVDs:
Oracle Database 11g Release 1 (11.1.0.6.0) for AIX 5L Based Systems (64-Bit) - This DVD contains the Oracle Database software, Oracle Database Installation Guide, Oracle Database Quick Installation Guide, and Oracle Database Release Notes for this platform.
Oracle Database 11g Release 1 Client (11.1.0.6.0) for AIX 5L Based Systems (64-Bit) - This DVD contains the Oracle Database Client software, Oracle Database Client Installation Guide, Oracle Database Client Quick Installation Guide, and Oracle Database Release Notes for this platform.
Oracle Clusterware 11g Release 1 (11.1.0.6.0) for AIX 5L Based Systems (64-Bit) - This DVD contains the Oracle Clusterware software, Oracle Cluster Installation Guide, Oracle Real Application Clusters Installation Guide, and Oracle Database Release Notes for this platform.
Oracle Database Documentation Library (11.1.0.6.0) - This DVD contains the documentation library for Oracle Database 11g.
Review the following sections for information about issues that affect Oracle Database installation, configuration, and upgrade:
Error in Copying Files While Upgrading Oracle Database 10g Release 2 to Oracle Database 11g
Restarting the Listener for the Remote Node Displays an Error
The /etc/oratab File Lists Multiple Automatic Storage Management Instances
For late-breaking updates and best practices about preupgrade, post-upgrade, compatibility, and interoperability discussions, refer to Note 466181.1 on OracleMetaLink (https://metalink.oracle.com/
) that links to "The Upgrade Companion" Web site.
When you start upgrading second node from Oracle Database 10g Release 2 to Oracle Database 11g, an error message is displayed while copying files during the upgrade process.
Workaround: Run the upgrade session from the node on which you initially installed Oracle RAC.
This issue is tracked with Oracle bug 6501871.
Oracle database instance and listeners are not started after the installation is complete if you perform any of the following tasks:
Oracle 11g Database installation or upgrade on a cluster into an existing ORACLE_BASE
directory that has other Oracle home(s)
Custom installation to install additional components in an existing Oracle RAC database home on Oracle Clusterware
You can run the Oracle_home
/bin/srvctl
command to display the status of Oracle database instance and listeners. When you try to start the listener for the remote node, the following error message is displayed:
TNS-01151: Missing listener name, LISTENER_NODE_NAME, in LISTENER.ORA
Workaround: Complete the following procedure for the remote node(s) on which the listener displayed an error message:
Note the list of nodes on which the additional component installation is being performed. Write down the list of nodes selected in the Node Selection Page in Oracle Universal Installer.
For each node selected in step 1, use the following command to backup Oracle_home
/network/admin
to Oracle_home
/network/admin.orig
before proceeding with the installation:
$ cp -R Oracle_home/network/admin Oracle_home/network/admin.orig
For each node selected in step 1, use the following command to restore Oracle_home
/network/admin.orig
to Oracle_home
/network/admin
after completing the installation:
$ cp -R Oracle_home/network/admin.orig Oracle_home/network/admin
Run the following command on local node for each nodes selected in step 1:
$ Oracle_home/bin/srvctl start listener -n node_name
If the Oracle Database instance for the remote node is down because of the listener, then start the Oracle database an instances that are down using the following command:
$ Oracle_home/bin/srvctl start databse -d database_name
These issues are tracked with Oracle bugs 6412150 and 6612571.
If you install Oracle Clusterware on share Oracle home, the /etc/oratab
file lists multiple Automatic Storage instances.
Workaround: Oracle Universal Installer detects this issue during the pre-requisition checks. You can either edit the /etc/oratab
file or ignore the error during installation.
The issue is tracked with Oracle bug 5942123.
If you have downloaded Oracle Database 11g release 1 prior to January 18, 2008 from Oracle Technology Network or media and were prompted to execute the rootpre.sh
script, then you must install the rootpre_aix.zip
file available on Oracle Technology Network:
http://download.oracle.com/otn/aix/oracle11g/rootpre_aix.zip
New customers do not have to download the rootpre_aix.zip
file. You can directly download the Oracle Database 11g release 1 software available on Oracle Technology Network:
http://www.oracle.com/technology/software/products/database/oracle11g/111060_aixsoft.html
The following sections contain information about issues related to Oracle Database 11g and associated products:
Intermittent Errors While Using Oracle 11g Release 1 Direct NFS Client
Oracle Clusterware Node Addition in Vendor Cluster Environment
When using Oracle 11g Release 1 Direct NFS client, the ORA-494
errors are displayed intermittently under certain load conditions.
Workaround: Oracle recommends that you apply the patch mentioned in the Oracle bug 6530092 to Oracle Database 11g Release 1 installation. The Oracle bug contains the details of the patch and application instructions.
This issue is tracked with Oracle bug 6530092.
Monitoring in Memory Access Mode is not supported for this release on this platform. This option is disabled by default. If you enable this option, then the performance charts are not displayed and an error connection to collector memory is displayed at times.
Workaround: Use SQL Mode monitoring instead of Memory Access Mode.
This issue is tracked with Oracle bug 6498439.
The OC4JADMIN
user is deactivated during the Oracle Database 11g installation process. After the installation is complete, you must modify the $ORACLE_HOME/oc4j/j2ee/OC4J_SEARCH/config/system-jazn-data.xml
file. Replace the following content of the file:
<user deactivated="true"> <name>oc4jadmin</name> <display-name>OC4J Administrator</display-name> <description>OC4J Administrator</description>
with:
<user> <name>oc4jadmin</name> <display-name>OC4J Administrator</display-name> <description>OC4J Administrator</description>
Use the following commands to restart the Oracle Ultra Search middle tier in the Oracle Database:
$ $ORACLE_HOME/bin/searchctl stop $ $ORACLE_HOME/bin/searchctl start
When adding a node to the Oracle Clusterware in a vendor cluster environment that uses host names with fully qualified domain names, the rootaddnode.sh
utility displays the following error message:
PRKO-2006 : Invalid node name: NODE_NAME
Workaround: For each node that is being added to the Oracle Clusterware, run the following command:
srvctl add nodeapps -n node_name_without_fully_qualified_ domain_name -A node-vip/netmask/Interfaces
Note:
To find the node name and virtual IP address/netmask/interface to be used for the newly added nodes, you can refer to values set for the following variables in therootaddnode.sh
script:
CRS_NEW_NODE_NAME_LIST= CRS_NEW_NODEVIPS= NETMASK= NETIFs=
To find if the vendor clusterware is configured, run the $ORA_CRS_HOME/bin/lsnodes
command. The lsnodes
command displays the list of nodes in this case.
You can refer to rootaddnode.sh
for the value that ORA_CRS_HOME
is set to.
This issue is tracked with Oracle bug 6617499.
None
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Accessibility standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For more information, visit the Oracle Accessibility Program Web site at http://www.oracle.com/accessibility/
.
Accessibility of Code Examples in Documentation
Screen readers may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, some screen readers may not always read a line of text that consists solely of a bracket or brace.
Accessibility of Links to External Web Sites in Documentation
This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
TTY Access to Oracle Support Services
Oracle provides dedicated Text Telephone (TTY) access to Oracle Support Services within the United States of America 24 hours a day, seven days a week. For TTY support, call 800.446.2398. Outside the United States, call +1.407.458.2479.
Oracle Database Release Notes, 11g Release 1 (11.1) for AIX 5L Based Systems (64-Bit)
B32075-04
Copyright © 2008, Oracle. All rights reserved.
The Programs (which include both the software and documentation) contain proprietary information; they are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent, and other intellectual and industrial property laws. Reverse engineering, disassembly, or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited.
The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. This document is not warranted to be error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose.
If the Programs are delivered to the United States Government or anyone licensing or using the Programs on behalf of the United States Government, the following notice is applicable:
U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the Programs, including documentation and technical data, shall be subject to the licensing restrictions set forth in the applicable Oracle license agreement, and, to the extent applicable, the additional rights set forth in FAR 52.227-19, Commercial Computer Software—Restricted Rights (June 1987). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065
The Programs are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be the licensee's responsibility to take all appropriate fail-safe, backup, redundancy and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and we disclaim liability for any damages caused by such use of the Programs.
Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
The Programs may provide links to Web sites and access to content, products, and services from third parties. Oracle is not responsible for the availability of, or any content provided on, third-party Web sites. You bear all risks associated with the use of such content. If you choose to purchase any products or services from a third party, the relationship is directly between you and the third party. Oracle is not responsible for: (a) the quality of third-party products or services; or (b) fulfilling any of the terms of the agreement with the third party, including delivery of products or services and warranty obligations related to purchased products or services. Oracle is not responsible for any loss or damage of any sort that you may incur from dealing with any third party.