Installation of Oracle 9i on Redhat Linux 7.3

Hi.
I'm trying to install oracle 9i on Redhat Linux an facing some problems. To start with I had no problem in installing and creating the database, The listener.ora and tsnname.ora files created are similar to what i have on windows 2000( Since i was not able to make oracle working on linux, i tried installing on windows, so as to check and create database for temporary work.), But when i go to the console and type the commands: sqlplus /nolog it says bash: sqlplus:command not found.
2. When i try clicking sqlplus executable file in the bin directory, i get a message that 'Could'nt find the program'.
3. Where can i find the bash_profile file.
4.I'm able to run the database configuration assistant and create new databases without any error.
I would appreciate if some one can help me out.Also are there any special commands, for this is my first experience on linux.
Thanks
Pranav

If your shell is bash (which I guess it is) you need to set the environment variables either per user in a file called ~/.bash_profile (probably /home/oracle/.bash_profile) or globally by making a file /etc/profile.d/oracle.sh
you can list .files with ls -la
for now you can either type /opt/oracle/product/9.2.0/bin/sqlplus or type
export PATH=${PATH}:/opt/oracle/product/9.2.0/bin
to add oracle to the path in your current session

Similar Messages

  • Installation of oracle 10g on RedHat Linux EE 3

    Hi,
    I am going to Install of oracle 10g on RedHat Linux EE 3, rigth now i am running oracle 9i on windows platform. I need following things:
    -I want to export all my data from oracle 9i on windows. For this what is the best way should i transport my tablespace and install oracle 10g on linux and import them after creating db or should i simply export and import it from there.
    -Is there any issues that i should look at before i transfer my database.
    -We are a Industrial Laboratory and use scientific notation in our database. Would this import export can takecare of all the things or should i set some character set setting before import/export.
    -Any thing else if you thing that i should take care.
    Thanks & Regard
    Rashid K.K

    You cannot use transportable tablespace. Platform independent transportable tablespace run only on newer versions (10g). You have to create the tablespaces on you linux machine and than exp/imp (full=y).
    Bye, Aron

  • Fast installation for oracle db under redhat linux 4 update 3

    dear sirs...
    i know little about linux, however, i create a simple script that will preform pre-installation operations for linux 4 update 3. it will update the files, create oracle user, and so on. you will find its source. if possible i hope someone can upgrade this script such that there it will check the OS packages, and stop the changes if any of the packages is missing.
    thanks for any help and best regards.
    notes:
    1- to use this script, type the text in linux gedit. save it in a file and put the file in a safe place so that every time you want to install the db, you can find it ready.
    2- do not use notepad to create the file, it will not work.
    3- before you run the script, be sure that all packages needed by the db exists.
    4- the script assumes that you have just installed linux for running the database only.
    5- to run the script in linux , login as root user, and type . scriptfilename
    6- the script should be executed only once.
    /usr/sbin/groupadd oinstall
    /usr/sbin/groupadd dba
    /usr/sbin/useradd -m -g oinstall -G dba oracle
    passwd oracle
    mkdir -p /home/oracle
    chown -R oracle:oinstall /home/oracle
    chmod -R 775 /home/oracle
    cat >> /etc/sysctl.conf <<EOF
    # the following lines are added by a script
    kernel.shmall = 2097152
    kernel.shmmax = 536870912
    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 = 262144
    net.core.wmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_max = 262144
    EOF
    /sbin/sysctl -p
    cat >> /etc/security/limits.conf <<EOF
    # the following lines are added by a script
    oracle soft nproc 2047
    oracle hard nproc 16384
    oracle soft nofile 1024
    oracle hard nofile 65536
    EOF
    cat >> /etc/pam.d/login <<EOF
    # the following lines are added by a script
    session required /lib/security/pam_limits.so
    EOF
    cat >> /etc/profile <<EOF
    # the following lines are added by a script
    if [ \$USER = "oracle" ]; then
    if [ \$SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    umask 022
    fi
    EOF
    cat >> /etc/csh.login <<EOF
    # the following lines are added by a script
    if ( \$USER == "oracle" ) then
    limit maxproc 16384
    limit descriptors 65536
    umask 022
    endif
    EOF

    Nice.
    A fair chunk of additional work would go into this to ensure that existing settings are not clobbered, but it should be OK on a new install of Linux.
    Why not require that they use the DVD (so you have all RPMs on one media), cd to the RPMS directory and simply 'rpm -i' all the prereq packages? Then you don't need to 'rpm -q' and inspect the status.

  • Error While Installing ORACLE 10g in Redhat Linux 5.0

    Hi all,
    Anybody please guide me regarding the posted error.
    I'm trying to install ORACLE 10g in Redhat Linux 5.0 and finding error as "Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-10-15_09-20-56PM/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)
    I tired a lot to sort it out but unable to resolve.So please tell me the possible ways.
    I appreciate all types of clarifications...
    Thanks in Advance
    Sajeev George

    Sajeevcmc wrote:
    Hi,
    Thanks for the reply.
    Could you please tell me the rpm full name and where i can download the same?
    Thanks in Advance
    SAJEEV GEORGEYou need to have the following packages installed already before starting Oracle installation
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15669/pre_install.htm#sthref80
    binutils-2.15.92.0.2-10.EL4
    compat-db-4.1.25-9
    control-center-2.8.0-12
    gcc-3.4.3-9.EL4
    gcc-c++-3.4.3-9.EL4
    glibc-2.3.4-2
    glibc-common-2.3.4-2
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.3-9.EL4
    libstdc++-devel-3.4.3-9.EL4
    make-3.80-5
    pdksh-5.2.14-30
    sysstat-5.0.5-1
    xscreensaver-4.18-5.rhel4.2
    And from the following link, you can get the same list:
    http://www.puschitz.com/InstallingOracle10g.shtml (Go to Checking Software Packages (RPMs))
    And from my installation guide you can easily install Oracle on Linux by following step by step instruction
    [Step by Step Installing Oracle Database 10g Release 2 on Linux (CentOS) and AUTOMATE the installation using Linux Shell Script|http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Error while Installation database  ... in redhat linux 4.8

    Hi,
    i am trying to install oracle 10g in redhat linux 4.8
    i am getting error at 62%
    Error in invoking target 'ntcontb.o' of makefile   so please can any body tell me what is the issue I downloaded oracle from oracle website itself .
    product prerequisite
    Checking operating system requirements ...
    Expected result: One of redhat-3,redhat-4,SuSE-9,asianux-1,asianux-2
    Actual Result: redhat-4
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking operating system package requirements ...
    Checking for make-3.79; found make-1:3.80-7.EL4. Passed
    Checking for binutils-2.14; found binutils-2.15.92.0.2-25. Passed
    Checking for gcc-3.2; found Not found. Failed <<<<
    Checking for libaio-0.3.96; found libaio-0.3.105-2. Passed
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Some packages required for the Oracle Database 10g to
    function properly are missing (see above).
    Recommendation: Install the required packages before continuing with
    the installation.
    =======================================================================
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250.      Passed
    Checking for semmns=32000; found semmns=32000.  Passed
    Checking for semopm=100; found semopm=100.      Passed
    Checking for semmni=128; found semmni=128.      Passed
    Checking for shmmax=536870912; found shmmChecking operating system
    requirements ...
    Expected result: One of redhat-3,redhat-4,SuSE-9,asianux-1,asianux-2
    Actual Result: redhat-4
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking operating system package requirements ...
    Checking for make-3.79; found make-1:3.80-7.EL4.        Passed
    Checking for binutils-2.14; found binutils-2.15.92.0.2-25.      Passed
    Checking for gcc-3.2; found Not found.  Failed <<<<
    Checking for libaio-0.3.96; found libaio-0.3.105-2.     Passed
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Some packages required for the Oracle Database 10g to
    function properly are missing (see above).
    Recommendation: Install the required packages before continuing with
    the installation.
    =======================================================================
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250.      Passed
    Checking for semmns=32000; found semmns=32000.  Passed
    Checking for semopm=100; found semopm=100.      Passed
    Checking for semmni=128; found semmni=128.      Passed
    Checking for shmmax=536870912; found shmmax=536870912.  Passed
    Checking for shmmni=4096; found shmmni=4096.    Passed
    Checking for shmall=2097152; found shmall=2097152.      Passed
    Checking for file-max=65536; found file-max=202024.     Passed
    Checking for VERSION=2.6.9; found VERSION=2.6.9-89.ELsmp.       Passed
    Checking for ip_local_port_range=1024 - 65000; found
    ip_local_port_range=32768 - 61000.      Failed <<<<
    Checking for rmem_default=262144; found rmem_default=110592.    Failed <<<<
    Checking for rmem_max=262144; found rmem_max=131071.    Failed <<<<
    Checking for wmem_default=262144; found wmem_default=110592.    Failed <<<<
    Checking for wmem_max=262144; found wmem_max=131071.    Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to
    update the kernel parameters.
    =======================================================================
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.4-2.43
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 1988MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking available swap space requirements ...
    Expected result: 2982MB
    Actual Result: 1983MB
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The system does not have the required swap space.
    Recommendation: Make more swap space available to perform the install.
    =======================================================================
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with
    DHCP-assigned public IP addresses.  However, the primary network
    interface on the system should be configured with a static IP address
    in order for the Oracle Software to function properly.  See the
    Installation Guide for more details on installing the software on
    systems configured with DHCP.
    =======================================================================
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    =======================================================================ax=536870912.    Passed
    Checking for shmmni=4096; found shmmni=4096.    Passed
    Checking for shmall=2097152; found shmall=2097152.      Passed
    Checking for file-max=65536; found file-max=202024.     Passed
    Checking for VERSION=2.6.9; found VERSION=2.6.9-89.ELsmp.       Passed
    Checking for ip_local_port_range=1024 - 65000; found
    ip_local_port_range=32768 - 61000.      Failed <<<<
    Checking for rmem_default=262144; found rmem_default=110592.    Failed <<<<
    Checking for rmem_max=262144; found rmem_max=131071.    Failed <<<<
    Checking for wmem_default=262144; found wmem_default=110592.    Failed <<<<
    Checking for wmem_max=262144; found wmem_max=131071.    Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to
    update the kernel parameters.
    =======================================================================
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.4-2.43
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 1988MB
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking available swap space requirements ...
    Expected result: 2982MB
    Actual Result: 1983MB
    Check complete. The overall result of this check is: Failed <<<<
    Problem: The system does not have the required swap space.
    Recommendation: Make more swap space available to perform the install.
    =======================================================================
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with
    DHCP-assigned public IP addresses.  However, the primary network
    interface on the system should be configured with a static IP address
    in order for the Oracle Software to function properly.  See the
    Installation Guide for more details on installing the software on
    systems configured with DHCP.
    =======================================================================
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed---chetan
    Edited by: CHETAN YADAV on Oct 6, 2010 3:27 PM
    Edited by: CHETAN YADAV on Oct 6, 2010 3:28 PM

    >
    so please can any body tell me what is the issue I downloaded oracle from oracle website itself .Yes. The issue is your assumption.
    Why do you assume that the o/s is automatically configured with the required s/w components for running Oracle 10g? Should the o/s have a clairvoyant module that "knows" it needs to prep itself when it is installed for supporting Oracle 10g? And not as a Weblogic server? Or mySQL? Or Postgress? Or JBoss? Or Oracle 11g?
    Be glad that Oracle s/w actually tells you exactly what it needs from the o/s that is missing or needs correction. As this is exactly how a robust s/w stack should behave.

  • Unable to Install Oracle 9i on redhat linux 9

    Hi everybody,
    I had been trying to install Oracle 9i on redhat linux 9 since last month and I am not able to succeed in installing the same. In fact I do not get to see even the OUI screen . I give below the steps I followed.
    1) Setting of env varibles pertinent to oracle., say ORACLE_HOME,NLS_LANG etc.
    2) PATH=$PATH:/usr/local/jdk1.3.1/bin:.
    3) export LD_ASSUME_KERNEL=2.4.1
    I have a set of 3 CD's for installation. As soon as I load the first CD. the runInstaller would run for sometime and stop, while I do the installation in the graphic mode.
    When I try to install the same in the command line mode, I get to see something like the one below
    Initializing java jre from /tmp/OraInstall0/... please wait.. and then it would come back to the command prompt.
    I then invoke ps -ef | grep -i oracle to check if some process is running and I do get to see something. But ultimately nothing happens.
    Please help me with this.

    At Oracle Site we have a very good manual for 9i installation. Follow the manual step-by-step.
    Your problem seems as a java or permissions issue.
    good luck
    Eduardo

  • Error in Installing Oracle 9i on RedHat LINUX 8.0

    When I am trying to install Oracle 9i on RedHat LINUX 8.0 I am getting the Error message " CANNOT COPY INTO THE FILE aurora.zip". I just ignored this and i continued the Installation. But after some time (During installation in LINKING part) i am getting the error message ERROR IN INVOKING TARGET ctx_on OF MAKEFILE /u01/app/oracle/product/9.2.0/rdbms/lib/ins_rdbms.mk
    What shall i do for this?

    are u sure that u can load Oracle 9i on Linux 8.0? i am aware that the three Linux distributions certified for Oracle 10g are:
    Red Hat Enterprise Linux 2.1
    Red Hat Enterprise Linux 3
    Novell SUSE Linux Enterprise Server 8

  • Can you install Oracle 10g on REDHAT LINUX ENTERPRISE WS?

    According to oracle documentation, it says you can install oracle10g on Redhat enterprise version 3 or 4, but it doesn't specify whether its Red Hat Enterprise Linux AS or WS. Can you install oracle 10g on Rehat Linux Enterprise WS?

    Oracle Certificaction Matrices says only RedHat AS/ES is supported for database. AFAIK WS means workstation.
    Also this link is very clear: http://kbase.redhat.com/faq/FAQ_61_1135.shtm
    Besides the above sentences... If the WS installation is providing all required packages (listed in installtion prerequisites) I belive that Oracle DB could be installed on WS but as I (and the above link) said it is not officialy supported.

  • Oracle 9i for Redhat Linux 9

    Hi
    I have a P-III, 1Ghz 128MB RAM, 40GB HDD pc. There are two OS installed in it,i.e., Win200(prof)and Redhat Linux 9.
    As I am undergoing a course in Oracle 9i DBA, I have installed a copy of Oracle 9i Enterprise Edition in my Windows partition and am practising on it. I want to install Oracle 9i in the Linux partition also, but I do not know which one to install. There are so many variants of Linux available for downloading.
    As I am pretty new to the field of Linux and Oracle, I am very much confused.
    If anybody could help me in figuring out the correct download for my file, it would be very great.
    Thanks
    Shoeb.

    No. You have to follow the minimum requirements, which I think is 512MB of RAM.

  • Is there any Oracle client for RedHat Linux

    Hi,
    I m searching for the Oracle9i client for RedHat linux. Is it available free. If yes please tell the site name.
    thanx
    -biyat

    Which oracle version u have for Solaris intel
    [email protected]
    Hi,
    We have an oracle server (8i) running on Windows NT. I need a oracle client on Solaris Intel 8 to connect to the Oracle server running on NT.
    Thanks
    --John

  • Installer problem - Oracle 11g on Redhat ES 5.1 (x86)

    Hi,
    I'm trying to run the "runInstaller" script to install Oracle 11g onto my Redhat ES 5.1 (x86) machine and the following error is being reported:
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 1409 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 1407 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-01-10_04-46-50AM. Please wait ...Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ewt/lwAWT/BufferedFrame
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    I copied all the installation tree to /tmp/oracle and ran chmod -R 777 * to make sure I could see all the files.
    I've been logging onto the server as the oracle user.
    I've also got Java v1.5.0.6 installed
    I've run out of ideas - anyone able to assist ?

    I've sorted it. Was originally copy unzipped install files from DVD into /tmp but think there must have been some corruption. I now copied and unzipped the install file onto the RH machine and it's now working.

  • When I install Oracle 9i on RedHat Linux 7.3 ...

    Hello , everybody :
    When I install Oracle 9i (9.2.0.1) on Red Hat Linux 7.3 ,
    I got an error when invoking the target of "install" in makefile : "ins_ctx.mk" ,
    all of the message is "Error in invoking target install of makefile /oracle/product/9.2.0/ctx/lib/ins_ctx.mk"
    and I edit the file "$ORACLE_HOME/ctx/lib/env_ctx.mk " , add a "$(LDLIBFLAG)dl" to the "INSO_LINK" ,
    but there is still an error when I press "Retry" and "Retry" ...
    Will it occur any error when I use Oracle 9i on Linux (because I press "Ignore") ?
    Does somebody can tell me how to solve the problem ?
    Thanks a lot.

    Hi Lai Yu-Tai,
    I'd the same problem. You can fix the problem (fixing provided by Werner Puschitz, http://www.puschitz.com/OracleOnLinux.shtml):
    "Error in invoking target install of makefile /opt/oracle/product/9.2.0/ctx/lib/ins_ctx.mk"
    I saw this error only in connection with Oracle 9i R2 (9.2.0) installation.
    Also, this is the only problem I experienced with Oracle 9i R2 on Red Hat 8.0 (and 7.3 -MQ). But this does not necessarily mean that you won't see other problems described here.
    The following errors showed up in $ORACLE_HOME/install/make.log:
    /lib/libdl.so.2: undefined reference to `_dl_addr@GLIBC_PRIVATE'
    /lib/libdl.so.2: undefined reference to `_dl_open@GLIBC_PRIVATE'
    /lib/libdl.so.2: undefined reference to `_dl_close@GLIBC_PRIVATE'
    /lib/libdl.so.2: undefined reference to `_dl_sym@GLIBC_PRIVATE'
    /lib/libdl.so.2: undefined reference to `_dl_vsym@GLIBC_PRIVATE'
    It happens when the following step is executed:
    /usr/bin/make -f ins_ctx.mk install ORACLE_HOME=/opt/oracle/product/9.2.0
    Edit $ORACLE_HOME/ctx/lib/env_ctx.mk and go to "INSO_LINK =", add a "$(LDLIBFLAG)dl" to the line and save it.
    Here is the full line with the added "$(LDLIBFLAG)dl" flag:
    INSO_LINK = -L$(CTXLIB) $(LDLIBFLAG)m $(LDLIBFLAG)dl $(Long postings are being truncated to ~1 kB at this time.

  • Installation of Oracle 11g R2 in Linux.........Step By Step

    Oracle 11g R2 installtion in Linux
    Author: Arun
    For Reference:
    http://www.morganslibrary.org/reference/linux_oracle_inst11gR2.html
    Operating System Configuration
    1.As root: Install RPM’s
    For RHEL 5 (32-bit):
    rpm -Uvih binutils-2*
    rpm -Uvih compat-libstdc++-33*
    rpm -Uvih elfutils-libelf-0*
    rpm -Uvih elfutils-libelf-devel-0*
    rpm -Uvih elfutils-libelf-devel-static-0*
    rpm -Uvih gcc-4*
    rpm -Uvih gcc-c++-4*
    rpm -Uvih glibc-2*`uname -p`*
    rpm -Uvih glibc-common-2*
    rpm -Uvih glibc-devel-2*
    rpm -Uvih glibc-headers-2*
    rpm -Uvih kernel-headers-2*
    rpm -Uvih ksh-20*
    rpm -Uvih libaio-0*
    rpm -Uvih libaio-devel-0*
    rpm -Uvih libgcc-4*
    rpm -Uvih libgomp-4*
    rpm -Uvih libstdc++-4*
    rpm -Uvih libstdc++-devel-4*
    rpm -Uvih make-3*
    rpm -Uvih numactl-devel-0*
    rpm -Uvih sysstat-7*
    rpm -Uvih unixODBC-2*
    rpm -Uvih unixODBC-devel-2*
    For RHEL 5 (64-bit):
    rpm -Uvih binutils-2*`uname -p`*
    rpm -Uvih compat-libstdc++-33*`uname -p`*
    rpm -Uvih compat-libstdc++-33*i386*
    rpm -Uvih elfutils-libelf-0*`uname -p`*
    rpm -Uvih elfutils-libelf-devel-0*`uname -p`*
    rpm -Uvih gcc-4*`uname -p`*
    rpm -Uvih gcc-c++-4*`uname -p`*
    rpm -Uvih glibc-2*`uname -p`*
    rpm -Uvih glibc-2*i686*
    rpm -Uvih glibc-common-2*`uname -p`*
    rpm -Uvih glibc-devel-2*`uname -p`*
    rpm -Uvih glibc-devel-2*i386*
    rpm -Uvih glibc-headers-2*`uname -p`*
    rpm -Uvih ksh-20*`uname -p`*
    rpm -Uvih libaio-0*`uname -p`*
    rpm -Uvih libaio-0*i386*
    rpm -Uvih libaio-devel-0*`uname -p`*
    rpm -Uvih libaio-devel-0*i386*
    rpm -Uvih libgcc-4*`uname -p`*
    rpm -Uvih libgcc-4*i386*
    rpm -Uvih libstdc++-4*`uname -p`*
    rpm -Uvih libstdc++-4*i386*
    rpm -Uvih libstdc++-devel-4*`uname -p`*
    rpm -Uvih make-3*`uname -p`*
    rpm -Uvih numactl-devel-0*`uname -p`*
    rpm -Uvih sysstat-7*`uname -p`*
    rpm -Uvih unixODBC-2*`uname -p`*
    rpm -Uvih unixODBC-2*i386*
    rpm -Uvih unixODBC-devel-2*`uname -p`*
    rpm -Uvih unixODBC-devel-2*i386*
    2.As root: Create DBA Group and Oracle User
    /usr/sbin/groupadd -g 500 oinstall
    /usr/sbin/groupadd -g 501 dba
    /usr/sbin/groupadd -g 502 oper
    /usr/sbin/useradd -u 500 -m -g oinstall -G dba,oper oracle
    id oracle
    -- set the password to oracle1
    passwd oracle
    3.As root: Create Installation Directories
    mkdir -p /app/oracle
    chown -R oracle:dba /app/oracle
    chmod -R 775 /app/oracle
    mkdir /stage
    chown -R oracle:dba /stage
    4.As root: Alter Kernel Parameters
    Vi /etc/sysctl.conf
    Place this parameters in the end of the file.
    fs.file-max = 6815744
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.core.rmem_default = 4194304
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 1048576
    net.ipv4.ip_forward = 0
    net.ipv4.conf.default.rp_filter = 1
    net.ipv4.tcp_wmem = 262144 262144 262144
    net.ipv4.tcp_rmem = 4194304 4194304 4194304
    fs.aio-max-nr = 1048576
    net.ipv4.ip_local_port_range = 9000 65500
    EOF
    -- Activate changes
    /sbin/sysctl -p
    5.As root: Set Shell Limits
    -- Modify limits.conf
    Vi /etc/security/limits.conf
    Place these lines in the end of the file.
    oracle soft nproc 2047
    oracle hard nproc 16384
    oracle soft nofile 1024
    oracle hard nofile 65536
    EOF
    6.As root:set Logins
    -- Modify /etc/pam.d/login
    Vi /etc/pam.d/login
    session required pam_limits.so
    7.As root: Change Default Profile
    Vi /etc/profile
    if [ $USER = "oracle" ]; then
    if [ \$SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    umask 022
    fi
    EOF
    8.As root: Append servers to hosts file
    Vi /etc/hosts
    Add this lines
    127.0.0.1 localhost.localadmin localhost
    10.0.0.33 insight33.acolade.com.au insight33
    9.As root: Modify .bashrc
    # cd /home/oracle
    vi .bashrc
    -- append the following:
    umask 022
    ORACLE_HOSTNAME=?.mlib.org
    ORACLE_BASE=/app/oracle/product
    ORACLE_HOME=/app/oracle/product/11.2.0/db_1
    ORACLE_SID=?
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH
    TMP=/tmp
    TEMP=/tmp
    TMPDIR=/tmp
    PATH=$ORACLE_HOME/bin:$PATH
    export PATH ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH
    export TMP TEMP TMPDIR
    alias oh='cd $ORACLE_HOME'
    alias sql='sqlplus "/ as sysdba"'
    -- close all open terminal windows and open new ones
    $ set
    -- validate the environment
    10.Run the file for to start Installation
    Unzip the oracle file in “tmp” folder.
    After unzipping the installation files, change the user as “oracle” and take “database” folder.
    Su oracle
    cd /tmp/database/
    ./runInstaller
    Note:If any one of the checking is failed during installation starting,take new terminal and use
    Su root
    Xhost +SI:localuser:oracle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    According http://download.oracle.com/docs/cd/E11882_01/install.112/e16765/pre_install.htm#BABCFBDG it is not not.
    Minimum system requirements are for Linux x86 and x86-64 are:
    Oracle Enterprise Linux 4 Update 7
    Oracle Enterprise Linux 5 Update 2
    Red Hat Enterprise Linux 4 Update 7
    Red Hat Enterprise Linux 5 Update 2
    SUSE Linux Enterprise Server 10 SP2
    SUSE Linux Enterprise Server 11
    Since you are running *5.1* you need to perform an upgrade

  • Pre-requisites for installing Oracle 10gR3 on RedHat Linux

    Hi All,
    I am installing oracle 10g Lite R3 on RH Linux AS3.0. I am trying to find out the pre-requisites for the installation. I do not find the certification matrix on metalink.
    Could someone please let me know where I can find this info?
    Thanks,
    Madhan

    http://download.oracle.com/docs/cd/B28928_01/doc/server.103/b28924/preinstall.htm#CBHGJHCF
    HTH

  • Installation problem Oracle 9i on SuSE Linux 7.2 s390

    Hi all
    I've got a problem after having installed Oracle9i on a S390 box with SuSE linux 7.2. When I launch sqlplus, I've got the following message :
    sqlplus: error while loading shared libraries: libclntsh.so.9.0: cannot load shared object file: No such file or directory
    It appears the shared library libclntsh.so.9.0 was not included in the tarball I've downloaded from the Oracle site.
    Any idea ?
    Thanks
    Frangois Basquin

    Forget my question : I've found the answer in the document ID 158104.1. Even if my problem was not exactly the one mentioned (I hadn't any problem during compile time), the cure was good.
    Frangois

Maybe you are looking for

  • How to use switch statement in JSP?

    Hi, I am using switch satement in jsp. the code as follows: switch(flag)      case 1: query="select * from cust";                     break;      case 2: query="select * from cust where minp="+mini+"and maxp="+maxi;                     break;     def

  • Payment Posting - Replacing a direct deposit with a check

    Dear Experts, I need your advise on the following: Running SAP ECC 6.0 and gross to net payroll. The net pay wage type is posted to different account based on payment method (Direct deposit or check). In instances where the employee has provided a wr

  • Frames -- Video

    Hello, I'm experimenting a bit with JMF, and I have been able to get all the frames from a video, but is it also possible the other way around? For example, I have 100 frames extracted from a video with 10fps, I have - let's say - resized all frames

  • Embedded Java in BPEL and exception handling

    Hello everybody, i want to use some embedded java code in my BPEL process (bpelx:exec). This code would sometimes throw exceptions. How can i deal with these exceptions to control my BPEL process? I would like, in a sense, to do some catching of java

  • Export: lose image quality?

    if i export my photos as originals (chosen from the drop down menu on the export popup window), will i lose any photo quality? i am hoping that the exported photo will have the same quality as the photo stored in iphoto. thanks!