Monday, May 9, 2011

Install 11g R2 on 64-bit CentOS 5.6 Part-2 (Oracle Pre-requisites & Kernel Parameter Changes) --Moid

Click here for the document.

--Moid

3 comments:

  1. Excellent installation description. Very helpful.
    Just two comments, you might add that the latest CentOS 5.6 (2.6.18-238.12.1.el5) release does not include 'compat-libstdc++' package anymore just compat-libstdc++-33.x86_64.

    However it seemed to that the setup warning can be ignored when following packages are installed

    > rpm -qa |grep libstdc
    compat-libstdc++-33-3.2.3-61
    libstdc++-4.1.2-50.el5
    libstdc++-devel-4.1.2-50.el5
    compat-libstdc++-33-3.2.3-61

    > rpm -q --filesbypkg `rpm -qa |grep libstdc`|grep libstdc++.so.5
    compat-libstdc++-33 /usr/lib64/libstdc++.so.5
    compat-libstdc++-33 /usr/lib64/libstdc++.so.5.0.7
    compat-libstdc++-33 /usr/lib/libstdc++.so.5
    compat-libstdc++-33 /usr/lib/libstdc++.so.5.0.7
    compat-libstdc++-33 /usr/lib64/libstdc++.so.5
    compat-libstdc++-33 /usr/lib64/libstdc++.so.5.0.7
    compat-libstdc++-33 /usr/lib/libstdc++.so.5
    compat-libstdc++-33 /usr/lib/libstdc++.so.5.0.7

    ReplyDelete
  2. By Adnan Bhatti.
    Document has an error, in step 2 it states Oracle recommends 1.5%, I believe it was meant to say 1.5 times of physical memory or 150%.

    ReplyDelete
  3. By Adnan Bhatti
    Step 1 and 2 of this document can be avoided by simply typing free which will show both total mem and swap space.

    ReplyDelete

Followers