Universal Installer on Linux

When I try to run the Universal Installer from the hard drive in Red Hat Linux I get the following message
Initializing Java Virtual Machine from /tmp/OraInstall2004-07-12_03-18-48PM/jre/bin/java. Please wait...
/tmp/OraInstall2004-07-12_03-18-48PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
the process then hangs.
How do get OUI to run?

Hi there!
For a lot of RedHat/Oracle Configuration issues you may want to refer to http://www.puschitz.com/ .
I had the same problem on SuSE Linux 9.1 installing Oracle 9i and they cause some headaches. If I remember correctly, it boils down to:
- export LD_ASSUME_KERNEL=2.4.1
- install compatibility libraries, then runInstaller
- [I had Oracle 9.2.0.1]: ignore the linking errors (or try to fix them by running the makefiles on the command line, i.e. make -f ins_rdbms.mk install)
- install the latest patch from metalink
- Linking should now succeed
Hope that helps,
Martin

Similar Messages

  • Oracle Universal Installer for Linux

    I did a download of Oracle 8i for linux from my.oracle.com site but I could not find OUI (Oracle Universal Installer). How can I get OUI for linux? Is there OUI on this site?

    Hi Anurag,
    The problem is that OUI is not downloadable .
    runInstaller file makes a call to .oui file, which is present in the install folder. Can you tell me the flow process or the algorithm used in this file?
    Can this file be customized depending on certain requirements?

  • Oracle Universal Installer in Linux error

    I did as follows:
    Double check that you are logged in as oracle and not root, and that the environment variables have been set by the login script you prepared earlier. Then change to your home directory and start the Oracle Universal Installer with a command like one of the following:
    $ /database/runInstaller
    or
    $ /runInstaller
    , but got the following error:
    [oracle@dgdba ~]$ /media/Oracle\ 11g\ Svr/linux_11gR2_database_1of2/database/runInstaller
    dirname: extra operand `11g'
    Try `dirname --help' for more information.
    /media/Oracle 11g Svr/linux_11gR2_database_1of2/database/runInstaller: line 137: /home/oracle//install/.oui: No such file or directory
    [oracle@dgdba ~]$
    Does anyone have any idea why I'm getting these error and how I can fix them
    I tried creating the directories in this path /home/oracle//install/.oui and used the touch command to create the .oui file. The I did a chown -R oracle:oinstall on all the directories and files except the /home directory in the following path /home/oracle//install/.oui, but I still got the following error:
    [oracle@dgdba ~]$ /media/Oracle\ 11g\ Svr/runInstaller
    dirname: extra operand `11g'
    Try `dirname --help' for more information.
    [oracle@dgdba ~]$
    Then I tried the following and got the following errors:
    [oracle@dgdba home]$ cd /home/oracle
    [oracle@dgdba ~]$ cd /home
    [oracle@dgdba home]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba home]$ cd /home/oracle
    [oracle@dgdba ~]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba ~]$ ls -l /home/oracle
    total 16
    drwxr-xr-x 2 oracle oinstall 4096 Mar 10 18:25 install
    drwxr-xr-x 3 oracle oinstall 4096 Mar 10 18:34 source
    [oracle@dgdba ~]$ cd /home/oracle/source
    [oracle@dgdba source]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba source]$ ls -l /home/oracle/source
    total 8
    drwxr-xr-x 3 oracle oinstall 4096 Mar 10 18:35 database
    [oracle@dgdba source]$ cd /home/oracle/source/database
    [oracle@dgdba database]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba database]$ ls -l /home/oracle/source/database
    total 8
    drwxr-xr-x 2 oracle oinstall 4096 Mar 10 18:35 install
    [oracle@dgdba database]$ ls -l /home/oracle/source/database/install
    total 0
    [oracle@dgdba database]$ cd /home/oracle/source/database/install
    [oracle@dgdba install]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba install]$

    993126 wrote:
    I did as follows:
    Double check that you are logged in as oracle and not root, and that the environment variables have been set by the login script you prepared earlier. Then change to your home directory and start the Oracle Universal Installer with a command like one of the following:
    $ /database/runInstaller
    or
    $ /runInstaller
    , but got the following error:
    [oracle@dgdba ~]$ /media/Oracle\ 11g\ Svr/linux_11gR2_database_1of2/database/runInstaller
    dirname: extra operand `11g'
    Try `dirname --help' for more information.
    /media/Oracle 11g Svr/linux_11gR2_database_1of2/database/runInstaller: line 137: /home/oracle//install/.oui: No such file or directory
    [oracle@dgdba ~]$
    Does anyone have any idea why I'm getting these error and how I can fix them
    I tried creating the directories in this path /home/oracle//install/.oui and used the touch command to create the .oui file. The I did a chown -R oracle:oinstall on all the directories and files except the /home directory in the following path /home/oracle//install/.oui, but I still got the following error:
    [oracle@dgdba ~]$ /media/Oracle\ 11g\ Svr/runInstaller
    dirname: extra operand `11g'
    Try `dirname --help' for more information.
    [oracle@dgdba ~]$
    Then I tried the following and got the following errors:
    [oracle@dgdba home]$ cd /home/oracle
    [oracle@dgdba ~]$ cd /home
    [oracle@dgdba home]$ /runInstaller
    -bash: /runInstaller: No such file or directoryyou told the shell processor to execute a file named "runInstaller", found in the root directory "/"
    [oracle@dgdba home]$ cd /home/oracle
    [oracle@dgdba ~]$ /runInstaller
    -bash: /runInstaller: No such file or directorychanging directories is pointless, you still told the shell processor to find "runInstaller" in the root directory.
    [oracle@dgdba ~]$ ls -l /home/oracle
    total 16
    drwxr-xr-x 2 oracle oinstall 4096 Mar 10 18:25 install
    drwxr-xr-x 3 oracle oinstall 4096 Mar 10 18:34 source
    [oracle@dgdba ~]$ cd /home/oracle/source
    [oracle@dgdba source]$ /runInstaller
    -bash: /runInstaller: No such file or directoryDoesn't matter to prove what is in a particular directory, then change directories. And still telling the shell processor to find "runInstaller" in the root directory.
    [oracle@dgdba source]$ ls -l /home/oracle/source
    total 8
    drwxr-xr-x 3 oracle oinstall 4096 Mar 10 18:35 database
    [oracle@dgdba source]$ cd /home/oracle/source/database
    [oracle@dgdba database]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba database]$ ls -l /home/oracle/source/database
    total 8
    drwxr-xr-x 2 oracle oinstall 4096 Mar 10 18:35 install
    [oracle@dgdba database]$ ls -l /home/oracle/source/database/install
    total 0
    [oracle@dgdba database]$ cd /home/oracle/source/database/install
    [oracle@dgdba install]$ /runInstaller
    -bash: /runInstaller: No such file or directory
    [oracle@dgdba install]$You can change directories until the cows come home, but it doesn't matter as long as you keep telling the shell processor to find "runInstaller" in the root directory.
    find /home/oracle -name runInstaller -ls -lcd to whatever directory you find is the location for runInstaller. Let's say it is in /home/oracle/source/database
    cd /home/oracle/source/database
    ./runInstallerNote that is dot, slash, filename. The 'dot' says 'look for the file in the current directory'. when you say '/runInstaller' you are saying to look for the file in the root directory.
    Oh, and make sure you can execute xclock or xeyes first. If you can't, you won't be able to execute runInstaller either.

  • Pb running Oracle Universal Installer on Linux

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg
    When I run the runInstaller for the iASv2linux.cpio.gz file, I have the following error :
    "An error occured while trying to determine the Running process"
    "Oracle9iAS installation has detected that the Entreprise Manager Website is running on this system. Install cannot continue unless the Entreprise Manager Website is shut down ..."
    So, there 's no oracle process on my server, and when I try to stop it with emctl stop, I have a "connection refused".
    Thank you for you help.
    Patrick.

    Hi there!
    For a lot of RedHat/Oracle Configuration issues you may want to refer to http://www.puschitz.com/ .
    I had the same problem on SuSE Linux 9.1 installing Oracle 9i and they cause some headaches. If I remember correctly, it boils down to:
    - export LD_ASSUME_KERNEL=2.4.1
    - install compatibility libraries, then runInstaller
    - [I had Oracle 9.2.0.1]: ignore the linking errors (or try to fix them by running the makefiles on the command line, i.e. make -f ins_rdbms.mk install)
    - install the latest patch from metalink
    - Linking should now succeed
    Hope that helps,
    Martin

  • Oracle universal installer asking JDK/JRE location

    hi,
    i am trying to open the Oracle universal installer in Linux but it is asking to specify the JDK/JRE location.
    it gives me a prompt to enter the above,
    the prompt is,
    Please specify JDK/JRE Location (e.g. /home/jre), <location>/bin/java should exist:
    please help.
    thanks,

    What do you expect to get from the installation of Oracle Fusion? Oracle Fusion Application is a collection of software, and each software has its own instructions to download/install.
    http://www.oracle.com/us/products/applications/fusion/index.html
    http://becomeappsdba.blogspot.com/2007/02/is-oracle-fusion-really-confusion.html
    do i need to install fusion middleware seprately first before installing fusion apps?
    i thought fusion apps would include everything including middleware, DB etc.Yes -- If you want to install Oracle Fusion, you have to install the Database first then Oracle Fusion Middleware.
    Thanks,
    Hussein

  • Mandrake Linux 8.0 - can't get Oracle Universal Installer to run

    Hi all.
    I'm having trouble getting Oracle's Universal Installer to run.
    I'm trying to become DBA certified, so I went and purchased
    (among
    other materials) a book titled "Oracle8i for LINUX Starter Kit",
    authored by Steve Bobrowski, published by Oracle Press / Osborne
    McGraw-Hill, ISBN 0-07-212442-3.
    The book includes a CD-ROM with Oracle8i Enterprise Edition,
    Release 2, version 8.1.6 for LINUX.
    I'm running an Intel P-III 500 MHz with 512MB RAM, 30GB hard disk
    exclusively configured for Linux (no other O/S on it) and Oracle
    (so LOTS of hard disk space is available), Matrox Millennium G400
    video card (32MB).
    My hardware exceeds all requirements listed in aforementioned
    book, and also in Oracle's own documentation (from their web
    site).
    I'm running Mandrake's Linux 8.0, PowerPack Edition, with:
    kernel = 2.4.3
    XFree 4.0.3 (and I've also tried 3.3.6, with identical results
    to those listed below)
    glibc 2.2.2
    I've followed the book's instructions to the letter, and set up
    the environment variables, oracle user, and subdirectories as
    required.
    So far, so good.
    OK. Now, here's where the problem appears:
    I log in as the oracle user, and try to start the Oracle
    Universal Installer (following the instructions in the book)
    as follows:
    cd /mnt/cdrom
    ./runInstaller
    The computer tries to do some stuff, then spews the information
    listed at the bottom of this posting to the screen. I press
    <ENTER> after "OK" and get dumped back to the bash prompt.
    That's it. I can't go any further. No Oracle Universal
    Installer.
    By the way, I've also downloaded Oracle8i Enterprise Edition
    Release 3, version 8.1.7 from Oracle's website, and tried to
    install that, too. Exactly same results.
    The nice folks at Oracle have politely told me to get lost,
    and not bug them for unpaid support.
    I'd really like to get this stuff up and running, so I can
    start studying and practicing for DBA, but I need help 'cause
    this problem is beyond me.
    So... can anyone help??
    Thanks in advance.
    [email protected]
    [email protected]
    =================================================================
    =========
    Here's what shows up when I try to start the Oracle Universal
    Installer:
    [oracle@localhost cdrom]$ ./runInstaller
    [oracle@localhost cdrom]$ Initializing Java Virtual Machine
    from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expande
    d/linux/bin/jre. Please wait...
    SIGSEGV received at bfffedac
    in /mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/E
    xpanded/linux/lib/linux/native_threads/libjava.so. Processing
    terminated
    Sat Sep 29 12:58:56 2001
    jre full version "JDK 1.1.8 IBM build l118-20000429 (JIT
    enabled: jitc)"
    Operating Environment
    Host : localhost.localdomain.localdomain
    OS Level : 2.4.3-20mdk.#1 Sun Apr 15 23:03:10 CEST 2001
    glibc Version : 2.2.2
    No. of Procs : 1
    Memory Info:
    total: used: free: shared: buffers: cached:
         Mem: 525901824 116862976 409038848 0 6377472
    61140992
         Swap: 1069244416 0 1069244416
         MemTotal: 513576 kB
         MemFree: 399452 kB
         MemShared: 0 kB
         Buffers: 6228 kB
         Cached: 59708 kB
         Active: 63740 kB
         Inact_dirty: 2196 kB
         Inact_clean: 0 kB
         Inact_target: 1072 kB
         HighTotal: 0 kB
         HighFree: 0 kB
         LowTotal: 513576 kB
         LowFree: 399452 kB
         SwapTotal: 1044184 kB
         SwapFree: 1044184 kB
         User Limits (in bytes except for NOFILE and NPROC) -
         RLIMIT_FSIZE : infinity
         RLIMIT_DATA : infinity
         RLIMIT_STACK : 2093056
         RLIMIT_CORE : 0
         RLIMIT_NOFILE : 1024
         RLIMIT_NPROC : 16383
    Application Environment
    Signal Handlers -
    SIGQUIT : ignored
    SIGILL : sysThreadIDump (libjava.so)
    SIGABRT : sysThreadIDump (libjava.so)
    SIGFPE : sysThreadIDump (libjava.so)
    SIGBUS : sysThreadIDump (libjava.so)
    SIGSEGV : sysThreadIDump (libjava.so)
    SIGPIPE : ignored
    SIGUSR1 : doSuspendLoop (libjava.so)
    Environment Variables -
    PWD=/mnt/cdrom/install
    LTDL_LIBRARY_PATH=/usr/lib
    ORACLE_SID=oralin
    TMPDIR=/usr/oracle/tmp
    XAUTHORITY=/usr/oracle/.Xauthority
    mc=
    LC_MESSAGES=en_US
    HOSTNAME=localhost.localdomain
    LD_LIBRARY_PATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/
    1/DataFiles/Expanded/linux/lib/linux/native_threads:/lib:/usr/lib
    :/usr/lib
    NLSPATH=/usr/share/locale/%l/%N
    CLASSPATH=/usr/oracle/tmp/OraInstall:../stage/Components/oracle.s
    wd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/OraInstaller.jar:../s
    tage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/l
    ib/InstImages.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/
    1/DataFiles/Expanded/lib/InstHelp.jar:../stage/Components/oracle.
    swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/oracleice.jar:../sta
    ge/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib
    /help.jar:../stage/Components/oracle.swd.oui/1.7.0.18.0A/1/DataFi
    les/Expanded/lib/ewt.jar:../stage/Components/oracle.swd.oui/1.7.0
    .18.0A/1/DataFiles/Expanded/lib/xmlparser.jar:../stage/Components
    /oracle.swd.oui/1.7.0.18.0A/1/DataFiles/Expanded/lib/swingaccess.
    jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/
    Expanded/linux/lib/rt.jar:/mnt/cdrom/stage/Components/oracle.swd.
    jre/1.1.8/1/DataFiles/Expanded/linux/lib/i18n.jar:/mnt/cdrom/stag
    e/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/
    math.jar:/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataF
    iles/Expanded/linux/lib/classes.zip
    LESSKEY=/etc/.less
    LANGUAGE=en_US:en
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    BROWSER=kfmclient openProfile webbrowsing
    LESS=-MM
    USER=oracle
    LC_TIME=en_US
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;3
    3;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;
    32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.
    tgz=01;31:*.tbz2=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lzh=
    01;31:*.lha=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz
    2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.jpg=01;35:*.jpeg=01;3
    5:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.t
    if=01;35:*.tiff=01;35:
    THREADS_TYPE=native_threads
    MACHTYPE=i586-mandrake-linux-gnu
    KDE_MULTIHEAD=f
    KDE_MULTIHEAD=false
    HELP_BROWSER=kfmclient openProfile webbrowsing
    THREADS_FLAG=native
    MAIL=/var/spool/mail/oracle
    INPUTRC=/etc/inputrc
    GTK_RC_FILES=/etc/gtk/gtkrc:/usr/oracle/.gtkrc
    XMODIFIERS=@im=none
    LANG=en
    JAVA_HOME=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/Data
    Files/Expanded/linux
    ORACLE_BASE=/usr/oraInventory
    LC_NUMERIC=en_US
    COLORTERM=
    ORACLE_HOME=/usr/oracle
    TMP=/usr/oracle/tmp
    DISPLAY=localhost:0.0
    LOGNAME=oracle
    SHLVL=3
    LC_CTYPE=en_US
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-
    unix/1074
    SHELL=/bin/bash
    HOSTTYPE=i586
    QT_XFT=0
    OSTYPE=linux-gnu
    HISTSIZE=1000
    HOME=/usr/oracle
    TERM=xterm
    PATH=/bin:/usr/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/u
    sr/X11R6/bin:/usr/games:/usr/oracle/bin
    SECURE_LEVEL=3
    LC_MONETARY=en_US
    RPM_INSTALL_LANG=en_US:en
    LC_COLLATE=en_US
    LIBPATH=/mnt/cdrom/stage/Components/oracle.swd.jre/1.1.8/1/DataFi
    les/Expanded/linux/lib/linux/native_threads
    Libraries Loaded by the JVM
    <main>
    libjitc.so
    libzip.so
    Current Thread Details
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf764 used
    (128932) free(-12196)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    Total Thread Count: 3
    Active Thread Count: 3
    JNI Thread Count: 0
    Full thread dump:
    "Async Garbage Collector" (TID:0x4032a238,
    sys_thread_t:0x80dca78)
    Native Thread State: ThreadID: 00000803 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf5ffb20 pointer bf5ff914 used
    (524) free(116212)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait
    sysThreadSleep
    threadSleep
    SetOrigArgs
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "Finalizer thread" (TID:0x4032a288, sys_thread_t:0x80dc7f8)
    Native Thread State: ThreadID: 00000402 Reuse: 1 DAEMON
    MONITOR WAIT
    Native Stack Data : base: bf7ffb20 pointer bf7ff988 used
    (408) free(116328)
    ----- Monitors held -----
    ----- Native stack -----
    sysMonitorWait - waiting on Finalize me queue lock
    finalizeOnExit
    sysThread_shell
    pthread_detach
    __clone
    ------ Java stack ------ () prio=1
    "main" (TID:0x4032a2d8, sys_thread_t:0x804de98)
    Native Thread State: ThreadID: 00000400 Reuse: 1 USER
    PRIMORDIAL RUNNING
    Native Stack Data : base: bfffef08 pointer bffdf758 used
    (128944) free(-12208)
    ----- Monitors held -----
    ----- Native stack -----
    Java_java_lang_System_initProperties_stub
    invokeNativeMethod
    invokeLazyNativeMethod
    __irem_trap6
    ------ Java stack ------ () prio=5 *current
    thread*
    java.lang.System.initializeSystemClass(System.java)
    System Monitor Status
    Thread queue lock: unowned.
    Name and type hash table lock: unowned.
    String intern lock: unowned.
    JNI pinning lock: unowned.
    JNI global reference lock: unowned.
    Zip lock: unowned.
    BinClass lock: unowned.
    Class loading lock: unowned.
    Java stack lock: unowned.
    Code rewrite lock: unowned.
    Heap Lock: unowned.
    Has finalization queue lock: unowned.
    Finalize me queue lock: unowned.
    Integer lock access-lock: unowned.
    Monitor cache lock: unowned.
    Monitor registry: unowned.
    Object Monitor Status
    OK
    [oracle@localhost cdrom]$
    =================================================================
    =========
    [email protected]
    [email protected]

    I have Mandrake 8.0 on PII-600, 256 RAM. I used the downloaded
    8.1.7. Edit JRE_LOCATION in Disk1/install/oraparam.ini to point
    to your version of JRE 1.1.8 v3 (JRE from
    http://www.backdown.org). Then try with NUMLOCK=OFF.
    I just clicked the 'typical' installation. It failed at the end
    and did not install the database manager. The error message was:
    SIGGEV received at bfffea90 in
    /u01/app/oracle/jre/1.1.8/lib/linux/native_threads/libjava.so
    Process terminated
    Writing stack trace to javacore30299.txt... OK
    /u01/app/oracle/product/8.1.7/bin/dbassist: line 103: 30229
    Segmentation fault $JRE_EXEC -Duser.dir=$USER_DIR -classpath
    $CLASSPATH DBCreateWizard $ARGUMENTS
    If you get beyond this point, let me know. Good luck!

  • [b]Can't not run the Oracle Universal Installer (Oracle8.1.7 for Linux) on

    I have a problem when try to install Oracle8i Release 8.1.7 Enterprise Edition on RedHat Linux 7.3. After I do the pre-installation tasks, i enter the command (runs as the oracle user):
    $ /tmp/Disk1/runInstaller
    I wait for the one minute and then nothing is happen. I don't understand the reason why the Oracle Universal Installer can't not display! Please tell me all reasons may be!

    Sorry the Oracle version should be 1.7 not 1.1.7. I downloaded it from the web site. The JRE I downloaded is jre 1.18 because the installer asked for this version.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Bin Yao ([email protected]):
    I have a problem to install Oracle8 1.1.7 for linux on Mandrake. When I run ./runIstaller I got a error message that the Java RunTime Enviroment was not found at ?/bin/jre. The "?"stands for a strange character and may change at diffrent time runing the installer. I downloaded a JRE from blackdown and make a link to /usr/local/jre and I also tried to make link to the JRE shiped with Oracle8 1.1.7. But I still get same error. Does Oracle8 1.1.7 still need JRE downloaded and insatll(or link) to /usr/local/jre? I don't know what else I can try. Please give me a help. Thanks.<HR></BLOCKQUOTE>
    null

  • Universal Installer won't run in Linux

    When I try to run the Universal Installer from the hard drive in Red Hat Linux I get the following message
    Initializing Java Virtual Machine from /tmp/OraInstall2004-07-12_03-18-48PM/jre/bin/java. Please wait...
    /tmp/OraInstall2004-07-12_03-18-48PM/jre/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    How do get OUI to run in Linux?

    We reinstalled Linux per puschitz.com's instructions (ie. load the software development options), installed j2re1.4, then modified the ini file that OUI uses to point to our jre install instead of the busted jre that ships with OUI. That finally got OUI working. Thanks to everyone that replied to my inquiry :-)

  • Problem Installation in Linux Slackware 7.1

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    Nothing work's.
    Somebody can help me ?????

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • 10g installation on  linux 4 failed

    I trying to install oracle software on linux 4 but installation has been failed please find the below steps
    [oracle@sos02 database]$ ./runInstaller -silent -responseFile /u01/g/Ora_grid10g/DB_SOFT/database/response/standard.rsp
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-02-01_03-21-55PM. Please wait ...[oracle@sos02 database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.
    You can find a log of this install session at:
    /home/oracle/oraInventory/logs/installActions2011-02-01_03-21-55PM.log
    .................................................................................................... 100% Done.
    Loading Product Information
    ................................................................................................................... 100% Done.
    Analyzing dependencies
    Starting execution of Prerequisites...
    Total No of checks: 11
    Performing check for CertifiedVersions
    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
    Check complete: Passed
    =======================================================================
    Performing check for Packages
    Checking operating system package requirements ...
    Checking for make-3.79; found make-1:3.80-6.EL4. Passed
    Checking for binutils-2.14; found binutils-2.15.92.0.2-21. Passed
    Checking for gcc-3.2; found gcc-3.4.6-3. Passed
    Checking for libaio-0.3.96; found libaio-0.3.105-2. Passed
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for Kernel
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=256. Passed
    Checking for semmns=32000; found semmns=32000. Passed
    Checking for semopm=100; found semopm=100. Passed
    Checking for semmni=128; found semmni=142. Passed
    Checking for shmmax=536870912; found shmmax=4294967295. 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=16025260. Passed
    Checking for VERSION=2.6.9; found VERSION=2.6.9-42.ELsmp. Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=9000 - 65500.  Failed <<<<
    Checking for rmem_default=262144; found rmem_default=262144. Passed
    Checking for rmem_max=262144; found rmem_max=4194304. Passed
    Checking for wmem_default=262144; found wmem_default=262144. Passed
    Checking for wmem_max=262144; found wmem_max=1048576. Passed
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    =======================================================================
    Performing check for GLIBC
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.4-2.25
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for TotalMemory
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 16236MB
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for SwapSpace
    Checking available swap space requirements ...
    Expected result: 12177MB
    Actual Result: 16386MB
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for DetectIfDHCPAssignedIP
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for OracleBase
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for OracleHomeSpace
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for DetectAnyInvalidASMHome
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    Performing check for CompatibilityChecks
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =======================================================================
    PrereqChecks complete
    .......................................... 100% Done.
    Summary
    Global Settings
    Source: /u01/g/Ora_grid10g/DB_SOFT/database/stage/products.xml
    Oracle Home: /u01/app/oracle/10g/db (ORADB10g_HOME)
    Installation Type: Standard Edition
    Product Languages
    English
    Space Requirements
    / Required 1.36GB (includes 108MB temporary) : Available 34.19GB
    /home/ Required 206KB : Available 34.70GB
    New Installations (105 products)
    Oracle Database 10g 10.2.0.1.0
    Enterprise Edition Options 10.2.0.1.0
    Oracle Spatial 10.2.0.1.0
    Oracle OLAP 10.2.0.1.0
    Oracle Enterprise Manager Console DB 10.2.0.1.0
    Oracle Net Services 10.2.0.1.0
    Oracle Database 10g 10.2.0.1.0
    Oracle Net Listener 10.2.0.1.0
    HAS Files for DB 10.2.0.1.0
    Oracle Internet Directory Client 10.2.0.1.0
    Oracle Call Interface (OCI) 10.2.0.1.0
    Oracle Programmer 10.2.0.1.0
    Oracle interMedia 10.2.0.1.0
    Enterprise Manager Agent Core 10.2.0.1.0
    Oracle JVM 10.2.0.1.0
    Database Configuration and Upgrade Assistants 10.2.0.1.0
    Oracle interMedia Locator 10.2.0.1.0
    Oracle XML Development Kit 10.2.0.1.0
    Oracle Text 10.2.0.1.0
    Oracle Database Utilities 10.2.0.1.0
    Generic Connectivity Common Files 10.2.0.1.0
    Oracle Advanced Security 10.2.0.1.0
    Enterprise Manager Repository Core 10.2.0.1.0
    PL/SQL 10.2.0.1.0
    Oracle Net 10.2.0.1.0
    Assistant Common Files 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0 Beta
    Buildtools Common Files 10.2.0.1.0
    Installation Common Files 10.2.0.1.0
    Oracle LDAP administration 10.2.0.1.0
    Oracle Java Client 10.2.0.1.0
    Precompiler Common Files 10.2.0.1.0
    Oracle Recovery Manager 10.2.0.1.0
    SQL*Plus 10.2.0.1.0
    iSQL*Plus 10.2.0.1.0
    Enterprise Manager plugin Common Files 10.2.0.1.0
    HAS Common Files 10.2.0.1.0
    Oracle Clusterware RDBMS Files 10.2.0.1.0
    Oracle Wallet Manager 10.2.0.1.0
    Enterprise Manager Minimal Integration 10.2.0.1.0
    Oracle Database User Interface 2.2.13.0.0
    Secure Socket Layer 10.2.0.1.0
    Oracle ODBC Driver 10.2.0.1.0
    Required Support Files 10.2.0.1.0
    Database SQL Scripts 10.2.0.1.0
    OLAP SQL Scripts 10.2.0.1.0
    PL/SQL Embedded Gateway 10.2.0.1.0
    Oracle Globalization Support 10.2.0.1.0
    Character Set Migration Utility 10.2.0.1.0
    LDAP Required Support Files 10.2.0.1.0
    Oracle Help for the Web 1.1.10.0.0
    Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
    Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
    Oracle interMedia Client Option 10.2.0.1.0
    Oracle Notification Service 10.1.0.3.0
    Oracle Code Editor 1.2.1.0.0I
    Perl Interpreter 5.8.3.0.2
    JDBC Common Files 10.2.0.1.0
    Oracle Locale Builder 10.2.0.1.0
    Oracle Containers for Java 10.2.0.1.0
    Database Workspace Manager 10.2.0.1.0
    Oracle Core Required Support Files 10.2.0.1.0
    Platform Required Support Files 10.2.0.1.0
    Oracle interMedia Locator RDBMS Files 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    Oracle interMedia Annotator 10.2.0.1.0
    SQLJ Runtime 10.2.0.1.0
    Oracle interMedia Java Advanced Imaging 10.2.0.1.0
    Oracle Database 10g interMedia Files 10.2.0.1.0
    Oracle Data Mining RDBMS Files 10.2.0.1.0
    Enterprise Manager Baseline 10.2.0.1.0
    Oracle Help For Java 4.2.6.1.0
    Oracle UIX 2.1.22.0.0
    XML Parser for Java 10.2.0.1.0
    Precompiler Required Support Files 10.2.0.1.0
    XML Parser for Oracle JVM 10.2.0.1.0
    Oracle Starter Database 10.2.0.1.0
    Sample Schema Data 10.2.0.1.0
    Parser Generator Required Support Files 10.2.0.1.0
    Agent Required Support Files 10.2.0.1.0
    Oracle RAC Required Support Files-HAS 10.2.0.1.0
    RDBMS Required Support Files 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    Oracle Label Security 10.2.0.1.0
    XDK Required Support Files 10.2.0.1.0
    Oracle OLAP API 10.2.0.1.0
    DBJAVA Required Support Files 10.2.0.1.0
    SQL*Plus Required Support Files 10.2.0.1.0
    Oracle JFC Extended Windowing Toolkit 4.2.33.0.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle Display Fonts 9.0.2.0.0
    Oracle Extended Windowing Toolkit 3.4.38.0.0
    Enterprise Manager Common Files 10.2.0.1.0
    Enterprise Manager Agent DB 10.2.0.1.0
    Oracle Net Required Support Files 10.2.0.1.0
    Enterprise Manager Repository DB 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    regexp 2.1.9.0.0
    Bali Share 1.1.18.0.0
    Oracle Universal Installer 10.2.0.1.0
    Oracle One-Off Patch Installer 10.2.0.1.0
    Installer SDK Component 10.2.0.1.0
    Java Runtime Environment 1.4.2.8.0
    Sun JDK 1.4.2.0.8
    Sun JDK extensions 10.1.2.0.0
    Installation in progress (Tue Feb 01 15:22:07 IST 2011)
    ............................................................... 11% Done.
    ............................................................... 23% Done.
    ............................................................... 35% Done.
    ............................................................... 47% Done.
    ........................................... 55% Done.
    Install successful
    Linking in progress (Tue Feb 01 15:23:24 IST 2011)
    . 55% Done.
    Link successful
    Setup in progress (Tue Feb 01 15:23:56 IST 2011)
    .................... 100% Done.
    Setup successful
    End of install phases.(Tue Feb 01 15:24:02 IST 2011)
    Starting to execute configuration assistants
    Configuration assistant "Oracle Net Configuration Assistant" succeeded
    Configuration assistant "Oracle Database Configuration Assistant" failedSEVERE:OUI-10104:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them.
    The "/u01/app/oracle/10g/db/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.
    The "/u01/app/oracle/10g/db/cfgtoollogs/configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    WARNING:The following configuration scripts
    /u01/app/oracle/10g/db/root.sh
    need to be executed as root for configuring the system. If you skip the execution of the configuration tools, the configuration will not be complete and the product wont function properly. In order to get the product to function properly, you will be required to execute the scripts and the configuration tools after exiting the OUI.
    The installation of Oracle Database 10g was successful, but some optional configuration assistants failed, were cancelled or skipped.
    Please check '/home/oracle/oraInventory/logs/silentInstall2011-02-01_03-21-55PM.log' for more details.

    Hi ,
    Same thing
    Unable to find product oracle.swd.jre[1.4.1, 1.4.1.9.9] in Oracle Inventory
    SEVERE:OUI-10104:Some of the configuration assistants failed. It is strongly rec
    ommended that you retry the configuration assistants at this time. Not successfu
    lly running any "Recommended" assistants means your system will not be correctly
    configured. Select the failed assistants and click the 'Retry' button to retry
    them.
    WARNING:The following configuration scripts
    /u01/app/oracle/10g/db/root.sh
    need to be executed as root for configuring the system. If you skip the executio
    n of the configuration tools, the configuration will not be complete and the pro
    duct wont function properly. In order to get the product to function properly, y
    ou will be required to execute the scripts and the configuration tools after exi
    ting the OUI.
    The installation of Oracle Database 10g was successful, but some optional config
    uration assistants failed, were cancelled or skipped.
    You have new mail in /var/spool/mail/oracle

  • Not enough free space on /tmp (60 MB) error -10.1.0.3 installation on linux

    Hi
    I have a gentoo 2.6.18 linux.
    I tried install 10.1.0.3 database
    I had exported:
    export ORACLE_HOSTNAME=my_host_name;
    export ORACLE_BASE=/home/httpd/oracle;
    export ORACLE_HOME=/home/httpd/u01/app/oracle/product/10.1.0.3;
    export ORACLE_SID='zet';
    export ORACLE_TERM=xterm;
    export ORACLE_OWNER=oracle;
    export TNS_ADMIN=${ORACLE_HOME}/network/admin;
    export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1;
    export ORA_NLS10=${ORACLE_HOME}/nls/data;
    export CLASSPATH=${ORACLE_HOME}/jdbc/lib/classes12.zip;
    export LD_LIBRARY_PATH=${ORACLE_HOME}/lib:${ORACLE_HOME}/lib32:/lib:/usr/lib:/usr/local/lib;
    export DISABLE_HUGETLBFS=1;
    export PATH=${ORACLE_HOME}/bin:${PATH}:/usr/local/sbin;
    export ROOTPATH=${ORACLE_HOME}/bin;
    export LDPATH=${ORACLE_HOME}/lib:${ORACLE_HOME}/lib32:/lib:/usr/lib:/usr/local/lib;
    export TZ=GMT;
    export DISPLAY=192.168.2.8:0.0;
    export JAVA_HOME=/usr/local/jdk;
    chmod -R 777 dir_with_installation_sources
    chown -R root.root dir_with... or i checked in other hand chown -R oracle.oinstall dir_with....
    oracle@host ~ $ umask
    0002
    oracle@host / $ ls -ld /tmp
    drwxrwxrwt 10 root root 4096 Apr 2 21:28 /tmp
    oracle@host / $ /home/Disk1/runInstaller -ignoreSysPrereqs -jreLoc /usr/local/jdk1.5.0_10/jre
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-04-02_09-43-49PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2007-04-02_09-43-49PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    oracle@host /tmp $ ls -lh | grep or
    drwxr-xr-x 3 oracle oinstall 4.0K Apr 2 21:43 OraInstall2007-04-02_09-43-49PM
    My source are 10g 10.1.0.3 for linux
    I tried install 10.2.0 before 10.1.0.3 and there wasn't this error. Oracle installation interface was starting on my remote X-server on DISPLAY=192.168.2.8:0.0 but there were many other link error. So i thought that maybe i install 10.1.0.3
    Please help me.
    Message was edited by:
    user494262
    Message was edited by:
    user494262
    Message was edited by:
    zet

    I don't think so. I remember for certain patchsets on Solaris (Sparc), to be able to apply the patchset - I had to download an interim patch to update the OUI version. It was necessary to apply that particular patchset. And I got that from Metalink, it was documented in the patchset help file. I guess, you should try the Metalink. The OUI version 10.1.0.4 I was referring to actually comes with iAS 10g R2. For the database version, 10g R2 - OUI version is 10.2.
    Message was edited by:
    zaferaktan

  • Oracle 11g installation on Linux Enterprise 5 remains hanging at 43%!

    Hi all,
    as per Subject, I have installed a Linux Enterprise 5 OS downloaded by Oracle Download Center and it is now installed following the nice Guide here.
    I have added the missing Linux packages and set up the kernel parameters as per Guide quoted above.
    If I launch the Oracle installation, it completes the packages and parameters check fine, install goes fine until 43% and then hangs.
    It's not freezing as the Installation window shows ongoing animations, if I try to stop installation it responds immediately asking for confirmation.
    It just hangs up!
    The Linux machine is actually on a VMWare image on a MacOS Leopard host.
    I have tried it on my laptop and desktop as well, but the hang point keeps being the same.
    Any idea?
    Thanks in advance.

    Satish Kandi wrote:
    Can you post last 10 lines from the installation log? That might provide some clue.Sure.
    I will copy more that last 10 lines as last 10 lines do not look too descriptive to me.
    This will contain also my Installation abort.
    Summary
    Global Settings
    Source: /mnt/hgfs/Oracle/database/install/../stage/products.xml
    Oracle Base: /home/oracle/app/oracle
    Oracle Home: /home/oracle/app/oracle/product/11.1.0/db_1 (OraDb11g_home1)
    Installation Type: Enterprise Edition
    Product Languages
    English
    Space Requirements
    / Required 3.43GB (includes 224MB temporary) : Available 30.10GB
    New Installations (125 products)
    Oracle Database 11g 11.1.0.6.0
    Enterprise Edition Options 11.1.0.6.0
    Oracle Partitioning 11.1.0.6.0
    Oracle Spatial 11.1.0.6.0
    Oracle OLAP 11.1.0.6.0
    Oracle Database 11g 11.1.0.6.0
    Oracle Text 11.1.0.6.0
    Oracle Net Services 11.1.0.6.0
    Oracle Enterprise Manager Console DB 11.1.0.5.0
    Oracle Net Listener 11.1.0.6.0
    HAS Files for DB 11.1.0.6.0
    Oracle Call Interface (OCI) 11.1.0.6.0
    Enterprise Manager Agent 10.2.0.3.1
    Oracle Programmer 11.1.0.6.0
    Oracle Database Gateway for ODBC 11.1.0.6.0
    Oracle Advanced Security 11.1.0.6.0
    Oracle JVM 11.1.0.6.0
    Database Configuration and Upgrade Assistants 11.1.0.6.0
    Oracle XML Development Kit 11.1.0.6.0
    Generic Connectivity Common Files 11.1.0.6.0
    Oracle Multimedia 11.1.0.6.0
    Oracle Multimedia Locator 11.1.0.6.0
    Oracle Internet Directory Client 11.1.0.6.0
    Oracle Database Utilities 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    PL/SQL 11.1.0.6.0
    Oracle Recovery Manager 11.1.0.6.0
    Oracle Net 11.1.0.6.0
    Assistant Common Files 11.1.0.6.0
    Installation Common Files 11.1.0.6.0
    Enterprise Manager plugin Common Files 11.1.0.5.0
    Oracle LDAP administration 11.1.0.6.0
    SQL*Plus 11.1.0.6.0
    HAS Common Files 11.1.0.6.0
    Oracle Help for the Web 2.0.14.0.0
    Oracle UIX 2.2.20.0.0
    Precompiler Common Files 11.1.0.6.0
    Oracle Clusterware RDBMS Files 11.1.0.6.0
    Cluster Verification Utility Common Files 11.1.0.6.0
    Oracle Wallet Manager 11.1.0.6.0
    Oracle Security Developer Tools 11.1.0.6.0
    XML Parser for Java 11.1.0.6.0
    Enterprise Manager Minimal Integration 11.1.0.6.0
    Oracle Database User Interface 2.2.13.0.0
    SQL*Plus Files for Instant Client 11.1.0.6.0
    Oracle ODBC Driver 11.1.0.6.0
    Required Support Files 11.1.0.6.0
    Database SQL Scripts 11.1.0.6.0
    OLAP SQL Scripts 11.1.0.6.0
    PL/SQL Embedded Gateway 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Character Set Migration Utility 11.1.0.6.0
    Oracle Locale Builder 11.1.0.6.0
    Secure Socket Layer 11.1.0.6.0
    Oracle Java Client 11.1.0.6.0
    Oracle JDBC/THIN Interfaces 11.1.0.6.0
    Oracle Multimedia Client Option 11.1.0.6.0
    Oracle Universal Connection Pool 11.1.0.6.0
    Oracle Notification Service 11.1.0.5.0
    Oracle Code Editor 1.2.1.0.0I
    Oracle Ultra Search Server Rdbms 11.1.0.6.0
    Oracle Help For Java 4.2.9.0.0
    Oracle Containers for Java 11.1.0.6.0
    JAccelerator (COMPANION) 11.1.0.6.0
    Database Workspace Manager 11.1.0.6.0
    SQLJ Runtime 11.1.0.6.0
    Oracle Core Required Support Files 11.1.0.6.0
    Platform Required Support Files 11.1.0.6.0
    Oracle Ice Browser 5.2.3.6.0
    Oracle Application Express 11.1.0.6.0
    Oracle SQL Developer 11.1.0.6.0
    Oracle JDBC Server Support Package 11.1.0.6.0
    regexp 2.1.9.0.0
    Enterprise Manager Common Files 10.2.0.3.1
    Installation Plugin Files 11.1.0.6.0
    Oracle JDBC/OCI Instant Client 11.1.0.6.0
    XML Parser for Oracle JVM 11.1.0.6.0
    Oracle XML Query 11.1.0.6.0
    Oracle Message Gateway Common Files 11.1.0.6.0
    Oracle Starter Database 11.1.0.6.0
    Sample Schema Data 11.1.0.6.0
    Precompiler Required Support Files 11.1.0.6.0
    Parser Generator Required Support Files 11.1.0.6.0
    Oracle Multimedia Locator RDBMS Files 11.1.0.6.0
    Oracle Globalization Support 11.1.0.6.0
    Oracle Multimedia Annotator 11.1.0.6.0
    Oracle Multimedia Java Advanced Imaging 11.1.0.6.0
    Oracle Database 11g Multimedia Files 11.1.0.6.0
    Agent Required Support Files 10.2.0.3.1
    Oracle 11g Warehouse Builder Server 11.1.0.6.0
    Oracle Ultra Search Server 11.1.0.6.0
    Oracle Ultra Search Middle-Tier 11.1.0.6.0
    Oracle Ultra Search Common Files 11.1.0.6.0
    Perl Interpreter 5.8.3.0.4
    RDBMS Required Support Files 11.1.0.6.0
    Oracle Display Fonts 9.0.2.0.0
    RDBMS Required Support Files for Instant Client 11.1.0.6.0
    Enterprise Manager Agent Core Files 10.2.0.3.1
    Enterprise Manager Common Core Files 10.2.0.3.1
    Enterprise Manager Grid Control Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Agent Support 11.1.0.5.0
    Enterprise Manager Database Plugin -- Management Service Support 11.1.0.5.0
    Enterprise Manager Repository Core Files 10.2.0.3.1
    Enterprise Manager Database Plugin -- Repository Support 11.1.0.5.0
    Provisioning Advisor Framework 10.2.0.3.1
    XDK Required Support Files 11.1.0.6.0
    Oracle RAC Required Support Files-HAS 11.1.0.6.0
    SQL*Plus Required Support Files 11.1.0.6.0
    Oracle JFC Extended Windowing Toolkit 4.2.36.0.0
    Oracle Extended Windowing Toolkit 3.4.47.0.0
    Oracle OLAP API 11.1.0.6.0
    Oracle OLAP RDBMS Files 11.1.0.6.0
    Oracle Data Mining RDBMS Files 11.1.0.6.0
    Oracle Real Application Testing 11.1.0.6.0
    Bali Share 1.1.18.0.0
    Buildtools Common Files 11.1.0.6.0
    Oracle Net Required Support Files 11.1.0.6.0
    SSL Required Support Files for InstantClient 11.1.0.6.0
    LDAP Required Support Files 11.1.0.6.0
    Oracle ODBC Driverfor Instant Client 11.1.0.6.0
    Oracle Configuration Manager 10.2.6.0.0
    Oracle Universal Installer 11.1.0.6.0
    Oracle One-Off Patch Installer 11.1.0.6.0
    Installer SDK Component 11.1.0.6.0
    Sun JDK 1.5.0.1.1
    INFO: Method 'dispose()' Not implemented in class 'OiCcrCsi'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.server' with Install type 'EE'.
    INFO: Link phase has been specified as needed
    INFO: Setup phase has been specified as needed
    INFO: HomeSetup JRE files in Scratch :0
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/app/oracle/product/11.1.0/db_1/root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_EE_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    WARNING: This will stop installation of all products and exit the Installer. Are you sure that you want to stop the installation and exit?
    INFO: User Selected: Yes/OK
    Thanks :)

  • Following error occurs while oracle client 10g installation on Linux 5

    Following error occurs while oracle client 10g installation on Linux 5
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/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)

    user8862191 wrote:
    Following error occurs while oracle client 10g installation on Linux 5
    What is Linux 5? Do you mean Oracle Enterprise Linux (OEL) 5 ???
    [oraclient@SVHJ0678 client]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-04-14_02-30-53AM. Please wait ...[oraclient@SVHJ0678 client]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-04-14_02-30-53AM/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)

  • Oracle Universal Installer response files and platform independency

    Hi all,
    The Oracle Universal Installer is a platform-independent system, to what extent are Oracle Universal Installer response files platform-independent? For sure it's not completely platform-independent, because path definitions aren't portable - Windows versus Linux for example. My hope is that all possible variables within response files are exactly the same as on different platforms. Also the possible values for the variables should be portable, except for the path definitions, of course.
    Can anyone confirm that my thoughts are true?
    Durk

    Hi,
    This problem frequently occurs because of the wrong DISPLAY settings. Please perform the steps on a X-term terminal screen;
    1) under root user
    2) xhost +
    3) su - ora<sid>
    4) echo $DISPLAY
    5) setenv DISPLAY <client ip>:(result of echo $DISPLAY) (for example setenv  DISPLAY 192.168.1.100:0.0)
    6) xclock (test X-Client)
    If it works then you will be able to run "./runInstaller", for example
    cd /oracle/stage/102_64/database/Disk1/SAP
    ./RUNINSTALLER
    You can check the [installation guide|https://websmp204.sap-ag.de/~sapidb/011000358700000359232008E], also. Search for "4.4.3 Running the Oracle Universal Installer" title and read the details,
    Best regards,
    Orkun Gedik

  • Oracle Universal Installer doesnt show up..

    Hello Friends,
    I am a newbie to Oracle and I was trying to install Oracle 8.1.7 on Linux 7.3 ,which I downloaded from the Oracle website and I configured all my files,set the permissions and the ownerships right , but even then my Oracle Universal Installer doesnt show up...Just to let u all know that my X is working properly. It says
    "Initialising Java Virtual Machine from bla bla bla.. Please wait...." and the installer doesnt show up . Any help will be greatly appreciated..
    Thanks in advance..
    Rao

    You have to use the path 131299.1, I had the same problem with machines Pentium 4, in Metalink you can find the doc.

Maybe you are looking for