How to install Oracle 10g on to Red Hat Linux 5 Server

I'm new to both Linux and Oracle. I've been working on an installion of Oracle 10g on a Red Hat Linux 5 Server for about 2 weeks. I've been doing a lot of reading about installing Oracle on a Linux environment. I finally got to the installation portion and the Oracle Installer displayed a message that I had to have Red Hat 4 or 4 Enterprise to continue.
How can Install Oracle 10g onto a Red Hat 5 Linux Server"? Is there an option that I can use to bypass the OS checking?
Thanks

Unfortunately there is no way to access metalink without a valid account. You could then just try to skip preinstall requisites with this clause:
./runInstaller -ignoreSysPrereqs
or this method:
Copy the oraparam.ini from the installation source install/oraparam.ini to /tmp directory.
Edit the file /tmp/oraparam.ini so this file reads:
After
[Certified Versions]
Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2,redhat-5
also, make sure you have these packages installed:
# 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
~ Madrid.

Similar Messages

  • Installing Oracle 9i database on Red Hat Linux 7.1

    Hi,
    I have downloaded Linux9i_Disk1.gz, Linux9i_Disk2.gz and Linux9i_Disk3.gz for installing Oracle 9i database on Red Hat Linux 7.1. I unzipped those files to Linux9i_Disk1.cpio, Linux9i_Disk2.cpio and Linux9i_Disk3.cpio. What is the command to extract these .cpio files to get all the associated files that are archived? Can anyone help me on this?
    Warm Regards,
    Manash Pradhan

    Thanks a ton. I am sorry for not checking the download page since the download was done by another person.Thanks again.
    Warm Regards,
    Manash

  • How to install and configure ASM on Red Hat Linux 6.4

    Hi Team,
    How do you install and configure ASM on Red Hat Linux 6.4?
    Thank you in advance.
    Bee

    Here is an article that you may find useful http://eriglen.blogspot.com/2013/01/step-by-step-configuring-automatic-storage-management-on-standalone-server-with-oracle-enterprise-linux-and-oracle-11g-R2-using-external-storage-managed-by-openfiler.html

  • Hi, i want to install oracle 10g on RHEL5(Red hat)  where i can get softwar

    i want to install oracle 10g on redhat5 pls some one tell me where i can get oracle software.

    Hi;
    1. As Paul mention open http://www.oracle.com/technetwork/database/10201linuxsoft-097986.html
    2. Accept license aggrement
    3. As Prabhu mention Prabhu
    Download the Complete Files
    10201_database_linux32.zip (668,734,007 bytes) (cksum - 2737423041)
    use some downloder manager like flashget etc.
    Regard
    Helios

  • Oracle 10g Installation on Red Hat Linux

    Hi
    I am trying to install Oracle 10g (Downloaded from Oracle Site) in a Linux Installation. I have checked with the following command about the Linux Version
    # cat /etc/issue and the output is :
    Red Hat Linux Release 7.1 (Seawolf)
    Kernel 2.4.2-2 on an i686
    Then I am giving #uname -r and the output is
    2.4.2-2
    Now Oracle Installation Guide for 10g for Linux is saying that
    if the errata level is less than 25 on x86 system then install latest Kernel Updates.
    Please Let me know from where I can get the Latest Kernel Updates appropriately and what I need to do to put that patch into Linux so that I can smoothly install the Oracle 10g.
    Thanks and regards.
    Keshav Tripathy

    Jer is absolutely right.... just changing the values in oraparm.ini to reflect your kernel distribution will work for you.
    For example the file contains:
    [Certified Versions]
    Linux=redhat-2.1,UnitedLinux-1.0,redhat-3
    now to add your linux into it just check your version by issuing the command #uname -r
    in my case the output was "2.4.20-8smp". I just appended redhat before this value and entered in the oraparm.ini file.
    The new ini file looks like:
    [Certified Versions]
    Linux=redhat-2.1,UnitedLinux-1.0,redhat-3,redhat-2.4.20-8smp
    [Linux-redhat-2.4.20-8smp-optional]
    TEMP_SPACE=80
    SWAP_SPACE=150
    MIN_DISPLAY_COLORS=256
    Now you are all set to install. I assume that all other pre-requisites have been fulfilled.
    Thanks & Regards,
    Rajesh Kumar
    Team Lead UNIX

  • Installing oracle 10g R2 on Red Hat AS4 update 6

    Has anyone been able to get 10g R2 to install on Red Hat AS 4 u6?
    I have had errors on both the 64 bit version and the 32 bit version.
    32 Bit Version
    The 32 bit version useing the 32 bit version of oracle 10g r2 (10.2.0.1) displays this error: Enterprise manager configuration failed due to the following error - Invalid value null for parameter PORT.
    The log states:
    CONFIG: SQLEngine connecting with SID: murasaki, oracleHome: /opt/oracle/product/10.2.0/db_1, and user: DBSNMP
    May 2, 2008 8:56:11 AM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    May 2, 2008 8:56:11 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Invalid value null for parameter PORT
    Refer to the log file at /opt/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/murasaki/emConfig.log for more details.
    May 2, 2008 8:56:11 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Invalid value null for parameter PORT
    at oracle.sysman.emcp.ParamsManager.checkParam(ParamsManager.java:2630)
    at oracle.sysman.emcp.EMDBPreConfig.checkConfigParams(EMDBPreConfig.java:1285)
    at oracle.sysman.emcp.EMDBPreConfig.checkParameters(EMDBPreConfig.java:1060)
    at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:174)
    at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:160)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:141)
    at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:426)
    at java.lang.Thread.run(Thread.java:534)
    64 Bit version
    The 64 bit versions spits out unable to make "install" various different files anywhere between 62% to 68% completed.
    unfortunately i dont have more information on the error at this time. I have all the development packages installed.
    any help would be greatly apreciated as i am getting no where with google and searching various forums.

    Please check on this link.. that may help you.
    http://www.puschitz.com/InstallingOracle10g.shtml
    --Girish                                                                                                                                                                                                                               

  • Installing Oracle 9i database on Red Hat Linux

    I could successfully download the three disks required for installing Oracle 9i Database in .gz format. I used gunzip to extract those three files to .cpio format. How can I further extract the .cpio files? What should I do next?Please guide me.
    Warm Regards,
    Manash Pradhan

    You can unpack using cpio(1) i.e. 'cpio -idcmv < filename'
    When you finish unpacking, you will have three directories
    i.e. 'Disk1' 'Disk2' ...
    cd Disk1
    ./runInstaller

  • How To Install oracle 10g

    Hello,
    I'm new to Oracle. I want to install oracle 10g (10.2.4.0 ) in windows server 2008. I want to know how should it install when we have set domain control. previously i have installed it and after that i add domain. But this time i'm going to install it after add the domain control.
    i tried this 1s. it's giving an error
    ORA-12560: TNS:protocol adapter error
    Thanks
    wbr

    831585 wrote:
    Hello,
    I'm new to Oracle. I want to install oracle 10g (10.2.4.0 ) in windows server 2008. I want to know how should it install when we have set domain control. previously i have installed it and after that i add domain. But this time i'm going to install it after add the domain control.
    i tried this 1s. it's giving an error
    ORA-12560: TNS:protocol adapter error
    Thanks
    wbrDo you get this error when running installation?
    If you get it after installation, then refer to the following blog article:
    http://arjudba.blogspot.com/2008/08/ora-12560-tnsprotocol-adapter-error-on.html
    Kamran Agayev A.
    Oracle ACE
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • How to install Oracle 10g release 2 on rhel4 release 2

    I want to know How to install Oracle 10g release 2 on rhel4 release 2 from scratch from the partitioning of the disk in rhel 4 till the post installation .
    System Configuration
    x86 32 bit
    Pentium(R) 4 CPU 3 ghz
    RAM 1 GB 2.99Ghz
    Oracle 10g release 2
    rhel 4 release 2
    Please reply me soon.
    With Regards
    Suvin Prathab
    www.sceneworks.co.cc

    Dear Suvin Prathab!
    Please have a look at this:
    [http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html]
    Yours sincerely
    Florian W.

  • How to Install Oracle 10g in SLES 10 32 bit

    Hello Guys,
    I was intalling oracle 10g in SUSE LInux Enterprise Server 10, but i always have an error..
    Is there someone who can have and give a manual on how to install oracle 10g in SLES10? ANd some linux shell scripting
    manual..?

    Hi,
    have a look at:
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php
    you will find there your SLES and Oracle specific installation guide. With korn shell script you will be able to install Oracle within 60 minutes.
    Good luck!
    Cheers,
    David
    OCP 9i / 10g / 11g

  • Installing Oracle 8.1.7 on Red Hat Linux Advanced Server 2.1

    Hello,
    how the subject says I'd like to install Oracle 8.1.7 on Red Hat Linux Advanced Server 2.1. Can anybody of you say me where to find a good HOWTO/Documentation?? It would be nice if you help me!
    Konstantin

    This install is not on a Pentium 4
    I'm trying to install on pentium III
    Memory 512Mo
    Hard Disk 20 Go
    Thanks again

  • Cant install oracle 10g release 2 on unbreakable linux

    i have being trying to install oracle 10g re 2 on unbreakable linux.after installation i open the url for bot em/isqlplus and it works.but after restarting the system i type the command
    emctl start dbconsole
    it says command not found
    pls help me any 1.

    There is so much you aren't telling us. For example, if you created a user "oracle" to be the Oracle software owner and install the Oracle software with, there will be a directory named /home/oracle. Inside this directory will be a file called .bash_profile. You can put lines like export ORACLE_HOME=, export ORACLE_BASE= and export ORACLE_SID= so that your environment is set up when you login. Jeff Hunter has a lot of information like this on his website. Check it out.
    Tom

  • Install Oracle8.1.7 on Red Hat Linux 9

    I tried to install Oracle8.1.7 on Red Hat Linux 9 and got error message:
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    My env variables:
    THREAD_FLAG=native
    LANG=en_US.UTF-8
    CLASSPATH=/usr/local/jre/lib/rt.jar:/usr/jdk118/jdk118_v3/lib/classes.zip
    DISPLAY=:0.0
    Please help.

    I did export LD_ASSUME_KERNEL=2.4.1. Now the installation starts and I get
    [oracle@localhost Disk1]$ ./runInstaller
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    and then get back to the $prompt after some time and the welcome screen never comes up.
    Whats wrong?

  • OSP support for Red Hat Linux Advanced Server 5.0

    Wondering, if anybody tried to install Red Hat Linux Advanced Server 5.0 with N1 SPS OSP? Does it work as with Red Hat Linux Advanced Server 4.0?
    Thorleif Wiik

    The current official GA date for SPS 6.0 is Aug 20. There is a follow-on release for plug-ins and the MS/CLI on Windows. This is currently scheduled for some time in September.

  • How to install oracle 10g on linux 9.0

    am a student in nigeria and my name is tosin, studing oracle 10g on linux 9.0 with oracle partners NIIT. how do i install 9i and 10g on a linux 9.0.

    Hello Tosin,
    how do i install 9i and 10g on a linux 9.0. Do you mean Red Hat Linux 9 of on Linux AS? www.redhat.com
    Anyways
    http://www.puschitz.com/InstallingOracle9i.html
    Hope this will help you
    Cheers
    Ravi
    http://ravidba-oracle.blogspot.com/

Maybe you are looking for