Oracle 9.2.0.1 installation on RedHat Linux 9.0

I am installing Oracle 9.2.0.1 on RedHat Linux 9.0. After the install is started it hangs after couple of seconds, I mean I don't see change in the install log.
I also see an error file (/u01/app/oracle/oraInventory/logs/oraInstall2003-08-22_03-44-45PM.err) created and its contents are as below :
[oracle@oradba oracle]$ cat /u01/app/oracle/oraInventory/logs/oraInstall2003-08-22_03-44-45PM.err
java.lang.UnsatisfiedLinkError: /u01/tmpdir/OraInstall2003-08-22_03-44-45PM/libactionUnix22.so: /u01/tmpdir/OraInstall2003-08-22_03-44-45PM/libactionUnix22.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1314)
at java.lang.Runtime.load0(Runtime.java:698)
at java.lang.System.load(System.java:797)
at ssOiGenClassux22.<clinit>(ssOiGenClassux22.java:25)
at sscreateLinkux.createLink(sscreateLinkux.java:255)
at sscreateLinkux.installAction(sscreateLinkux.java:83)
at oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java:1357)
at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1157)
at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:604)
at CompActions.doActionP1createLink3(CompActions.java:310)
at CompActions.stateChangeActions(CompActions.java:106)
at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstallActionsPhase.java:604)
at oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInstallActionsPhase.java:2199)
at oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActionsPhase.java:2052)
at oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActionsPhase.java:2945)
at java.lang.Thread.run(Thread.java:484)
The following glibc versions are installed on this linux machine :
[oracle@oradba logs]$ rpm -qa|grep -i glibc
glibc-common-2.3.2-11.9
glibc-2.3.2-11.9
glibc-devel-2.3.2-11.9
glibc-kernheaders-2.4-8.10
tail /u01/app/oracle/oraInventory/logs/installActions2003-08-22_03-44-45PM.log
Calling action unixActions2.2.0.6.0 createLink
source = /u01/app/oracle/jre/1.1.8/bin/.java_wrapper
destination = /u01/app/oracle/jre/1.1.8/bin/jre
overwriteExistingLink = true

9i R2 is not certified with RedHat 9.0
Check the certified table on http://metalink.oracle.com => Certify and Avalaibility
Fred

Similar Messages

  • Difficulty installing Oracle 8i 8.1.1.6 on Redhat Linux 7

    Hi,
    I am having difficulty installing Oracle 8i 8.1.1.6 on Redhat Linux 7. The installation process runs well and the last stage when the Database Configuration Assistant is running. It successfully copies the database files but when it reaches 80% (Initisialing database) it freezes and does not go any further. Does anybody know what good be going wrong here.
    Regards
    Richard Wooding

    Please refer to my posting SIGSEV received at bfffdbe0. It also directs you to other helpful postings.
    null

  • Installing Oracle 9i (version 9.0.1) on RedHat Linux 7.2

    Hi All,
    I've been trying to install Oracle 9i version 9.0.1 on RedHat
    Linux 7.2 with kernel 2.4.7-10. This RH 7.2 is running on my
    Compaq Armada M700 laptop that has 800MHz CPU and 256MB of RAM.
    I have 10GB of diskspace on this laptop.
    Someone in this group posted a howto on how to install Oracle 9i
    on RedHat Linux 7.2 but for some reasons, Oracle Universal Installer
    still hangs at 74% of the installation. Here is what I did:
    1) Install RH 7.2 on the laptop. I also make sure that make, ar,
    ld, nm and C for unix got installed when I installed RH 7.2.
    I also verify by using the command "which make", "which ar",
    "which ld" and "which nm" and they are also in the /usr/bin
    directory. I also make the /tmp partition to be 800MB and
    the swap file to be 500MB,
    2) Modify the /etc/hosts file. This part is easy. I can ping
    both the hostname, FQDN and the IP address of the laptop from
    both locally and remotely (tested with SSH connection),
    3) Go to blackdown.org and download jdk118_v3
    4) Uncompress and put it in the /usr/local/jdk118_v3 directory,
    5) Make a softlink ln -s /usr/local/jdk118_v3 /usr/local/java
    6) Download and install package:
    rpm -Uvh force nodeps binutils-2.10.0.18-1.i386.rpm
    7) In /proc/sys/kernel/sem file, I modify the third column from 32 to 128,
    8) Download and install package:
    rpm -Uvh force nodeps binutils-2.11.90.0.8-9.i386.rpm
    9) Download Linux9i_Disk1.cpio, Linux9i_Disk2.cpio and Linux9i_Disk1.cpio
    to my laptop hard-drive,
    10)Run cpio -idmv < Linux9i_Disk1.cpio (for 2 and 3 well),
    11)Create a user account "oracle". This "oracle" account belongs to
    group "oracle". Furthermore, I also create a directory /oracle
    and change the owner and group permission to account "oracle"
    12)Start the installer ( as Oracle User ) by typing ./runinstaller
    13)The installer will ask you to run a started script as root ,
    you may open a shell and type su then open Nautilus (
    if using Gnome or File manager as super user if using KDE )
    and drag the noted file to the shell screen and press enter,
    after it is ended continue with the installer (done),
    14)It asked to supply JDK home directory then it is /usr/local/java (done)
    15)Unix group Name ( to update Oracle software ) : (I leave blank here)
    16)Oracle home is : /oracle/9.0.1
    /oracle/orainventory
    From what the poster said, it should work; however, it did NOT work
    for me. I've tried and tried but no avail. I have plenty of disk
    space so I don't think space is an issue here.
    Please help.
    David Tran

    Hi All,
    I've been trying to install Oracle 9i version 9.0.1 on RedHat
    Linux 7.2 with kernel 2.4.7-10. This RH 7.2 is running on my
    Compaq Armada M700 laptop that has 800MHz CPU and 256MB of RAM.
    I have 10GB of diskspace on this laptop.
    Someone in this group posted a howto on how to install Oracle 9i
    on RedHat Linux 7.2 but for some reasons, Oracle Universal Installer
    still hangs at 74% of the installation. Here is what I did:
    1) Install RH 7.2 on the laptop. I also make sure that make, ar,
    ld, nm and C for unix got installed when I installed RH 7.2.
    I also verify by using the command "which make", "which ar",
    "which ld" and "which nm" and they are also in the /usr/bin
    directory. I also make the /tmp partition to be 800MB and
    the swap file to be 500MB,
    2) Modify the /etc/hosts file. This part is easy. I can ping
    both the hostname, FQDN and the IP address of the laptop from
    both locally and remotely (tested with SSH connection),
    3) Go to blackdown.org and download jdk118_v3
    4) Uncompress and put it in the /usr/local/jdk118_v3 directory,
    5) Make a softlink ln -s /usr/local/jdk118_v3 /usr/local/java
    6) Download and install package:
    rpm -Uvh force nodeps binutils-2.10.0.18-1.i386.rpm
    7) In /proc/sys/kernel/sem file, I modify the third column from 32 to 128,
    8) Download and install package:
    rpm -Uvh force nodeps binutils-2.11.90.0.8-9.i386.rpm
    9) Download Linux9i_Disk1.cpio, Linux9i_Disk2.cpio and Linux9i_Disk1.cpio
    to my laptop hard-drive,
    10)Run cpio -idmv < Linux9i_Disk1.cpio (for 2 and 3 well),
    11)Create a user account "oracle". This "oracle" account belongs to
    group "oracle". Furthermore, I also create a directory /oracle
    and change the owner and group permission to account "oracle"
    12)Start the installer ( as Oracle User ) by typing ./runinstaller
    13)The installer will ask you to run a started script as root ,
    you may open a shell and type su then open Nautilus (
    if using Gnome or File manager as super user if using KDE )
    and drag the noted file to the shell screen and press enter,
    after it is ended continue with the installer (done),
    14)It asked to supply JDK home directory then it is /usr/local/java (done)
    15)Unix group Name ( to update Oracle software ) : (I leave blank here)
    16)Oracle home is : /oracle/9.0.1
    /oracle/orainventory
    From what the poster said, it should work; however, it did NOT work
    for me. I've tried and tried but no avail. I have plenty of disk
    space so I don't think space is an issue here.
    Please help.
    David Tran

  • Oracle 8.1.7.0.1 on RedHat Linux 7.3

    Hi all,
    I have successfully installed Oracle 8.1.7.0.1 on RedHat Linux 7.1 about 4 times now, and it works just fine. However, I upgraded to RH 7.3 and I get so far with the Oracle install - when I apply the setup_stubs.sh patch, my svrmgrl binary in the $ORACLE_HOME/bin directory dissapears even though the output messages are OK - I am then left only with svrmgrl0...this applies to other files as well, wrap0, sqlplus0 etc.
    I have loaded the 4 libraries to make Oracle compatible with RH 6.2, but this is the first time the patch has failed to produce an updated svrmgrl binary (works fine on RH 7.1). I have edited by .bash_profile just like every other time, so I do not know what is wrong :((
    Does anyone have any ideas on this one? It is very weird.
    Thanks
    -keith

    You asked for this behaviour by raising the transaction isolation level to the serializable transaction isolation level.
    Cheers,
    Pascal Surinx

  • Oracle 8i Installation on Redhat Linux AS 3.0

    Hi guys,
    I am just doing some home work before installation of Oracle 8i Enterprise server on Redhat Linux AS 3.0. Before I started my work on this, I planned to install 8i on AIX 5L, which was a bad idea. Because 8i being a 32bit db and 5L being 64bit kernel, and also this combination is not supported. But with little tweeking and installing few patches, things should work.
    Anyway, I would like to know, if any of you have installed 8i on RH Linux AS 3.0, and do any of you think I need to worry about 32 & 64 bit? I am installing this combination on Compaq PL 6500 server, will there be any problem, because PL 6500 is 32 bit processor? Please pass on any information which can help me in a proper installtion, Thanks in Advance

    Joel,
    I am new to this company. This is my first year here, from last one and half year my company was trying to migrate from Informix to Oracle. After I joined I came to know that my predecessor started the project on 8i and left the project half way thru. Then I took over the project and completed the migration from Informix to Oracle. My company spent awful lot of money on this project due to lack technical know how and mislead by the technology staff who has no knowledge of oracle or UNIX (they are bunch of old NCR and Cobol guys here). So bottom line is if I submit a proposal to my boss of upgrading from 8i to 9i or 10g, which I will, probably won't be happy to see. But on the other hand we will loose support and left with no choice, I can only say that I am sorry for them.
    Anyway, this is just a part of disorganized IT shop we have here, it needs a major facelift, and I am just pushing one at a time. Thanks for your reply, I really appreciate.

  • Oracle 8i installation on RedHat Linux 7.3

    Hi,
    I'm having a tough time installing Oracle 8i Ent Ed on Redhat Linux 7.3.
    At first it was giving me this error and nothing else :
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    Now, after I read many How-tos and did
    export LD_ASSUME_KERNEL=2.2.5
    its starts the installer runs for some time but always just vanishes after selecting
    Typical Installation, processing gows upto 84% and then just....vanished.
    What m I missing?
    I've done the following:
    Installed
    compat-glibc
    compat-egcs
    compat-libtdc++
    compat-libs
    from CD 2 of linux 7.3 (6.2 compatibility) as some How-tos suggested.
    also installed jre 1.1.8 from www.blackdown.org
    now what do i do? please help me as soon as possible.
    Thanks in advance..

    Joel,
    I am new to this company. This is my first year here, from last one and half year my company was trying to migrate from Informix to Oracle. After I joined I came to know that my predecessor started the project on 8i and left the project half way thru. Then I took over the project and completed the migration from Informix to Oracle. My company spent awful lot of money on this project due to lack technical know how and mislead by the technology staff who has no knowledge of oracle or UNIX (they are bunch of old NCR and Cobol guys here). So bottom line is if I submit a proposal to my boss of upgrading from 8i to 9i or 10g, which I will, probably won't be happy to see. But on the other hand we will loose support and left with no choice, I can only say that I am sorry for them.
    Anyway, this is just a part of disorganized IT shop we have here, it needs a major facelift, and I am just pushing one at a time. Thanks for your reply, I really appreciate.

  • SAP R/3 4.7 EXt200 installation on RedHat Linux 5.2 with Oracle 10G

    Hi,
    I got this error during Database Instance Installation:
    All file system node operations of table tORA_SapdataNodes processed successfully.
    ERROR      2009-08-31 11:04:39 [iaxxinscbk.cpp:289]
               abortInstallation
    MDB-06020  File not found: [no oracle rdbms file found].
    I am done with CI Installation.
    Any help would be appreciated.

    Hi ,
         First of all please check availability of your OS + DB requiremnts whether it is supported by SAP or not.You can check this at Product Availability Matrix at ::
    http://service.sap.com/pam
         If this support for your environment i.e.RedHat Linux 5.2 with Oracle 10G then be informed that after starting sapinst in step create database it will prompt you for installing your oracle DB. So open a new window & install your databse ,do the patching of your DB & then continue with sapinst after successfull installation of oracle.Rest of details sapinst will prompot you during instal;lation.
        Hope this will guide you for your query.
    Thanks..
    Mohit

  • Why can't i start my oracle 9.2.0.1.0 under Redhat linux 8.0??

    When i installing oracle, after copying the files, it telled me "install successfully" , but when it in the procedure: "Linking Oracle9i Database 9.2.0.1.0", it stop and auto exit.
    But I think i should have installed finish. So I try to start it. As below:
    sqlplus /nolog
    SQL> connect / as sysdba
    ERROR:
    ORA-09925: Unable to create audit trail file
    Linux Error: 2: No such file or directory
    Additional information: 9925
    ORA-01031: insufficient privileges
    How can I start it?
    Is that because I hadn't set the value of "/proc/sys/kernel/sem" before I install oracle? It's original value is "250 3200 32 128", I don't know what it should be under Redhat Linux 8.0.
    Can anybody help me?
    thanks.

    I followed the directions here
    http://www.puschitz.com/OracleOnLinux.shtml
    Using this I was able to get 9201 installed on both SuSE8.1 and RedHat8.0.
    On RH8, You have to hand modify the ins_ctx.mk per his instructions and up the value in /proc/sys/kernel/shmmax per his instructions. I did not hit the binutils issue. Other failures are probably missing rpms, as he describes.

  • Oracle 10.2.0 DB installation problem on Linux RedHat 4

    When I install Oracle 10g release 2 database on my Linux RedHat 4 platform, I got the following error message (from action log file):
    INFO: /u01/app/oracle/product/10.2.0/db_1/bin/genorasdksh: Failed to link liborasdkbase.so.10.2
    INFO: make: *** [liborasdkbase] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'all_no_orcl ihsodbc' of makefile '/u01/app/oracle/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2006-10-05_11-17-26AM.log' for details.
    Exception Severity: 1
    Can someone help me to solve this problem?
    Your kind assistance will be highly appreciated!

    I didn't install the whole OS but just some packages that contain required rpms by Linux Redhad 4. I guess I accidently missed a package. In order to make sure that I have installed all necessary packages, I just re-installed the OS with care. Thanks for your advices.
    The Oracle DB installation was successful, however, after I installed the Oracle HTTP Server and then stop the HTTP Server, I can't start it again. The following is the error message.
    [oracle@linuxkm database]$ /u01/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl startproc ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=linuxkm:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=23484)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/10.2.0/http_1/opmn/logs/HTTP_Server~1
    Thank you very much for your help!

  • JVM problem during Oracle8i installation on Redhat Linux 9

    Hi there,
    I was trying to install Oracle8i Release 2 (8.1.6) for Linux on P4-1.7Ghz pc running Redhat Linux9.
    I created a new user and gave appropriate piviliges also.When i gave the ./runInstaller command it gave me the error as follows..
    ./runInstaller
    Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    [oracle@linux cdrom]$ /mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    Can you kindly help me how to fix this issue...
    Tons of thanks in advance..
    With regards,
    Prasad

    Do this:
    export LD_ASSUME_KERNEL=2.4.1

  • Getting Error while installing oracle 10g 1.0.2.0 on Redhat - linux 64bit

    I am installing oracle 10g on Redhat 64bit (VM ware). In the middle it gives some error oracle Net services cancelled. Please see the error message below and advise.
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /u01/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser.dir=/u01/app/oracle/product/10.2.0/db_1/network/jlib -classpath /u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:/u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/u01/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar:/
    u01/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/share.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/
    u01/app/oracle/product/10.2.0/db_1/network/tools:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt9.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/
    u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/u01/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /u01/app/oracle/product/10.2.0/db_1 /orahnam OraDb10g_home1 /instype typical /inscomp client,
    oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /
    u01/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.

    865231 wrote:
    I am installing oracle 10g on Redhat 64bit (VM ware). In the middle it gives some error oracle Net services cancelled. Please see the error message below and advise.
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /u01/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser.dir=/u01/app/oracle/product/10.2.0/db_1/network/jlib -classpath /u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:/u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/u01/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar:/
    u01/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar:/
    u01/app/oracle/product/10.2.0/db_1/jlib/share.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/
    u01/app/oracle/product/10.2.0/db_1/network/tools:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt9.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/
    u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/u01/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /u01/app/oracle/product/10.2.0/db_1 /orahnam OraDb10g_home1 /instype typical /inscomp client,
    oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /
    u01/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp
    Configuration assistant "Oracle Net Configuration Assistant" was canceled.
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.I thought the error message gave the advice already:
    The "/u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled.
    This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.Looks like you canceled the pop up to configure your tns files. No harm, your database created just fine, but probably didn't configure listener.ora, sqlnet.ora, and tnsnames.ora. Just run netca and finish the tns confiiguration.

  • Oracle 9IAS 1.2.2.0 on Redhat Linux 7.1

    Hi!
    First of all. Sorry for the long post
    I've tried to install this version of 9iAS without success.
    On the same machine I've installed the 1.2.0.1 version using the usual instructions for this distro (compat libs + ibm jre) and it worked fine.
    Now I have a problem totally different from what I've seen on this forum. When the installer ends analyzing dependencies it begins with "executing pre-requisites" and then the installer's window closes. Taking a look into the oraInventory log files I've found this (logs/oraInstall.err)
    java.io.IOException:
         at oracle.sysman.oii.oiis.OiisCompJarInfo.load(OiisCompJarInfo.java:269)
         at oracle.sysman.oii.oiis.OiisCompJarLoader.<init>(OiisCompJarLoader.java:162)
         at oracle.sysman.oii.oiic.OiicInstallSession.getCompInstall(OiicInstallSession.java:1805)
         at oracle.sysman.oii.oiic.OiicInstallSession.getCompInstall(OiicInstallSession.java:1845)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:1714)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:1474)
         at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:327)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:511)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:111)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:307)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:468)
    Error in loading component installation..
    Exception java.lang.NullPointerException: occurred..
    java.lang.NullPointerException:
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.checkPreReq(OiiodDepEngine.java:2598)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.applySelection(OiiodDepEngine.java:1715)
         at oracle.sysman.oii.oiio.oiiod.OiiodDepEngine.depModeApply(OiiodDepEngine.java:1474)
         at oracle.sysman.oii.oiif.oiifw.OiifwPostDepModesWCCE.doOperation(OiifwPostDepModesWCCE.java:327)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicDepWizEngine.doOperation(OiicDepWizEngine.java:339)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:511)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:111)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:307)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:468)
    It sound to me like an Oracle Java class error. Any ideas?
    Franco Catrin L.
    [email protected]

    Change the listener port inside of your httpd.conf file. Then re-run ssodatan script. If you run ssodatan without any options, it will show you the required parameters along with an example. Follow its lead...

  • Oracle E-Business Suite R12 Installation Steps on Linux

    I am new to Linux and have installed a clean install at home of Oracle Unbreakable Linux.
    Now, my purpose is to install and use Oracle E-Business Suite Release 12.0.4 (Vision) to grow my knowledge.
    Questions
    1. Do I download all the files in edelivery.oracle.com under 'Oracle E-Business Suite Applications Release 12.0.4 Media Pack for Linux x86'?
    2. I know, there is another thread on Installing on Windows XP with great instructions. Anyone know what steps I take after downloading the above referenced package?
    Thank you!

    1. Do I download all the files in edelivery.oracle.com under 'Oracle E-Business Suite Applications Release 12.0.4 Media Pack for Linux x86'?You need to download the following:
    From: Oracle Applications Release 12.0.4 Rapid Install Start Here, Part Number: V11935-01
    To: Oracle Applications Release 12.0.4 for Linux x86 Rapid Install APPL_TOP - Disk 2, Part Number: V11932-01
    2. I know, there is another thread on Installing on Windows XP with great instructions. Anyone know what steps I take after downloading the above referenced package?Refer to Note: 402310.1 - Oracle Applications Installation and Upgrade Notes Release 12 (12.0) for Linux (32-bit)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=402310.1

  • Successful installation of 8iEE 8.1.7 on RedHat linux 7.2 but no luck with Oracle 9i

    Hi All,
    I've successfully installed Oracle8i EE version 8.1.7 on RedHat
    Linux 7.2. However, I have NOT had much luck installing Oracle
    9i version 9.0.1 on RedHat Linux 7.2. I am wondering if anyone
    in this forum has any luck installing Oracle 9i on RedHat Linux
    7.2. I am running Linux kernel 2.4.7-10.
    Now I am not trying to start a shouting match here; however, it
    seems to me that a person with any common sense would not run
    Oracle database on a Windows platform. Instead of running it
    on Windows platform, one would be much better off running it on
    Linux platform. I am currently Oracle EE 8.1.7 on an dual-Intel
    processor 266MHZ with 512MB of RAM with Linux as the Operating
    System. I have to say that the performance of the box is really
    solid. At the same time, I am also running Oracle EE 8.1.7 on
    an identical hardware system with Win2K server and I have to say
    that the performance system is really pitiful on this Win2k server.
    The windows box can only 1 instance at a time. If I try to have
    two instances running at the same time, the windows box just comes
    to a screeching halt. In contrast, the Linux box really rocks. In
    a testing environment, I have 3 instances running at the same time
    and the linux is barely breaking a sweat. I am getting maximum
    performance out of the linux box because I recompile the linux kernel
    to optimize the box to run Oracle database.
    Having said that, as an Oracle DBA newbie (with less than six months
    of Oracle DBA experience, the last ten years as a Cisco/Unix Engineer),
    I find it fascinating that Oracle is only certified to run on SUSE (may
    be I am wrong and someone can correct me on this one) when RedHat is
    probably the dominant Linux distro. It took three days to get Oracle 8i
    version 8.1.7 to install on RedHat Linux 7.2. Why Oracle is slowed to
    support Linux RedHat is something I just don't understand.
    OK, enough of venting my frustration, if anyone has successfully installed
    Oracle 9i EE version 9.0.1 on RedHat Linux 7.2, please share your knowledge.
    In the mean time, if anyone interested in obtaining instructions on howto
    install Oracle 8i version 8.1.7 on Redhat Linux 7.1/7.2, send me an email
    at [email protected] and I will send the instructions. The instructions
    are written specifically for "windows dummies" so it is very to read and
    follow. If you have been Unix for a long time, there will be instructions
    in there that are so easy some of you may ask why put those in there in the
    first place. My response would be: "windows dummies".
    Regards,
    Michael (david)

    I very much agree with you Oracle is working very much better on Unix/Linux than Windows BUT in many cases you are obliged to use windows ( in Case that My company high managment enforce it ) , I have installed 9i on Windows and Linux , I am herunder including the full details :
    ========================================================================
    Installing Oracle 9i on Linux
         Linux : Redhat 7.2
         Oracle : 9i Server EE 9.0.1.0.0
         RAM Used : 256 M Ram
         Hard Disk : IDE RAID
         Linux Kernel : 2.4.4-10
         JDK : Blackdown jdk118_v3 => downloaded from www.blackdown.org
         All shell here is the Bash shell ( Bourne again shell )
    1.     To run a shell script over Linux , just drag the shell file from the file manager and drop it to a shell window
         Be sure to have swap space of 400 M or more
         If the systems stop responding for some time , leave it , it will continue
         Be sure to make a stage area for the CDs # 2 , 3 only because you will start from the CD 1 but after going in the installation the CDROM freezes and refuses to open door to replace CD ,, in this case you will switch to the last 2 CDs from the stage area
         Make sure you have the following executables at /usr/bin : MAKE , AR , LD , NM , C for Unix that is installed during Linux installation from the distribution media
    Steps ( Root User ) :
    1.     be sure to have to have your server domain is like hostess.com.eg and you can be able to ping it
    &#61607;     open /etc/hosts
    &#61607;     add a line as follows ( for instance ) :
    &#61607;     192.168.0.11 hostess.com.eg hostess
    &#61607;     ping hostess.com.eg
    &#61607;     ping hostess
    &#61607;     ping 192.168.0.11
    &#61607;     be sure to have a replay for all of them
    2.     install JDK inside the /usr/local directory => after downloading the JDK you can easily decompress it but just clicking at it using the GUI
    3.     get to the / prompt
    4.     type ln s /usr/local/jdk118_v3 /usr/local/java
    5.     download binutil RBM from Redhat for version 7 of Linux to downgrade binutils for Linux 7.2 or you will encounter an error at the third CD set
    6.     download it from : ftp://ftp.redhat.com/pub/redhat/linux/7.0/en/os/i386/redhat/rpms/binutils-2.10.0.18-1.i386.rpm
    7.     run it as follows : rpm -Uvh force nodeps binutils-2.10.0.18-1.i386.rpm
    8.     change to /proc/sys/kernel
    9.     type cat sem
    10.     you will get : 250 32000 32 128
    &#61607;     250 => SEMMSL
    &#61607;     32000 => SEMMNS
    &#61607;     32 => SEMOPM
    &#61607;     128 => SEMMNI
    11.     you need to have the SEMOPM to be 128 , to do so , locate the file called sem open it replace the value of 32 with 128
    12.     type again cat sem to be sure of taking the required effect
    13.     after the installation ends just re-install the 7.2 utils again as follows :
    14.     rpm -Uvh force nodeps binutils-2.11.90.0.8-9.i386.rpm
    15.     you can find the last RPM at the 7.2 CD set
    16.     after downloading the Oracle files from the net you need to decompress it as follows (one step) :
    &#61607;     zcat linux9i_disk1.cpio.gz | cpio idmv
    &#61607;     zcat linux9i_disk2.cpio.gz | cpio idmv
    &#61607;     zcat linux9i_disk3.cpio.gz | cpio idmv
    17.     you can decompress them at 2 steps as follows :
    &#61607;     gunzip linux9i_disk1.cpio.gz
    &#61607;     gunzip linux9i_disk2.cpio.gz
    &#61607;     gunzip linux9i_disk3.cpio.gz
    &#61607;     cpio idmv < linux9i_disk1.cpio
    &#61607;     cpio idmv < linux9i_disk2.cpio
    &#61607;     cpio idmv < linux9i_disk3.cpio
    18.     Now you have 3 directories , have care when Burning them to CD because you need to take care of paths
    19.     if you have downloaded the files via a Windows machine and have a MKS installed over it you can easily invoke Visual Pax and decompress the files at one go using the GUI program
    20.     log on to Linux as Root and run commands in the file commands.txt
    21.     log on as user Oracle to be sure that its created
    22.     log on as root again
    23.     get to the directory of /home/oracle
    24.     enable showing the system files
    25.     open the file of .bash_profile
    26.     add the accompanied bash file contents at the end of it to set the environment variables
    27.     log on as user Oracle
    28.     open shell and type set and be sure that environment variables are set correctly
    29.     open shell and change to the cdrom by typing cd /mnt/cdrom => Linux 7.2 is an auto mounting OS so you at no need to mount the CD drive prior to using it and if you need to mount it just type : AS ROOT
    &#61607;     mount t iso9660 /mnt/cdrom /cdrom
    &#61607;     this is surly after creating a directory at / called cdrom
    30.     Start the installer ( as Oracle User ) by typing ./runinstaller
    31.     the installer will ask you to run a started script as root , you may open a shell and type su then open Nautilus ( if using Gnome or File manager as super user if using KDE ) and drag the noted file to the shell screen and press enter ,, after it is ended continue with the installer
    32.     if asked to supply JDK home directory then it is /usr/local/java
    33.     Unix group Name ( to update Oracle software ) : oinstall
    34.     Oracle home is : /oracle/9.0.1
    35.     base directory : /oracle/orainventory
    Hisham Nagia
    IT Manager / OCP DBA
    Hostess Egypt / EFG-Hermes - CIIC

  • Installation of Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4

    dear all
    I have tried to Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4 but it gives an error "Error in invoking target make file .."
    I tried using retries it failed each time to prorceed.
    I checked for my binutils ( binutils-2.14.90.0.4-26 ) but mine are higher than binutils-2.11.90.0.8-13.i386.rpm required ..
    do i need to down grade my binutils for 8.1.7
    abhi

    Hi Abhi!
    If I remember correctly (817 is stone age) the binutils used a strange debug flag in the 2.11.90.0.8-13 (something with -z).
    If this is not present in your newer version of the binutils the make will fail.
    Try downgrading the binutils during the installation.
    cu
    Andreas

Maybe you are looking for