Pages

Adsense

Wednesday, February 26, 2014

Installing Oracle Database 12c onn Linux [RHEL6]



Prerequisete Installation

·         Add or edit kernel parameter in /etc/sysctl.conf
fs.file-max = 6815744
kernel.sem = 250 32000 100 128
kernel.shmmni = 4096
kernel.shmall = 1073741824
kernel.shmmax = 4398046511104
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
fs.aio-max-nr = 1048576
net.ipv4.ip_local_port_range = 9000 65500

·         Install required package for oracle
binutils-2.20.51.0.2-5.11.el6 (x86_64)
compat-libcap1-1.10-1 (x86_64)
compat-libstdc++-33-3.2.3-69.el6 (x86_64)
compat-libstdc++-33-3.2.3-69.el6 (i686)
gcc-4.4.4-13.el6 (x86_64)
gcc-c++-4.4.4-13.el6 (x86_64)
glibc-2.12-1.7.el6 (i686)
glibc-2.12-1.7.el6 (x86_64)
glibc-devel-2.12-1.7.el6 (x86_64)
glibc-devel-2.12-1.7.el6 (i686)
ksh
libgcc-4.4.4-13.el6 (i686)
libgcc-4.4.4-13.el6 (x86_64)
libstdc++-4.4.4-13.el6 (x86_64)
libstdc++-4.4.4-13.el6 (i686)
libstdc++-devel-4.4.4-13.el6 (x86_64)
libstdc++-devel-4.4.4-13.el6 (i686)
libaio-0.3.107-10.el6 (x86_64)
libaio-0.3.107-10.el6 (i686)
libaio-devel-0.3.107-10.el6 (x86_64)
libaio-devel-0.3.107-10.el6 (i686)
libXext-1.1 (x86_64)
libXext-1.1 (i686)
libXtst-1.0.99.2 (x86_64)
libXtst-1.0.99.2 (i686)
libX11-1.3 (x86_64)
libX11-1.3 (i686)
libXau-1.0.5 (x86_64)
libXau-1.0.5 (i686)
libxcb-1.5 (x86_64)
libxcb-1.5 (i686)
libXi-1.3 (x86_64)
libXi-1.3 (i686)
make-3.81-19.el6
sysstat-9.0.4-11.el6 (x86_64)


Installation
 
  • Log on to your computer with oracle user.

  • Run Oracle Universal Installer by issuing the following command.
 /runInstaller
  • The Configure Security Updates window appears. Enter your email address and My Oracle Support password to receive security issue notifications via email. If you do not wish to receive notifications via email, deselect "I wish to receive security updates via My Oracle Support" and Click Next to continue. Click "Yes" in the confirmation window.

  • The Download Software Updates window appears. Select "Use My Oracle Support credentials for download" to download and apply the latest software updates. Select "Use pre-downloaded software updates" to apply software updates that you previously downloaded. Select "Skip software updates" if you do not want to apply any updates. Click Next to continue.

  • The Select Installation Option window appears. Select "Create and configure a database." Click Next.

  • The System Class window appears. Select Desktop Class or Server Class depending on the type of system you are using. In this scenario, we have chosen Server Class. If you choose Desktop Class the windows that appear may vary slightly from what is shown in this example. Click Next.

  • The Grid Installation Options window appears. Select "Single instance database installation." Click Next.

  • The Select Install Type window appears. Select "Advanced install." Click Next.

  • The Select Product Languages window appears. Accept the default of English or select another language as appropriate. Click Next.

  • The Select Database Edition window appears. Select Enterprise Edition. Click Next.

  • The Specify Installation Location window appears. Accept the default values or change as appropriate to your installation. Click Next.

  • The Create Inventory window appears. Click Next.

  • The Select Configuration Type window appears. Select "General Purpose/Transaction Processing." Click Next.

  • The Specify Database Identifiers window appears. Accept the default values or change as necessary for your installation. De-select the Create as Container Database option. Click Next.

  • The Specify Configuration Options window appears. Ensure the "Enable Automatic Memory Management" option is selected on the Memory tab. Click the "Character sets" tab.

  • On the "Character sets" tab accept the default of "Use the default." Click the Sample Schemas tab.

  • On the Sample Schemas tab, select "Create database with sample schemas." Click Next.

  • The Specify Database Storage Options window appears. Accept the default of File System. Click Next.

  • The Specify Management Options window appears. Click Next.

  • The Specify Recovery Options window appears. Select "Enable Recovery." Click Next.

  • The Specify Schema Passwords window appears. Specify separate passwords for the SYS, SYSTEM, and DBSNMP users or select "Use the same password for all accounts." Enter the password(s) in the Password and "Confirm password" fields. Click Next.

  • The Privileged Operating System Groups window appears. Select the appropriate operating system groups for each group. Click Next.

  • The Perform Prerequisite Checks window appears. After the prerequisite checks complete, the Installer advances to the next window.

  • The Summary window appears. Review the settings. Click Install to install the Oracle Database software and create the database.

  • The Install Product window appears.

  • The "Execute Configuration scripts" window appears.

  • Open a terminal window and log in as the root user. Execute the scripts as instructed. Close the terminal window once you have executed both scripts.

  • After executing the scripts in the terminal window, return to the "Execute Configuration scripts" window. Click OK to continue.

  • The Database Configuration Assistant window appears.

  • After the Database Configuration Assistant completes, a window appears providing database information. You can click Password Management to view and unlock the accounts. You can also unlock them at a later time. Click OK to proceed.

  • The Finish window appears indicating that the installation of Oracle Database was successful. Click Close to end the Oracle Universal Installer.
          Video Insallation here : http://youtu.be/o7d4fyqfhx4

No comments:

Post a Comment