Skip to main content

Posts

Showing posts from August, 2013

Oracle 12c Grid Infrastructure Installation on Solaris 11 standalone

In this article i will demonstrate Installation of  Oracle 12c grid Infrastructure software on  oracle Solaris 11 - X86 (64-bit) and creation of 12c Database on ASM Disk group. Step-By-Step actions: 1) Download software for Solaris X86-64 Bit architecture. 2) Configure OS perquisites. 3) Install Oracle 12c Grid Infrastructure software. 4) Install 12c RDBMS software and create database on ASM Storage. Configuration of OS Pre-requistes: create OS user and group create directories for software and change permissions accordingly configure kernel parameters set proper display variable start Installation - create OS user ad group -  root@solaris11:~#groupadd dba root@solaris11:~#useradd -g dba -d /export/home/ora12c -m ora12c   - create directory structure root@solaris11:~#mkdir -p /ora1/grid [GI Home] root@solaris11:~#mkdir -p /ora1/ora12c [RDBMS Home] root@solaris11:~#chmod -R 775 /ora1/grid root@solaris11:~#chown -R ora11g:dba /ora1/gr