Oracle® Database Release Notes 11g Release 1 (11.1) for HP-UX Part Number B32071-04 |
|
View PDF |
Release Notes
11g Release 1 (11.1) for HP-UX
B32071-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:
Internet Protocol version 6 (IPv6) support is not enabled on HP-UX Itanium.
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:
For HP-UX PA-RISC:
Oracle Database 11g Release 1 (11.1.0.6.0) for HP-UX PA-RISC - This DVD contains the Oracle Database software, installation guides for each product installation type, such as Oracle Database, Oracle Database Client, Oracle Clusterware, and Oracle Real Application Clusters, Oracle Database Quick Installation Guide, Oracle Database Client Quick Installation Guide, and Oracle Database Release Notes for this HP-UX PA-RISC.
Oracle Database Documentation Library (11.1.0.6.0) - This DVD contains the documentation library for Oracle Database 11g.
For HP-UX Itanium:
Oracle Database 11g Release 1 (11.1.0.6.0) for HP-UX Itanium - This DVD contains the Oracle Database software, installation guides for each product installation type, such as Oracle Database, Oracle Database Client, Oracle Clusterware, and Oracle Real Application Clusters, Oracle Database Quick Installation Guide, Oracle Database Client Quick Installation Guide, and Oracle Database Release Notes for HP-UX Itanium.
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
Oracle Enterprise Manager Configuration Fails During Dataguard Rolling Upgrade
Oracle Universal Installer Displays Single Instance Install Option for Oracle RAC
Restarting the Listener for the Remote Node Displays an Error
The /etc/oratab File Lists Multiple Automatic Storage Management Instances
Installation, Configuration, and Upgrade Issues on HP-UX PA-RISC
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.
When performing Dataguard rolling upgrade from Oracle Database 10g Release 2 (10.2.0.3) using Oracle Database Upgrade Assistant, Oracle Enterprise Manger displays an error message.
This issue is tracked with Oracle bug 6594642.
When installing Oracle RAC using Oracle Universal Installer downloaded from Oracle Technology Network (OTN), it displays the Select Installation Method screen with Basic Installation and Advanced Installation options. This screen is specific to single instance installation. For Oracle RAC installation, the Select Installation Type screen should have been displayed.
Workaround: Continue with the installation by selecting Advanced Installation and clicking Next. Oracle universal Installer displays the Select Installation Type screen. Proceed with the rest of the Oracle RAC installation, as usual.
Note:
This issue does not occur if you install Oracle RAC from the purchased product, such as the hard media or download the product from Oracle Electronic Product Delivery (EPD).This issue is tracked with Oracle bug 6643733.
If you perform custom installation to install additional components in an existing Oracle RAC database home on Oracle Clusterware, then Oracle database instance and listeners are not started after the installation is complete. 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
This issue is tracked with Oracle bug 6412150.
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.
The following are the HP-UX PA-RISC specific issues that affect Oracle Database installation, configuration, and upgrade:
Note:
The issues mentioned in this section are observed only on HP-UX RA-RISC.When installing Oracle Database 11g (11.1.0.6.0) software with create or upgrade database option, Oracle Database Configuration Assistant and Oracle Database Upgrade Assistant fail to start and Oracle Universal installer displays the OUI-25301
error message.
When running Oracle Database Configuration Assistant or Oracle Database Upgrade Assistant after the installation, the following error message is displayed:
java.lang.UnsatisfiedLinkError: $ORACLE_HOME/lib/libOsUtils.so
This issue is noticed only on HP 9000/700 workstations.
Workaround: To resolve this issue, complete the following procedure before starting Oracle Universal Installer, Oracle Database Configuration Assistant, or Oracle Database Upgrade Assistant:
Run the following command to set the JAVA64FLAG
variable:
$ export JAVA64FLAG="-d64"
Start Oracle Universal Installer, Oracle Database Configuration Assistant, or Oracle Upgrade Assistant.
This issue is tracked with Oracle bug 6628285.
The following sections contain information about issues related to Oracle Database 11g and associated products:
When a PL/SQL unit is compiled using PLSQL_CODE_TYPE=NATIVE
in Oracle Database 11g, the resulting machine code is loaded into an operating system shared memory object before it is copied to the database catalog. Additionally, when the native code is fetched from the catalog for execution, it is first loaded into a shared memory object. On HP, these shared memory objects are memory mapped files, which are staged in a directory automatically created by Oracle under the dbs
subdirectory of the directory specified by the environment variable ORACLE_HOME
. If you need to change the location of the staging directory, contact Oracle support.
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.
The following are the corrections and additions to the documentation set available with this release:
The following peaches are missing from the Patch Requirements section of the installation guide available with the media pack of HP-UX Itanium:
PHKL_35767: s700_800 11.23 mpctl patch
PHKL_36853: s700_800 11.23 pstat patch
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 HP-UX
B32071-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.