HOW TO INSTALL 10G ON RHEL5

CAN ANY ONE HELP ME HOE TO INSTALL 10G ON RHEL5

You don't need to use capital letter to post the request, it looks as if you were yelling, your thread will be processed just the same as any other thread in the forum.
Installation requirements:
1. Installing required packages
The minimum required packages given here are sufficient only if Linux has been installed without customizing the package selection. This list is based upon a "default-RPMs" installation of RHEL AS/ES 5. Additional RPMs may be needed if a "less-than-default-RPMs" installation of RHEL AS/ES 5 is performed. For more information, please refer to Note 376183.1 "Defining a "default RPMs" installation of the RHEL OS".
The version numbers for these packages given below are the minimum version required. If you have the packages with higher versions than the versions mentioned in below example, you can install the higher version packages.
(i) gcc-c++-4.1.1-52.el5.i386.rpm and all its dependent packages. The dependent packages are
gcc-4.1.1-52.el5.i386.rpm
libstdc++-devel-4.1.1-52.el5.i386.rpm
glibc-devel-2.5-12.i386.rpm
glibc-headers-2.5-12.i386.rpm
libgomp-4.1.1-52.el5.i386.rpm
(ii) libXp-1.0.0-8.i386.rpm
(iii) compat-libstdc++-296-2.96-138.i386.rpm
(iv) compat-libstdc++-33-3.2.3-61.i386.rpm
Install all these packages from the directory Server in CD#2 of RHEL 5 by the single command.
# rpm -ivh gcc-c++-4.1.1-52.el5.i386.rpm gcc-4.1.1-52.el5.i386.rpm
libstdc++-devel-4.1.1-52.el5.i386.rpm glibc-devel-2.5-12.i386.rpm
glibc-headers-2.5-12.i386.rpm libgomp-4.1.1-52.el5.i386.rpm
libXp-1.0.0-8.i386.rpm compat-libstdc++-296-2.96-138.i386.rpm
compat-libstdc++-33-3.2.3-61.i386.rpm
(v) compat-db-4.2.52-5.1.i386.rpm
This package is available in the directory Server in CD#3 of RHEL 5. Install this package by the command
# rpm -ivh compat-db-4.2.52-5.1.i386.rpm
2. Set the kernel parameters
Add the following the lines in the file /etc/sysctl.conf
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 1048576
net.core.rmem_max = 1048576
net.core.wmem_default = 262144
net.core.wmem_max = 262144
To place these changes into effect, execute the command
# sysctl -p
3. Create Oracle user and groups
# groupadd oinstall
# groupadd dba
# useradd -g oinstall -G dba oracle
# passwd oracle
4. Create the required directories for Oracle Base and change the ownership
For example
# mkdir -p /u01/app/oracle
# chown -R oracle:oinstall /u01/app/oracle
5. Set the session limits for Oracle user
Add the following lines to the /etc/security/limits.conf file
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
Add the following line in the /etc/pam.d/login file
session required pam_limits.so
Add the following lines to the /etc/profile.
if [ $USER = "oracle" ]; then
     if [ $SHELL = "/bin/ksh" ]; then
          ulimit -p 16384
          ulimit -n 65536
     else
          ulimit -u 16384 -n 65536
     fi
fi
6. Configure the Oracle user's environment
Configuring the oracle User's Environment, using the appropriate section of "Oracle® Database Quick Installation Guide 10g Release 2 (10.2) for Linux x86". Note that setting $ORACLE_BASE (not $ORACLE_HOME) in the environment will ease a couple of entries in the Oracle Universal Installer.
For example, if oracle user is using bash shell, and has the home directory as /home/oracle,
The following lines to be added to /home/oracle/.bash_profile
export ORACLE_BASE=/u01/app/oracle
export ORACLE_SID=orcl
unset ORACLE_HOME
7. Invoking OUI
Log in as Oracle user and start installation by any one of the following methods. This is required because Oracle 10.2 expects the OS to be RHEL 3 or RHEL 4.
Method 1:
$ ./runInstaller -ignoreSysPrereqs
Method 2:
Copy the oraparam.ini from the installation source install/oraparam.ini to /tmp directory.
Edit the file /tmp/oraparam.ini
Change the following section :
Before
[Certified Versions]
Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2
After
[Certified Versions]
Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2,redhat-5
Now invoke the runInstaller as follows :
$ ./runInstaller -paramFile /tmp/oraparam.ini
~ Madrid

Similar Messages

  • How to install 10g Forms and reports in Unix

    Hi All,
    How to install 10g Forms and reports in Unix, do we need to install 10g AS then desktop forms and reports, Any metalink documents for reference .
    Thanks

    Is it really so hard for you to find the installation guide?
    http://download.oracle.com/docs/cd/B25016_08//doc/dl/core/B16012_04/toc.htm
    For the Developer Suite you don't need the App Server. You need the App Server for production.
    Edited by: InoL on Jul 19, 2010 1:22 PM

  • How to install 10g on windows 2000

    Hello
    Please guide me step by step as how to install 10g on windows 2000 .
    I am a beginner and I want to install this setup in my office.At present we are using oracle8i on windows 2000.We want to do a fresh installation in a new setup and hence for the time being we are not going for upgrade or migration from 8i
    Please guide me .
    Thanks in advance.

    Just follow the installation guide, that's all you need,
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/toc.htm
    Make sure install Oracle 10g into different ORACLE_HOME than 8i

  • How to install 10g Discoverer on 11.5.10 solaries application server

    Can some one help me in giving step by step installation of 10g Discoverer on 11.5.10 application server.This is on Solaris 5.9.
    The metalink note 313418.1, seems to be little incomprehensbile.
    IF any one has practically installed & documented , please disclosed it.
    It will be more easy
    Naveen

    Before you going to install Make sure The Following Things
    1 Whether you going to upgrade Discoverer 4i into 10g
    2.Whether you going to install 10G on seperate oraclehome or a server.
    If you select second option you make sure wherther you plans to implement SSO to access the Discoverer or not.Can you tell me your plan.
    Depend upon your plan i will send the steps.
    Thanks
    senthil

  • How to install 10g discoverer and integrate it with R12

    Hi,
    We want to install 10g Discoverer.
    As we can't install discoverer alone, i have downloaded IAS 10g.
    Which option i need to select to install Discoverer?
    Thanks,

    Hi,
    I was able to install Discoverer 10g successfully.
    Changed the profile options of Discoverer and tried to access it from R12.
    But getting below error.
    A connection error has occurred.
    - OracleBI Discoverer was unable to complete the connection initialization.
    - Attempt 1. CORBA protocol : 0 of 1 processes started. Hint: An administrator can further diagnose connection problems by running the "checkdiscoverer" script under <ORACLE_HOME>/discoverer/util.
    The checkdiscoverer script output is like this. Please check.
    ========================
    Initializing ORB...
    ORB initialized successfully.
    Checking for Discoverer "ServicesStatus"...
    "ServicesStatus" is running.
    Checking the adminstrator set soft limit on no. of sessions ...
    Current value of soft limit = 50 sessions.
    Hint: Administrators can increase the soft limit on Discoverer sessions by modif ying
    "//ias-component[id='Discoverer']/process-type[id='SessionServer']/process-set/@ maxprocs" attribute in the file /a01/distest/OraHome_1/opmn/conf/opmn.xml
    Checking for Discoverer Preferences component...
    Found Discoverer Preferences component.
    Binding to Discoverer Server...
    0 of 1 processes started.
    Error: Failed to bind to Discoverer Server.
    Hint: Try increasing the timeout by changing the timeout value in opmn.xml.
    Checking that the machine has only one network card...
    Yes.
    ===========================
    Thanks,

  • How to install  10G XE onWindows Server 2008

    please help i need install 10G XE onWindows Server 2008
    please

    Pl identify which exact version of Windows 2008. 10gXE is not certified on Win 2008, so things may or may not work as expected.
    http://docs.oracle.com/cd/B25329_01/doc/install.102/b25143/toc.htm
    Use the search feature ( https://forums.oracle.com/forums/search.jspa?threadID=&q=XE+AND+Windows+AND+2008&objID=c18&dateRange=all&userID=&numResults=15&rankBy=10001 ) to find threads like these
    XE on MS Windows Server 2008?
    HTH
    Srini

  • Can not install 10g on RHEL5

    Hi
    I am trying to install Oracle 10g DB on RHEL5. Now I installed Oracle 11g on RHEL5 without an issue but installing Oracle 10g (on another machine) returns this error message;
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-06-25_05-47-15AM. Please wait ...[user01@localhost database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-06-25_05-47-15AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
         at sun.security.action.LoadLibraryAction.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    When I look at the error message a lot says to set the ORACLE_HOME. but seeing its not even installed yet, what would I enter?
    thanks

    user10947052 wrote:
    You might need to install libXp-1.0.0-8.i386.rpmDid you even read the other responses ?

  • How to install 10g diagnostic and tuning pack

    Hi,
    am new to 10g. in 9i there was a seperate CDs for diagnostic and tuning packs. But in 10g we didn't got any CD for this. So is it installed by default with 10g?. if yes is there any configuration required for using these packs. If it is not installed by default where i can get this?.
    Thanks in advance
    M.SUdhakar

    Hi
    These are not separate anymore.
    In Grid Control go to Setup -> Management Pack Access to set them up.
    Also see Chapter 2 in http://download-west.oracle.com/docs/cd/B14117_01/license.101/b13552/toc.htm
    Unfortunately, Oracle don't appear to have migrated all of the functionality of Diagnostics Pack and Tuning Pack to Grid Control, especially for databases < 10g. eg. the very useful Response Time Per Transaction metric is only available for 10g databases. Also, the graph viewing functionality looks poor.

  • How to install 10g database on windows with db block size 16k

    Hi,
    Can somone help me install oracle 10g database on windows xp with db block size as 16k.
    i need this database, because it is one of the recommendations for insalling OWB(Oracle Warehouse Builder).
    Thanks,
    Philip.

    1)     In Initialization parameter pile
    DB_BLOCK_SIZE=8192/16K - One way
    2) The other way once you install Oracle 10 G then at the time when you are creating database with Database Configuration Assistant – you can modify the block size by the[b] Initialization parameter screen.
    -     Sizing Tab
    Block Size 8K/16K
    *** Remember by default Oracle 10 G uses 8K block size.
    You use the options on the Sizing tab to configure the block size of your database
    and the number of processes that can connect to this database. The Block Size setting corresponds to the smallest unit of storage within the Oracle database. All storage of database objects (tables, indexes, and so on) are governed by the block size. The block size defaults to 8KB, but you can modify it. Once the database is created, you cannot modify this setting.
    The maximum and minimum size of an Oracle block depends on the operating system. Generally, 8KB is sufficient for most transaction-oriented applications, and larger block sizes such as 16KB and higher are used in data warehouse–type applications.
    The Processes setting specifies the maximum number of simultaneous operating system processes that can be connected to this Oracle database. You must include at least six processes for each of the Oracle background processes. You can increase this number on the Initialization parameter screen.

  • How to install 10g R2 on RedHat 9!!!

    hi all,
    i need your help, i have more than 3 days trying installing oracle 10g Release 2 express edition on my Redhat 9 and i can not. ( do not ask me to upgrade my OS).
    i tried more and more and more and more and more .......
    such as this page : http://www.puschitz.com/InstallingOracle10g.shtml
    and more and more......
    There is a prerequest : libaio – 0.3.96, i got it and install it, the installation process completed succesfuly but when trying to open the database home page at :
    http://localhost:8080/apex, firefox can not open it.
    if you please give me step-by-step instructions on the installatoin process.
    thnx....
    Message was edited by:
    user531096

    Yes 'fight'.
    Take RH9. Upgrade the compiler, the standard libraries, the binutils, etc. Remember that many, many, many of the packages that are installed are dependant on the standard libraries. Either you upgrade in a way that the base packages are protected - making the Oracle install painful but possible - or you upgrade to make the Oracle install easy and possibly break some/many of the other installed packages.
    The solution is to use a certified version, or a clean clone.
    http://www.centos.org provides free clones of RedHat Enterprise Linux 3 and 4 (RHEL), and the RedHat Enterprise is certified. For demonstrations and classes where RHEL is not available, I personally use CentOS 3 for Oracle9i and CentOS 4 for Oracle10g. Both install EXACTLY as Werner describes at http://www.puschitz.com
    Ubunti, while nice, also provides some challenges with Oracle.
    You see, it ALL depends on getting the supporting packages installed. Look at the Oracle Install for Linux documentation to determine the packages that are needed. Then do what it takes to get ALL those packages, at those versions installed. You can go somewhat higher, but not high enough to change the API.
    Remember that the Fedora series is the 'public proving ground for new features in future versions of Red Hat Enterprise' ... a polite way to say 'public beta test'. If you chose Fedora, plan on upgrading often and pllan on having typical beta-test challenges.
    And remember - it's not Oracle's fault if you decide to use a distribution that does not include Oracle's prerequisites.

  • Install 10g on a pc with DHCP enabled

    Hi,
    How to Install 10g on a pc with DHCP enabled ? I looked at Quick Installation Guide
    10g Release 2 (10.2) for Microsoft Windows (32-Bit)
    B14318-01
    August 2005
    But I found nothing.
    Thanks.

    "Oracle Content Database" is a different animal than the "Oracle Database"
    There is a section Installing Oracle Database on DHCP Computers in the Oracle Database Installation Guide for Windows.
    Justin

  • How to install Oracle 10g on RHEL5 and what are the prerequisite

    Hi All,
    I want to install Oracle10g on RHEL5. I have installed RHEL5 now i have to install Oracle 10g on that. How can i do that?
    What are the prerequisites to do so? Please tell me step by step
    Arif

    please follow :
    http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRHEL5.php
    http://asanga-pradeep.blogspot.com/2009/06/oracle10gr2-on-rhel-5oel-5-x8664.html
    RPM packages
    Regards
    Rajesh

  • How to install oracle developer 10g on rhel 5

    hi,
    i have install oracle database 10g on rhel5 now i want to install developer 10g on this machine so plz send me any link where i can know step by step installation of oracle developer 10g on rhel5.
    thanks

    superdba wrote:
    although i know this forum is related to database but i would also be grateful if u send me the link of right forum.The link?How about the steps, so you can find the right forum regardless of the question?
    Start at http://forums.oracle.com (top left of this page)
    Scroll down to a relevant category, such as Developer Tools
    If the relevant forum is not visible click on 'More' (Forms IS visible)

  • How to install Oracle Label Security in Oracle Database 10g EE

    Hello All
    I just want to know how to install Oracle Label Security in Oracle 10g Database EE.
    I read in Oracle Enterprise Manager Grid Control Installation and Basic Configuration that Label Security must be installed before installing Enterprise Manager Grid Control.
    I have Oracle Database 10g Release 1 (10.1.0.1) on my Windows XP System, and I patch it to 10.1.0.3.
    M.
    Sorry about my English.

    Options is to connect to Oracle Policy Manager or use Oracle Internet Directory (OID)to administer Oracle Label Security.
    Find more ways in the Documentation here:
    http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14267/toc.htm

  • How to Install Oracle 10g in Windows 7 Home premium 64bit operating system

    Hi,
    I am using Windows 7 Home premium 64bit operating system. While i was installing oracle 10g i got error and not able to install. How to install the Oracle 10g databse on this operating system. Is there any patch to install this or i have to use other version of oracle with window 7 operating system?
    Thanks in advance
    Mayank Adhikari

    The argument would be who wants to install Oracle database on Windows 7. I think most probably by the developers who wants to "Try" something prior deal with a production database, right?
    For a developer, installing database using the hack is more than NOT having a local database running from the local system. I installed all the products mentioned with windows7bugs post and used the following tools to successfully connect and retrive data from the database instances.
    Toad 9.7.x.x
    SQL Developer
    SQL/Plus
    Developer 6i (Another hack, please check this link http://windows7bugs.wordpress.com/2010/03/01/installing-oracle-developer-forms-reports-6i-on-windows-7-64bit/).
    I think the discussion about whether all the features of client/server are still available with such a hacked installation is meaningless as far the information requested was strictly for Windows 7, not for a Server OS.
    regards,

Maybe you are looking for

  • Profile Mismatch with RAW

    I recently began shooting in RAW, using a Canon 40D.  I do not use the Canon-provided DPP, instead I use Photoshop CS4 Bridge (3.0.0.464), Camera Raw (5.4), and Photoshop CS4 (11.0.1).  I believe that I am suffering from a profile mismatch.  After co

  • Can't get itunes to launch

    I don't get any error messages, it just won't launch at all. Quick time does launch. I was searching support yesterday and found a link that helped (for the moment), but it's no longer available and didn't help me in the longterm anyway. I can still

  • Highest peak rates for replicated DVD-9 or DVD-5?

    Which is the highest peak rate that is most commonly used for replicated discs for all the data streams, and for video? I've tested some well authored popular mass production music dvds with DGIndex and often found video peak rates to go over 8.5 or

  • Hyperion EPMA 11.1.1.3 Services Sequence

    Hi all, I want to know the sequence of starting the services in Hyperion epma 11.1.1.3.Also let me know what is the frquency is that we need to recycle the services .Is ther any best practice avalable from oracle.Kindly help me . Thanks

  • When phone is ringing why does it say contact name or me?

    Anybody?