Oracle installation on Linux RedHat "Multiple occurance of oracle directory

I have successfully installed oracle 10.2.0.1 on my Linux server, but have repetition oracle directory on my Oracle_home path
i.e /u01/app/oracle/oracle/product/10.2.0
How can corrrect this shoul i uninstall oracle an install again ? or i should run ./oraInstaller and change the path, but when i run installer it looks like i am installing another oracle software without affecting the one with double oracle directory
Please help....
Thank you

i run tar -cvf /u01/app/oracle/product/10.2.0/OH.tar .
still i get the following error
======================================
tar:Removing leading '/' from members names
tar: /u01/app/oracle/product/10.2.0/OH.tar : cannot stat: No such file or directory
tar: ./v: file is the archive; not dumped
tar:Error exit delayed from previous errors
======================================
But on my oracle home u01/app/oracle/oracle/product/10.2.0/db_3
when i do ls -ltr there a new file created with the name v.
please help

Similar Messages

  • RMAN backup Oracle 9ir2. Linux RedHat

    Dear all,
    Where can I find information i.e. how to do RMAN backup in Oracle 91r2 under Linux RedHat environment.
    Thanks in advance
    SL

    See Oracle9i Recovery Manager User's Guide

  • Install Oracle 10g  with linux redhat 4

    Hi,
    i need some documentation for installation of Redhat 4 with oracle 10g.
    how can install linux redhat 4 if anyone know documentation please share with me.

    Hi,
    If you need video tutorial, please refer to: http://kamranagayev.wordpress.com/2010/04/25/video-tutorial-installing-oel-and-oracle-10gr2/
    And you can check: Installing Centos (based on Redhat, same as redhat) : http://kamranagayev.wordpress.com/2009/01/05/installing-centos-on-vmware-step-by-step/
    Installing Oracle on it: 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/

  • Managing Oracle 9i On Linux Redhat AS

    Hi All,
    Can someone provide me document references for managing oracle9i on linux redhat.
    Thanks in advance.

    managing oracle9i on linux redhatWhat do you mean exactly ? Installation , Administration , or what else ?

  • Installing Oracle 10g on Linux Redhat 4 ??

    Hi..
    i'm running redhat-4 on amd opteron 64
    .when i # runInstaller in my terminal i got
    "checking operating system version : must be redhat-3 .... Failed"
    the installer i downloaded are : ship.db_Disk1.lnxx86-64.cpio.gz
    please somebody advise what can i do to process with oracle installation without having to reinstall by operation system to redhat-3,,
    thank you...:)

    10gR1 64-bit is not certified (and won't be certified) on Redhat4. 10gR2 64-bit will run on Redhat-4, but isn't yet available.

  • Screen Frozen out during installation of Linux redhat in Hyper-V vm

    Am new to hyper-v. I was trying to installing linux redhat but the screen frozen out. I didnt reach the options to select language. The was creen become frozen as if its painted with colors.
    please help

    Hello
    wich version redhat and hyper-v?
    https://hardware.redhat.com/&quicksearch=Microsoft
    sorry my english

  • Starting Oracle XE on linux by /etc/init.d/oracle-xe start

    Hello,
    I installed Oracle Database 10g Express Edition on a Linux Ubuntu 7.04 (feisty)
    following official installation instructions found here
    http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm#BABCEAHD
    but I noticed a weird behavior.
    The installation process was ok.
    The configuration process (/etc/init.d/oracle-xe configure) was also ok.
    I set everything on default except for the “starting on boot” option I choose NO, because the instructions let me understand that I can start the service manually by the command:
    $ /etc/init.d/oracle-xe start
    The configuration process at the end also started the service well, so I could test my new oracle installation on my web browser following the url http://127.0.0.1:8080/apex
    Everything went fine... but...
    On the next boot I wanted to start my oracle so I typed
    sudo /etc/init.d/oracle-xe start
    but nothing happened and the server didn't go up.
    Looking into to script /etc/init.d/oracle-xe
    we can find this switch
    case "$1" in
    start)
         if test -f "$CONFIGURATION"
         then
              if test "$ORACLE_DBENABLED" != "true"
              then
                   exit 0
              fi
         else
         echo "Oracle Database 10g Express Edition is not configured. You must run
    '/etc/init.d/oracle-xe configure' as the root user to configure the database."
              exit 0
         fi
         start
    this means that if you chose NO (N) for the “starting on boot” option on the configuration process (NB this choice put false in the env variable ORACLE_DBENABLED) you can't start the dbms by this script.
    I try comment the few lines
         then
              #if test "$ORACLE_DBENABLED" != "true"
              #then
              #     exit 0
              #fi
         else
    and this time the server starts well.
    So I deduced that something was wrong with the script and the official installation instructions.

    Yes... Thank you.
    But I saw the problem could to be simple avoided using the options
    enable/disable for the script /etc/init.d/oracle-xe,
    If you choose not to start oracle at boot time, you can start it
    manually by the sequence
    /etc/init.d/oracle-xe enable
    /etc/init.d/oracle-xe start
    then when you want to stop it
    /etc/init.d/oracle-xe stop
    /etc/init.d/oracle-xe disable
    by this last command we don't make oracle restart
    at the next system boot.
    I think it would be a good thing to update the reference
    documentation at
    http://www.oracle.com/technology/software/products/database/xe/files/install.102/b25144/toc.htm#BABCEAHD
    to explain this situation better.

  • Oracle Installation on linux Error in invoking target ntcontab.o

    Hi All,
    During installing Oracle 8i EE on mandrake Linux 7.0, at the point of linking oracle protocol support 8.1.6.1.0 ,while Linking in progress I got the following message box
    "Error in invoking target ntcontab.o of make file /home/network/lib/ins_net_client.mk.
    ==================
    ABORT,RETRY,IGNORE
    ==================
    If I select igmore and continue , even after successfull installation ,when try to run svrmgr or sqlplus at the shell $
    I am getting error in loading shared libraries.
    Thanks a lot for the help
    Anant Kuslekar
    null

    hi,i got the some problem too.
    but maybe below could do some help:
    ================================================
    Instructions for Existing Oracle8i Installations
    Place the tar file glibc-2.1.3-stubs.tar.gz in $ORACLE_HOME.
    Make sure ORACLE_HOME is set in your environment. Then carry out
    the following steps:
    cd $ORACLE_HOME
    tar xvfz glibc-2.1.3-stubs.tar.gz
    ./setup_stubs.sh
    You should now be able to use Oracle as usual.
    ================
    Warning
    Make sure the directory $ORACLE_HOME/lib is not listed in your
    /etc/ld.so.conf. The system could potentially become unstable
    after applying this patch in that case. If $ORACLE_HOME/lib is
    currently listed in /etc/ld.so.conf, remove it and run ldconfig
    before applying this patch.
    ================================
    Notes for Application Developers
    If your application does not require linking at install sites,
    then no additional steps are required for your application to be
    compatible with glibc or the Oracle8i client shared library
    after the installation of this patch. This is true regardless of
    whether your application was compiled using glibc-2.1.3 or a
    later version.
    If your application is compiled using glibc-2.1.3 and requires
    linking at install-time using the Oracle8i client shared ibrary,
    then you may also need to link your application using the stub
    libraries provided in this patch. For example, an application
    which might typically be linked as follows on a glibc-2.1.3
    based system:
    gcc -o app app.o -L$ORACLE_HOME/lib -lclntsh
    should now be linked as follows on systems with a newer version
    of glibc,in order to ensure compatibility:
    gcc -o app app.o -L$ORACLE_HOME/lib -L$ORACLE_HOME/lib/stubs -
    lclntsh
    If your application is compiled using a version of glibc later
    than 2.1.3 and requires linking at install-time using the acle8i
    client shared library, then you must NOT link your application
    with the stub libraries provided in this patch. Doing so may
    either cause the link to fail or the resulting executables to be
    invalid.
    Note that the stub libraries provided in this patch only cover
    the shared objects that make up glibc. If your application must
    be linked at install-time with other shared objects which were
    built to have dependencies on the locally installed version of
    glibc (e.g., X11), then your application must be compiled using
    the same version of glibc that was used by those other
    components. For example, on a system with glibc-2.2, linking your
    application with libX11.so will fail if you attempt to use the
    glibc-2.1.3stub libraries, since libX11.so on that system will
    have been compiled and linked using glibc-2.2.

  • Oracle Installation in Linux

    Hi,
    I'm trying to install Oracle 9.2.0.1 in Linux AMD Opteron(tm) Processor 842. When I run the installer am getting the error:
    $ Initializing Java Virtual Machine from /tmp/OraInstall2004-03-12_10-43-08AM/jre/bin/java. Please wait...
    Error: can't find libjava.so.
    --What could be the problem???
    The oracle s/w am trying to install is 32-bit and the AMD opteron process is 64 bit and its compatible with 32-bit
    Thanks,
    GK

    what flavour/distro of linux ?
    do you have java installed ?
    if not get it from blackdown 1.4.2 & install that first
    if it is installed check your env variables etc

  • Versions for Oracle installation over Linux

    We are working for a project in the university, and basically we want to install Oracle over Linux, and develop some web applications. Before we start this project, I would like to learn which Oracle(8i or 9i) and Linux (Red Hat or Mandrake) versions would work fine and perfectly together. Since this project will be time consuming, I would rather take a right decision before we get into details.
    I would be glad if anybody share that kind of experience,
    Thanks in advance,
    Ocal Yilmaz
    California State University, Chico
    MBA Program

    8.1.7 on RedHat 7.1 =>Thought we were using older version that would work better...
    Wrong... 4 systems hang every 3 days to 2 weeks... testing a RH VM patch now...
    TAR open for 6 weeks!!! we look bad despite conservative approach...
    appreciate suggestions from anyone...
    [email protected] (203)740-5258 Brookfield, Ct

  • ? Moving Solaris Oracle database to Linux Redhat Oracle

    Thanks in advance.
    Is it possible to take a cold database backup (datafiles, backup of control file, Sql*net, Initsid.ora) from Oracle on Solaris and move it to a Redhat Linux Oracle with the same database version 9.2.0.8 and bring up the database on Linux as a cloned database?
    I'm thinking that this will be simple to migrate to give fokes a place to continue to do there work while I build a new database on RedHat. Is this a feasible?
    Thanks

    Impossible to move between between cross platform even if it is between unix versions
    But it possible in 10g using Cross platform tablespace ....In 9i you cannot ...Have to use Export/Import....
    No alternative
    or
    Upgrade the 9i to 10g in solaris and then you can use crossplatform tablespace
    but that requires lot of testing and should be carried whether you need and you need to know the impact of the applications
    My suggestion would Export/import

  • Can not Install Oracle 9i on Linux RedHat AS 2.1 (Itanium)

    Hi,
    I am an oracle and system administrator. I'm trying for a month to install :
    Oracle 9i Database (64-bits) Rel 2 (9.2.0.2.0) for linux Intel Itaniuml
    On : my server (DELL PowerEdge 7150 bi-processor (Itanium 733 Mhz) )
    with : Red Hat Advanced Server for The Itanium Processor Operating system
    I have chaged the kernel, glibc and gcc with the versions described by different documents.
    but the oracle's binarys dont work, and i receve (illegal instruction) when i try SQLPLUS for example !!!
    I think that i'm enable to get the right glibc and the gcc rpms that can work with itanium-linux.
    One document says that i must get (Linux Header Patch 2.4.18 ) from Intel !!!
    I'm searching for days but no way !!!
    That's very urgent ...
    Please Help Me ..., this is my E-mail : [email protected]
    Many thanks ...
    Tayeb Jebeniani
    STS
    [email protected]

    Hi Tayeb,
    This forum relates only to the OTN Documentation pages at: http://otn.oracle.com/documentation/index.html
    Please try another forum, e.g. the Downloads forum:
    Downloads Issues
    Regards,
    Les

  • ASE 16.0 installation on Linux(REDHAT 6.5)

    HI All,
    Below are the configuration details of my PC
    processor: Intel I7
    Memory: 8GB
    Hard Disk: 1TB
    I have installed VM ware on windows 8.1 and installed Redhat 6.5 on virtual machine.
    VM mare configuration details
    Memory : 2GB
    hard disk: 50 GB
    Download ASE from below link
    http://scn.sap.com/community/developer-center/oltp-db
    I have tried installing ASE 16 on RED HAT 6.5, but install failed several times, attached error message.
    Error Message
    Cannot run /opt/sap/OCS-16_0/bin/isql - exec failed (ENOENT)
    Failed to create sample databases
    Server " LOCALHOST_JSAGENT" was not created.
    Failed to configure NEW JOB SCHEDULER
    Kindly advise

    isql is a 32-bit application.  Make sure you have the 32-bit and 64-bit glibc and compat-glibc packages installed.
    There is also a 64-bit version of isql (isql64) and bcp (bcp64), but I know this does not help with the initial installation.
    Chris

  • Oracle 10gIDS on LINUX(Redhat 4.2.0, update 3)

    How can I run formbuilder (i.e. frmbld.sh) from a different linux user other than oracle10gids user?
    Now the frmbld.sh is running from oracleds user. But I have one application user, but I could not run frmbld.sh from that user. It shows an error "FRM-9111 : windows system startup failure".

    I have a similar configuration, 3 nodes of SunFire X4100 (dual opteron), on RedHat 4 ES Update 2 using Dell/EMC CX300.
    I am using OCFS2 for data and voting disks.
    We had a couple of freeze-up (total node lockup) and I could not figure out what was wrong (this happens randomly).
    Anybody have any idea where should I look for possible reasons?

  • Oracle XE / Apex / Linux RedHat EL4 - DBMS_SCHEDULER quit working...

    I have been using DBMS_SCHEDULER to successfully print a PDF report by calling a operating system shell script using the code shown below. It is very standard code and it was working great for several days and the users have been happily printing reports from within an Apex application. But now it just hangs when trying to run the job but get this - it only hangs when executed from within Apex. If I use SQL*Plus or Raptor and log in as the same database schema owner as used by the Apex application, it executes perfectly (the script executes two lpr commands and returns in less than one second). But when I execute the code from a PL/SQL block within my Apex application, it hangs when running (the job never seems to start). I have tried reloading the Apex application itself and this did not help. I have tried stopping and starting the database as well and this did nothing. If I change the code below to run the job in a background session rather than the current session, then Apex doesn't hang, but the job does hang with Oracle XE reporting it as running. In fact, the drop job command using force equals true won't kill the job either. It requires a shutdown abort on the database to stop it (shutdown immediate hangs waiting on it to finish). I have looked at all the scheduler tables and there are no errors being generated - in fact, it looks as if the job is never able to start as there are no log entries being generated in the scheduler tables. If anyone has any ideas or has experienced anything like this when using DBMS_SCHEDULER, your help and guidance would be most appreciated. My workaround is currently to use cron to have the print command run once per minute, printing any documents it finds in a designated directory. But this isn't nearly as nice as having the document instantly start printing when the user clicks a button in their Apex application.
    Thanks much!
    - Jim
    BEGIN
    DBMS_SCHEDULER.create_job(
    job_name=>'pdf_print_test',
    job_type=>'EXECUTABLE',
    job_action=>'/tmp/print_pdf_test.sh',
    enabled=>FALSE);
    DBMS_SCHEDULER.run_job(
    job_name=>'pdf_print_test',
    use_current_session=>TRUE);
    DBMS_SCHEDULER.drop_job('pdf_print_test');
    END;

    Obvious question ... What has changed on your system around the time when it stopped working?
    Some of the possible 'nothing has changed' things could include:
    - the database has been restarted, the machine was rebooted;
    - patches applied;
    - init/system parameters changed;
    - the job scheduler process died;
    - the log directory filled, or has not filled;
    - the log file was [not] emptied;
    - a user was added/removed from the machine;
    - the database/listener was started by a different userid.
    Of course, some of these should not have anything to do with the problem, but ignoring them because we assume they are irrelevant may be a mistake.
    Do you have the following background processes up and running? (This list is from a SuSE 10.1 2.6 kernel - should be compatible.)
    oracle    3999     1  0 20:10 ?        00:00:00 xe_pmon_XE
    oracle    4001     1  0 20:10 ?        00:00:00 xe_psp0_XE
    oracle    4003     1  0 20:10 ?        00:00:00 xe_mman_XE
    oracle    4008     1  0 20:10 ?        00:00:00 xe_dbw0_XE
    oracle    4010     1  0 20:10 ?        00:00:00 xe_lgwr_XE
    oracle    4012     1  0 20:10 ?        00:00:00 xe_ckpt_XE
    oracle    4014     1  0 20:10 ?        00:00:02 xe_smon_XE
    oracle    4017     1  0 20:10 ?        00:00:00 xe_reco_XE
    oracle    4019     1  0 20:10 ?        00:00:00 xe_cjq0_XE
    oracle    4021     1  0 20:10 ?        00:00:01 xe_mmon_XE
    oracle    4023     1  0 20:10 ?        00:00:02 xe_mmnl_XE
    oracle    4025     1  0 20:10 ?        00:00:00 xe_d000_XE
    oracle    4029     1  0 20:10 ?        00:00:00 xe_s000_XE
    oracle    4031     1  0 20:10 ?        00:00:00 xe_s001_XE
    oracle    4033     1  0 20:10 ?        00:00:00 xe_s002_XE
    oracle    4035     1  0 20:10 ?        00:00:00 xe_s003_XE
    oracle    4771     1  0 20:11 ?        00:00:00 xe_qmnc_XE
    oracle    4784     1  0 20:11 ?        00:00:00 xe_q000_XE
    oracle    4791     1  0 20:11 ?        00:00:00 xe_q001_XE

Maybe you are looking for