Skip Headers
Oracle® Database Release Notes
11g Release 1 (11.1) for Linux x86

Part Number B32001-01
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

11g Release 1 (11.1) for Linux x86

B32001-01

August 2007

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.

This document contains the following topics:

1 Certification Information

The latest certification information for Oracle Database 11g Release 1 (11.1) is available on OracleMetaLink at:

http://metalink.oracle.com

2 Unsupported Products

A list of unavailable features and products is available in Section 2, "Features Not Available or Restricted in This Release", in Oracle Database Readme.

3 Preinstallation Requirements

Refer to the installation guides for the preinstallation requirements.

4 Installation, Configuration, and Upgrade Issues

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

4.1 The /etc/oratab File Lists Multiple Automatic Storage Management Instances

If you install Oracle Clusterware on shared Oracle home, the /etc/oratab file lists multiple Automatic Storage instances.

When Automatic Storage Management Oracle home is installed in shared file system to create Automatic Storage Management instances from Oracle Universal Installer, multiple Automatic Storage Management instances are listed in the /etc/oratab file.

Workaround: Oracle Universal Installer detects this issue during the prerequisite checks. You can edit the /etc/oratab file in each node and remove the entries that are not part of that node. The alternative is to install the software, run the root.sh script on all nodes and create Automatic Storage Management instance by running Database Configuration Assistant.

The issue is tracked with Oracle bug 5942123.

4.2 Oracle Universal Installer Shows Oracle Database Configuration Assistant Status as Failed

Oracle Universal Installer intermittently displays Oracle Database Configuration Assistant status as failed even after it finishes the installation process successfully.

This behavior is seen intermittently if you leave Oracle Database installation running for a long time without acknowledging the confirmation dialog shown by Oracle Database Configuration Assistant at the end of the database creation. The configured Oracle database and Oracle Database Control function normally. This error can be safely ignored.

This issues is tracked with Oracle bug 6238219.

5 Other Known Issues

The following section contains information about issues related to Oracle Database 11g and associated products:

5.1 Collecting CPU Usage Metric Displays an Error

If Oracle Enterprise Manager Database Control is running on Oracle Enterprise Linux 5 or Red Hat Enterprise Linux 5, Metric Collection Error is displayed for the CPU Usage metric. Due to this issue, the CPU usage information for the host is not displayed. Therefore, you cannot set alert threshold on the host CPU usage.

This issue is tracked with Oracle bug 6316367.

5.2 Host Administration Tab on Oracle Enterprise Manager Database Control Fails on Oracle Enterprise Linux 5

When you click the Host Administration tab of the Oracle Enterprise Manager Database Control on Oracle Enterprise Linux 5, the following error is displayed:

This feature is only available on hosts running Red Hat Linux and SUSE Linux Operating Systems.

Due to this issue, you cannot administer the host using Oracle Enterprise Manager Database Control on Oracle Enterprise Linux 5.

This issue is tracked with Oracle bug 6316469.

5.3 Linking Applications With Oracle Client Libraries

The use of the client static library is not supported.

5.4 Pro*C Does not Support all C99 Syntax

On Red Hat Enterprise Linux 5 and SUSE Linux Enterprise Server 10, standard C header files may contain symbols, such as __LDBL_REDIR1_DECL, which Pro*C parser fails to recognize.

Workaround: You can use one of the following code in the .pc files so that the header file does not get included during precompilation:

#ifndef ORA_PROC
#include <filename.h>
#endif

or

#ifdef ORA_PROC
#define _HEADERFILENAME_H__
#endif

This issue is tracked with Oracle bug 6142780.

5.5 The rstora File Linking Fails

When installing Oracle Database 11g, Oracle Universal Installer removes third party library paths from the LD_LIBRARY_PATH variable for security reasons. Due to this, the relinking of the rtsora file fails during installation. The rtsora file can be relinked by updating the LD_LIBRARY_PATH variable with the path where Cobol libraries are available and calling an appropriate make target. You can use the following commands to make the rstora file:

$ cd $ORACLE_HOME/precomp/lib
$ make -f ins_precomp.mk rtsora

This issue is tracked with Oracle bug 6272540.

5.6 The Uploading Patches Feature Crashes in Mozilla Firefox 1.5 on Linux

When uploading patches through Oracle Enterprise Manager Database Control using the Mozilla Firefox 1.5 Web browser on Linux, the Web browser window crashes.

Workaround: Start the Mozilla Firefox 1.5 Web browser client from a non-Linux environment or use an alternate Web browser, such as Internet Explorer.

This issue is tracked with Oracle bug 6008421.

6 Documentation Corrections and Additions

This section lists the following correction to the installation guides for Linux:

6.1 Removing Oracle Clusterware

In Section 7.3.4, "Removing Oracle Clusterware" of Oracle Clusterware Installation Guide for Linux, the instructions for removing Oracle Clusterware are incomplete. Instead, use the following procedure:

  1. Log in as the oracle user, and shut down any existing Oracle Database instances on each node, with normal or immediate priority. For example:

    $ Oracle_home/bin/srvctl stop database -d db_name
    $ Oracle_home/bin/srvctl stop asm -n node
    $ Oracle_home/bin/srvctl stop nodeapps -n node
    
    
  2. Use Oracle database Configuration Assistant and NETCA to remove listeners, Automatic Storage Management instances, and databases from the system. This removes the Oracle Clusterware resources associated with the listeners, Automatic Storage Management instances, and databases on the cluster.

  3. On each remote node, log in as the root user, change directory to the Oracle Clusterware home, and run the rootdelete script with the options remote nosharedvar nosharedhome. For example:

    [root@node2 /] # cd /u01/app/crs/install
    [root@node2 /install] # ./rootdelete.sh remote nosharedvar nosharedhome
    
    
  4. On the local node, log in as the root user, change directory to the Oracle Clusterware home, and run the rootdelete script with the options local nosharedvar nosharedhome. For example:

    [root@node1 /] # cd /u01/app/crs/install
    [root@node1 /install] # ./rootdelete.sh local nosharedvar nosharedhome
    
  5. On the local node, run the script rootdeinstall. For example:

    [root@node1 install]# ./rootdeinstall.sh
    
    
  6. On every node, run the preupdate script, using the syntax preupdate.sh -crshome CRS_home -crsuser User -noshutdown, where CRS_home is the path to the Oracle Clusterware home, and User is the Oracle Clusterware software owner. For example:

    [root@node1 install]# ./preupdate.sh -crshome /u01/app/crs -crsuser crs -noshutdown
    
    
  7. Log in as the oracle user, and run Oracle Universal Installer to remove the Oracle Clusterware home. For example:

    $ cd $ORACLE_HOME/oui/bin
    $ ./runInstaller -deinstall -removeallfiles
    

7 Documentation Accessibility

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.


Oracle Database Release Notes, 11g Release 1 (11.1) for Linux

B32001-01

Copyright © 2007, 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.