Results 1 to 5 of 5

Thread: Installing RAC with oracle database

  1. #1
    Join Date
    Nov 2009
    Posts
    43

    Installing RAC with oracle database

    Hi all,

    I am trying to install RAC with oracle,I am running with Linux 4.0 and oracle 9i and want your guidance to install and configure it.Please introduce me about this specifications. I need your guidance to completes this task. In the case,when I don't have RAC earlier for my installed database then how would I install it after installation of oracle.

    Thanks..

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Prerequisite before Installing RAC

    Prerequisite before installation :

    Before installing RAC with oracle database,there are some requirements to accomplish this task.Like before installation pdksh and ncurses4 RPMs are installed on every node of RAC. Without these installation, it occur some error during execution of $ORACLE_HOME/root.sh.

    To check the installation ,you have to execute this statements :

    rpm -q pdksh ncurses4

    To install,you need to execute the following :

    su - root
    rpm -Uvh pdksh-5.2.14-13.i386.rpm ncurses4-5.0-5.i386.rpm

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Creating the Shared Configuration File for srvctl

    Creating the Shared Configuration File for srvctl :

    A configuration file will be required to run the srvctl utility and it would be used to manage the Real Application Clusters instances and listeners to control the database.

    For OCFS Filesystems: Creating the shared configuration file for srvctl,you have to execute this command :

    #su - oracle
    $touch /var/opt/oracle/oradata/orcl/SharedSrvctlConfigFile


    For Raw Devices: Suppose I have created a partition of 30MB which is a raw device for the shared configuration file and the device which is located for configuration file is /dev/sda1 which is connected to /dev/raw/raw2,you need to create a soft link for this memory management and run this command :

    #su - oracle
    $ln -s /dev/raw/raw2 /var/opt/oracle/oradata/orcl/SharedSrvctlConfigFile

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Installing RAC with oracle database

    Installing RAC with oracle database :
    You have follow the steps to install the software :

    1- To install the Oracle9i RAC, insert the first disk of Oracle9iR2.
    2- Mount The disk in a specific terminal:
    $ su - root
    #mount /mnt/cdrom

    3- Open another terminal and execute the following command without changing the prompt otherwise you can't mount the another disk of installation later.
    #su - oracle
    $ /mnt/cdrom/runInstaller

    4- The welcome screen will come Click NEXT.
    5 -Select all the RAC nodes using the shift key+left mouse button and then Click on NEXT.
    6- Specify file location and click NEXT again.
    7- Select "Oracle9i Database 9.2.0.1.0" from available products and click NEXT.
    8- Select "Enterprise Edition" and the press for Next.
    9- Select "Software Only" and click Next.
    10- Configure the location of Shared Configuration File Name.
    11- Click on Install to install the products and wait till it completes.

    And in the last step will ask to you about NEXT installtion.Click on NEXT but don't go further installation.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Applying Oracle9i Patch Set

    Applying Oracle9i Patch Set :

    After installation,don't go for Applying any patches without runInstaller means you have apply the runInstaller in $ORACLE_HOME/bin.But before starting runInstaller the following commands would be execute to ignore the runInstaller from any crashing or failure.
    And the command is :

    Code:
    #su - oracle
    $cd $ORACLE_BASE/oui/bin/linux
    $ln -s libclntsh.so.9.0 libclntsh.so

Similar Threads

  1. Cursor in oracle database
    By Ainsley in forum Software Development
    Replies: 5
    Last Post: 11-02-2010, 06:24 PM
  2. The synonyms in oracle database
    By Norse in forum Software Development
    Replies: 4
    Last Post: 02-02-2010, 10:46 PM
  3. Different processes in oracle database
    By Aileen_L in forum Software Development
    Replies: 4
    Last Post: 01-02-2010, 04:38 PM
  4. Packages in oracle database
    By Garlands in forum Software Development
    Replies: 3
    Last Post: 30-01-2010, 02:55 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,054,962.48902 seconds with 17 queries