Posts

Showing posts with the label Oracle Linux

Installation and configuration Patch 17552800 - 12.1.0.1.2 Patch Set Update

Image
Hi, Patch 17552800 - 12.1.0.1.2 Database Patch Set Update released: January 14, 2014. You can download this PSU  from Oracle My Support . I will show short steps installation and configuration this PSU. Note: To install the PSU 12.1.0.1.2 patch, the Oracle home must have the 12.1.0.1.0 Database installed. Subsequent PSU patches can be installed on Oracle Database 12.1.0.1.0 or any PSU with a lower 5th numeral version than the one being installed. 1. Download this patch set zip file from support web site and copy to database server. My Oracle Support [oracle@oel62-ora12c PSU1]$ pwd /tmp/oracle/PSU1 [oracle@oel62-ora12c PSU1]$ ls -l total 67952 -rw-r--r-- 1 oracle oinstall 69580299 Feb 12 09:17 p17552800_121010_Linux-x86-64.zip [oracle@oel62-ora12c PSU1]$ 2. Exract patch files from p17552800_121010_Linux-x86-64.zip file. [oracle@oel62-ora12c PSU1]$ unzip p17552800_121010_Linux-x86-64.zip Archive:  p17552800_121010_Linux-x86-64.zip    creating: 175528...

Oracleasm - Instantiating disk : failed

Image
When I configure ASM disks with ASMLib on Oracle Linux 6.2 I got a error This error is depend  with  SELinux. I  forget set disabled SELinux configuration. You can disable SELinux on duration of installation Linux or after installation with change /etc/selinux/config It is very important for correct operations! And following video demo showing solve problem when oracleasm createdisk fails. You can found Oracle Support note :  oracleasm createdisk fails with selinux enabled [ID 1430947.1] Oracle recomended is disable SELinux before installation Oracle RAC! Regards Mahir M. Quluzade