4 Documentation Addendum

This section contains corrections to the following Oracle Documentation for this release:

Section 4.1, "Oracle Automatic Storage Management Administrator's Guide"

Section 4.2, "Oracle Clusterware Administration and Deployment Guide"

Section 4.3, "Oracle Database Administrator's Guide"

Section 4.4, "Oracle Database JDBC Java API Reference"

Section 4.5, "Oracle Database New Features Guide"

Section 4.6, "Oracle Database PL/SQL Packages and Types Reference"

Section 4.7, "Oracle Database VLDB and Partitioning Guide"

Section 4.8, "Oracle Real Application Clusters Administration and Deployment Guide"

Section 4.9, "Oracle Text Reference"

4.1 Oracle Automatic Storage Management Administrator's Guide

In Oracle Automatic Storage Management Administrator's Guide, in the section "volcreate" under "ASMCMD Volume Management Commands," the following warning applies:

WARNING:

Specifying --redundancy unprotected means that Oracle ASM mirroring is not available for data recovery with the Oracle ADVM volume. The redundancy setting (normal) of the disk group does not provide mirroring for an unprotected Oracle ADVM volume. The unprotected configuration is not recommended for production environments as intermittent storage access failures can result in the loss of data. Backups are strongly recommended.

4.2 Oracle Clusterware Administration and Deployment Guide

Note the following changes with regard to the Oracle Clusterware Administration and Deployment Guide.

4.2.1 Deleting a Rapid Home Provisioning Client

In the Chapter titled "Rapid Home Provisioning," a section with the following text describing how to delete a Rapid Home Provisioning Client should be added:

To delete a Rapid Home Provisioning Client, execute the following steps:

  1. On the Rapid Home Provisioning Server:

    1. To query the list of working copies that have been provisioned on the Rapid Home Provisioning Client cluster, execute the following command:

      $ rhpctl query workingcopy -client <client_name>
      
    2. For each of the working copies listed in the output of the command in Step 1.a, execute the following command:

      $ rhpctl delete workingcopy -workingcopy <workingcopy_name>
      
    3. To query the list of users from the Rapid Home Provisioning Client cluster, execute the following command:

      $ rhpctl query user -client <client_name>
      
    4. To delete the user listed in the output of the command in Step 1.c, execute the following command:

      $ rhpctl delete user -user <username> -client <client_name>
      
  2. On the Rapid Home Provisioning Client cluster, execute the following:

    1. Stop the Rapid Home Provisioning Client daemon with the following command:

      $ srvctl stop rhpclient
      
    2. Delete the Rapid Home Provisioning Client configuration using the following command:

      $ srvctl remove rhpclient
      
  3. On the Rapid Home Provisioning Server cluster, execute the following command to delete the client site configuration:

    $ rhpctl delete client -client <client_name>
    

4.2.2 cluvfy comp cfs Command is Deprecated

The cluvfy comp cfs command is deprecated in release 12.1.0.2. In previous releases, you used cluvfy comp cfs component verification command to check the integrity of a clustered file system (OCFS2)

4.3 Oracle Database Administrator's Guide

Note the following changes with regard to the Oracle Database Administrator's Guide.

4.3.1 -force Option is Not Implemented With the remove service Command

You can ignore references to the -force option with regard to the SRVCTL remove service command. The -force option is not implemented with the remove service command.

4.4 Oracle Database JDBC Java API Reference

Starting Oracle Database 11gR2, JDBC clients can use OracleDriver to establish connections to a database from a java application.

Registering the JDBC drivers is no longer a prerequisite.

4.5 Oracle Database New Features Guide

In the Oracle Database New Features Guide, part number E17906-16, the section titled "New Predefined PL/SQL Inquiry Directives" incorrectly documented the name of two inquiry directives available in Oracle Database 12c Release 1 (12.1). The $$PLSQL_OWNER and $$PLSQL_TYPE inquiry directives should be $$PLSQL_UNIT_OWNER and $$PLSQL_UNIT_TYPE.

4.6 Oracle Database PL/SQL Packages and Types Reference

The listno parameter of the DBMS_UTILITY was inadvertently excluded from the Oracle Database PL/SQL Packages and Types Reference. For example, the GET_PARAMETER_VALUE function should read as follows:

GET_PARAMETER_VALUE Function

This function gets the value of specified initialization parameter.

Syntax

DBMS_UTILITY.GET_PARAMETER_VALUE (
    parnam       IN        VARCHAR2,
    intval       IN OUT    BINARY_INTEGER,
    strval       IN OUT    VARCHAR2,
    listno       IN        BINARY_INTEGER DEFAULT 1)
  RETURN BINARY_INTEGER;

Parameters

Parameter Description
parnam Parameter name.
intval Value of an integer parameter or the value length of a string parameter.
strval Value of a string parameter.
listno List item number. If retrieving parameter values for a parameter that can be specified multiple times to accumulate values, use this parameter to get each individual parameter.

4.7 Oracle Database VLDB and Partitioning Guide

In Oracle Database VLDB and Partitioning Guide, it was incorrectly documented that interval partitioning was supported with XMLIndex. XMLIndex only supports range, list and hash partitioning with schemes.

4.8 Oracle Real Application Clusters Administration and Deployment Guide

Note the following changes with regard to the Oracle Real Application Clusters Administration and Deployment Guide.

4.8.1 Overview of In-Memory Column Store with Oracle RAC

In the section titled "Overview of In-Memory Column Store with Oracle RAC" in the Oracle Real Application Clusters Administration and Deployment Guide, the paragraph that begins with "On an Engineered System an object ..." needs to be changed to read as follows:

On an Engineered System, it is possible to duplicate or mirror objects populated in memory across the In-Memory Column Store (IM column store) in the cluster. This provides the highest level of redundancy. The DUPLICATE clause is used to control how an object should be duplicated across the IM column stores in the cluster. If you specify just DUPLICATE, then one mirrored copy of the data is distributed across the IM column stores in the cluster. If you want to duplicate the entire object in each IM column store in the cluster, specify DUPLICATE ALL.

4.9 Oracle Text Reference

Note the following changes with regard to the Oracle Text Reference.

4.9.1 Chapter: Oracle Text SQL Statements and Operators

In the sub-section titled "Notes" under the main section titled "ALTER INDEX" in the Oracle Text Reference, the following item should be documented in the bulleted list:

  • You cannot have embedded blanks in section and field names.

According to Bug 21330358, field names cannot use embedded blanks. For example, my section is an invalid section name since there is a blank just after my. This applies to field names that are defined using "".

4.9.2 Appendix B Section: Oracle Text Supported Document Formats

In Appendix B titled "Oracle Text Supported Document Formats" of the Oracle Text Reference Oracle Text does not extract text for the following file formats:

  • IBM Lotus Notes NSF (File ID) 7.x, 8.x

  • IBM Lotus Notes NSF (Windows, Linux x86-32 and Oracle Solaris 32-bit only with Notes Client or Domino Server) 8.x