Release Notes
12c Release 1 (12.1) for Linux
E51263-11
November 2015
This document contains 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. You can check for updates to this document and view other Oracle documentation at
http://docs.oracle.com/en/database/database.html
This document contains the following topics:
Content Specific to Oracle Database 12c Release 1 (12.1.0.1)
Content Specific to Oracle Database 12c Release 1 (12.1.0.2)
The latest certification information for Oracle Database 12c is available on My Oracle Support at
Oracle Linux 7 and Red Hat Enterprise Linux 7 Support Information on Linux x86-64
Starting with Oracle Database 12c Release 1 (12.1.0.2), Oracle Linux 7 and Red Hat Enterprise Linux 7 are supported on Linux x86-64 systems.
Starting with Oracle Database 12c Release 1 (12.1.0.2), Linux Containers are supported on Oracle Linux 7 and Oracle Linux 6 and certified on Linux x86-64 systems. For more information, see Section 5, "Content Specific to Linux Containers".
For late-breaking updates and best practices about preupgrade, postupgrade, compatibility, and interoperability discussions, refer to Note 1462240.1 on My Oracle Support that links to the ”Upgrade Companion” page at
The list of products or features supported for Oracle Database 12c are as follows:
Database Smart Flash Cache Support
Database Smart Flash Cache is supported only on Oracle Solaris and Oracle Linux.
Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle Automatic Storage Management Dynamic Volume Manager (Oracle ADVM) Support
Although Oracle ADVM supports raw disks in Oracle Automatic Storage Management disk groups, Oracle ADVM device special files created through raw(8) are not supported; Oracle ADVM only supports block device special files.
For the latest information about supported platforms and releases, see the Note 1369107.1 on My Oracle Support at
Oracle ASM Filter Driver Support
Oracle Automatic Storage Management Filter Driver (Oracle ASMFD) is supported only on Linux x86-64.
In addition to the items listed in section 2.2, ”Features Not Available or Restricted in This Release of Oracle Database 12.1.0.2,” in Oracle Database Readme, the following products or features are not supported:
Oracle Workload Manager is not supported on IBM: Linux on System z.
ORAchk (Oracle RAC Configuration Audit Tool) is not supported on Oracle Linux 7 and Red Hat Enterprise Linux 7.
Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle Automatic Storage Management Dynamic Volume Manager (Oracle ADVM) Support
Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle Automatic Storage Management Dynamic Volume Manager (Oracle ADVM) are not supported on Linux Containers.
The following content is specific to the Linux Container certification on Linux:
The preinstallation requirements include the following:
Linux Container version lxc-1.0.7-2.0.10 is supported on Oracle Linux 7 and Oracle Linux 6. Ensure that you have the following minimum kernel version installed on your system:
Operating System | Kernel Version |
---|---|
Oracle Linux 7 | 3.8.13-98.el7uek.x86_64 or later |
Oracle Linux 6 | 3.8.13-98.el6uek.x86_64 or later |
You must install patch 20920711 prior to enabling RT for Linux Containers.
To enable Real-Time (RT) processes on Linux Containers before you start an Oracle Grid Infrastructure installation, create the container with the RT option for Oracle Real Application Clusters (Oracle RAC) and Oracle Clusterware support:
lxc-create -n node_name -t oracle -B [brtfs|ext4] -- --release=6.latest --privileged=rt
For example:
lxc-create -n node3-lxc1 -t oracle -B btrfs -- --release=6.latest --privileged=rt
This command example creates one container named node3-lxc1
, and uses the brtfs
file system to host the container.
Note:
If you have specified the Linux Container setting file, then ensure that you review each setting line in the file.Review the following section for information about issues that affect Linux Containers:
Hard Limit Value Error in the Prerequisite Screen During the Installation
Shared Memory File System Verification Fails on Linux Containers
Kernel Warnings in the Prerequisite Check Screen During the Installation
During a 12.1.0.2 installation, a hard limit value error occurs in the prerequisite screen.
Workaround:
You must not fix the hard limit value using the Fix and Check Again button. Instead, manually add the hard limit value 65536
to the entry etc/security/limits.conf
on the host, log out and log in again, and then proceed with the installation. This may help to overcome any issue when the user tries to connect to the Linux container.
Install_User_Name hard nofile 65536
This issue is tracked with Oracle bug 20683209.
During a 12.1.0.2 Grid installation, the /dev/shm
entry is not found in the /etc/fstab
file of a Linux Container and the verification for the shared memory file system fails.
Workaround:
Check that the correct shared memory file system mounts on the Linux Container host. Ensure that the /dev/shm
mount area is of type tmpfs
and is mounted with the following options:
With rw
and execute
permissions set on it
With noexec
or nosuid
not set on it
Use the following procedure to check the shared memory file system:
Check the current mount settings on the Linux Container host. For example:
$ more /etc/fstab |grep "tmpfs" tmpfs /dev/shm tmpfs defaults 0 0
Here is another example:
$ df -h /dev/shm Filesystem Size Used Avail Use% Mounted on tmpfs 29G 228K 29G 1% /dev/shm
If necessary, change the mount settings on the Linux Container host. For example, log in as root
, open the /etc/fstab
file with a text editor, and modify the tmpfs
line:
tmpfs /dev/shm tmpfs rw,exec 0 0
This issue is tracked with Oracle bug 22116467.
During a 12.1.0.2 installation, kernel warnings appear in the prerequisite check screen due to missing /proc
parameter files in the Linux container.
Workaround:
Add the missing /proc
parameter files and set the recommended values in the host and proceed with the installation. The following /proc
parameter files may only be set on the host and not for individual containers:
/proc/sys/fs/aio-max-nr /proc/sys/net/core/rmem_default /proc/sys/net/core/rmem_max /proc/sys/net/core/wmem_default /proc/sys/net/core/wmem_max /proc/sys/net/ipv4/ip_local_port_range
Setting the values on the host according to Oracle recommended values automatically sets these values for all the Linux containers as well.
Note:
Oracle Universal Installer may continue to show warnings despite setting the values on the host.This issue is tracked with Oracle bug 20683257.
The following section contains information about issues related to Linux Containers:
The oclumon dumpnodeview Displays Negative Value for IFree Field
12.1.0.2 Oracle Restart Deinstallation Issue with the CRSDECONFIG Plugin on Oracle Linux 7 Container
In the Linux Containers environment, the inode value is not exported. As a result, the oclumon dumpnodeview
command displays a negative value for the IFree (number of free inodes) field in its output.
Workaround:
None
This issue is tracked with Oracle bug 21150692.
When creating a database on Linux Container, Database Configuration Assistant (DBCA) incorrectly shows the available memory of the host server instead of the Linux Container on the Specify Configuration Options page. When you choose to allocate the percentage of memory based on the value shown, the database creation may fail in the case where total consumable memory for that Linux Container is less than the allocated memory.
Workaround:
You must allocate physical memory for the database according to the configuration of the Linux Container system.
This issue is tracked with Oracle bug 21546793.
After successful deinstallation of 12.1.0.2 Oracle Restart, some of the files and directories are not removed.
Workaround:
After deinstalling 12.1.0.2 Oracle Restart, remove the following files and directories:
rm -r Oracle_Restart_Home rm -r /OPT/ORCLFMAP rm -r /etc/init.d/ohasd rm -r /etc/init.d/ init.ohasd rm -r /etc/systemd/system/oracle-ohasd.service
This issue is tracked with Oracle bug 20566514.
When creating a database on Linux Containers, Database Configuration Assistant (DBCA) cannot identify the host owned file system paths in a Linux Container environment. This results in an error on the Storage Locations screen.
Workaround:
The storage location for the data file and flash recovery area must be owned by the Linux Container file system.
This issue is tracked with Oracle bugs 21890441 and 22011207.
You must use the dynamic Oracle client libraries to link the client code on Linux. Do not link the static Oracle client libraries.
The following content is specific to release 12.1.0.1:
Refer to the installation guides for the preinstallation requirements. Additional preinstallation requirements include the following:
You must install the following packages to use Oracle Configuration Manager on SUSE 11:
glibc-devel-32bit-2.11.1-0.17.4 libgcc43-32bit-4.3.4_20091019-0.7.35 gcc-32bit-4.3-62.198 glibc-32bit-2.11.1-0.17.4 glibc-profile-32bit-2.11.1-0.17.4 glibc-locale-32bit-2.11.1-0.17.4 gcc43-32bit-4.3.4_20091019-0.7.35
Review the following section for information about issues that affect Oracle Database installation, configuration, and upgrade:
While performing Oracle Grid Infrastructure installation, if the Grid Naming Service (GNS) and Dynamic Host Configuration Protocol (DHCP) options are selected and automatic execution of root script is enabled, the installation may fail with the following error:
[INS-10008] Session Initialization failed
Workaround:
Remove the directory GI_HOME
recursively before clicking the Install button on the summary page.
This issue is tracked with Oracle bug 16196582.
The following section contains information about issues related to Oracle Database 12c and associated products:
Rarely, Oracle ACFS and Oracle ADVM devices in /dev/asm
are set to the root
group ID while the udev
rules file, /etc/udev/rules.d/55-usm.rules
, specifies a different group ID. As a result, Oracle ACFS and Oracle ADVM may not mount after system restart.
Workaround:
Edit the /etc/rc.local
file and add the following entry:
/sbin/start_udev
Oracle ACFS and Oracle ADVM devices are created with the expected settings according to the udev
rules file.
This issue is tracked with Oracle bug 13653789.
Oracle Automatic Storage Management Configuration Assistant cannot be used to create Oracle ACFS volume with stripe column 1.
Workaround:
Use the asmcmd volcreate
command or the ALTER DISKGROUP
SQL statement to create the volume. After the volume is created, you can use Oracle Automatic Storage Management Configuration Assistant to create Oracle ACFS file system.
This issue is tracked with Oracle bug 16347687.
The following content is specific to release 12.1.0.2:
Refer to the installation guides for the preinstallation requirements.
Review the following section for information about issues that affect Oracle Database installation, configuration, and upgrade:
The 32-bit Oracle Database Client installation may fail on Oracle Linux 7 and Red Hat Enterprise Linux 7 on Linux x86 systems.
Workaround:
For Oracle Linux 7, install the glibc-2.17-55.0.4.el7
package.
For Red Hat Enterprise Linux 7, the issue is tracked with Red Hat bugzilla 1150282. Contact Red Hat for a fix.
This issue is tracked with Oracle bug 19028658.
Oracle Database 12.1.0.2 installation on Oracle Linux 7 and Red Hat Enterprise Linux 7 fails with a missing compat-libstdc++-33
package error.
Workaround:
Ignore the compat-libstdc++-33
package requirement error and proceed with the installation.
This issue is tracked with Oracle bug 21151912.
The following sections contain information about issues related to Oracle Database 12c and associated products:
Oracle ACFS and Oracle ADVM May Not Mount After System Restart
Oracle Universal Installer Issue on Oracle Linux 7 and Red Hat Enterprise Linux 7
Intel C++ Compiler Error on Oracle Linux 7 and Red Hat Enterprise Linux 7
Rarely, Oracle ACFS and Oracle ADVM devices in /dev/asm
are set to the root
group ID while the udev
rules file, /etc/udev/rules.d/55-usm.rules
, specifies a different group ID. As a result, Oracle ACFS and Oracle ADVM may not mount after system restart.
Workaround:
Edit the /etc/rc.local
file and add the following entry:
/sbin/start_udev
Oracle ACFS and Oracle ADVM devices are created with the expected settings according to the udev
rules file.
This issue is tracked with Oracle bug 13653789.
When running the acfsdriverstate
command for Cluster Verification Utility (CVU), Oracle Universal Installer, or the root scripts, you may encounter a permission denied
error if the current working directory is not accessible to the user.
Workaround:
Change the current working directory to a directory where the user running the command has access, such as the user's home directory or /tmp,
before running the acfsdriverstate
command.
This issue is tracked with Oracle bug 18364777.
On Oracle Linux 7 (64-bit) and Red Hat Enterprise Linux 7 (64-bit), certain tools such as Oracle Universal Installer, Oracle Database Configuration Assistant, and Oracle Enterprise Manager Configuration Assistant cannot display the non-English multibyte character language messages. For example, languages such as Japanese, Chinese, and Korean are not displayed by these tools on Oracle Linux 7 (64-bit) and Red Hat Enterprise Linux 7 (64-bit).
Workaround:
Run the following commands for the Japanese language:
mkdir /usr/share/fonts/japanese/TrueType cd /usr/share/fonts/japanese/TrueType ln -s /usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc sazanami-gothic.ttf
Run the following commands for the Chinese language:
mkdir /usr/share/fonts/chinese/TrueType cd /usr/share/fonts/chinese/TrueType ln -s /usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc uming.ttf
Run the following commands for the Korean language:
mkdir /usr/share/fonts/korean/TrueType cd /usr/share/fonts/korean/TrueType ln -s /usr/share/fonts/wqy-zenhei/wqy-zenhei.ttc gulim.ttf
Next, start Oracle Universal Installer.
This issue is tracked with Oracle bug 19381563.
When using Database Smart Flash Cache on Oracle Linux 7, you may encounter an ORA-439
error.
Workaround:
Download and install the patch associated with Oracle bug 19504946 when it is available on the My Oracle Support website.
This issue is tracked with Oracle bug 19504946.
When compiling C++ code on Oracle Linux 7 and Red Hat Enterprise Linux 7 with Intel C++ Compiler 12, you may encounter the following errors:
/usr/include/c++/4.8.2/ext/atomicity.h(49): error: identifier__ATOMIC_ACQ_REL" is undefined { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } /usr/include/c++/4.8.2/ext/atomicity.h(49): error: identifier "__atomic_fetch_add" is undefined { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }
Workaround:
Upgrade to Intel C++ Compiler 13.0.
This issue is tracked with Oracle bug 19583928.
Oracle Automatic Storage Management Cluster File System (Oracle ACFS) is not supported on Oracle Linux 7 and Red Hat Enterprise Linux 7.
Workaround:
Download and install the patch associated with Oracle bug 18321597 when it is available on the My Oracle Support website.
This issue is tracked with Oracle bug 18321597.
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc
.
Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info
or visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs
if you are hearing impaired.
Oracle Database Release Notes, 12c Release 1 (12.1) for Linux
E51263-11
Copyright © 2012, 2015, Oracle and/or its affiliates. All rights reserved.
This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable:
U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government.
This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group.
This software or hardware and documentation may provide access to or information about content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle.