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.

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?

  • 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

  • Oracle Universal Installer no started before error remote PC

    Hi guys.
    I'm performance the installation Solution Manager 7.0 EHP1 on plataform AIX 6.1 and Oracle 10.2.0.4. I'm doing the installation remotely, and I'm in step installation of Oracle patch 10.2.0.4. according to the steps in the readme file.
    But when I was in the path of execution of the OUI, the Summary screen by start the installation, my remote PC problems light went out.
    When I try to rerun the installation of the patch by the OUI fails me and not started the Oracle Universal Installer.
    I'm checking the installActions2010-05-25_11-36-48AM.log, but only show me the following:
    Using paramFile: /instaladores/patch/Disk1/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be 5200, 5300 or 6100
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2010-05-25_11-36-48AM/installActions2010-05-25_11-36-48AM.log
    How can start the Oracle Universal Installer again  ????????

    Hi,
    Checking operating system version: must be 5200, 5300 or 6100
    Failed <<<<
    Please check if oraparam.ini (in Disk1/install directory) file has your OS version (AIX 6.1) as certified version...
    If not add the below line in "Certified Versions" section.
    AIX=6.1.0.0
    It should look similar as below:
    [Certified Versions]
    #You can customise error message shown for failure through CERTIFIED_VERSION_FAILURE_MESSAGE
    Solaris=5.6,5.7,5.8,5.9
    Linux=redhat-2.1AS
    HPUX=B.11.23,B.11.31
    Decunix=V5.1A,V5.1
    AIX=6.1.0.0
    then try again to execute ./RUNINSTALLER
    regards.
    Rajesh Narkhede

  • P6v7 Web Services Oracle Universal Installer Error Setting Java_Home veriab

    Hi,
    I am installing Primavera P6 v7 web serivces on a Ms Windows 2003 SP2 server machine but it gives error "error setting Java_Home environment variable" every time i run the oracle universal installer setup of P6 v7 web services. I have already installed Java JRE1.6.0_14 and set the JAVA_HOME variables in both system and user variables. I have also tried manually setting path of JAVA during setup but no luck so far everytime same error. I have been looking at the log file in oracle inventory folder but did not find any hint to resolve the issue.
    Please suggest a solution or workaround.
    Regards,
    Shahid

    r u using 32bit or 64bit java?? better to use 32 bit java. Create 3 variable for EPPM P6
    1) variable name: JAVA_HOME Value: c:\Java32\JRE1.6.0_27
    2) variable name: JRE_Location value: c:\Java32\jdk.1.6.0_27\jre
    3) variable name: p6_java_home value: c:\Java32\jdk.1.6.0_27

  • Getting error while running Oracle universal installer to run the deinstall

    I am running oracle universal installer to run the deinstallation process and getting an error "java runtime environment was not found at C:\TEMP\OraInstall2011-11-14_01-31-42PM\jre\bin\javaw.exe hence oracle universal installer cannot be run. Please visit www.javasoft.com and install jre 1.3.1 or higher and try again"
    Is there any workaround for this?

    This is regarding an issue while trying to unistall Fusion middleware (11g forms, reports) from the server.
    I am running oracle universal installer to run the deinstallation process and getting an error "java runtime environment was not found at C:\TEMP\OraInstall2011-11-14_01-31-42PM\jre\bin\javaw.exe hence oracle universal installer cannot be run. Please visit www.javasoft.com and install jre 1.3.1 or higher and try again"
    Is there any workaround for this?

  • Oracle Universal Installer - Error En Create OUI Process (): 5

    When I want to install ODAC (Oracle Data Provider) for Visual Studio gives me the following error:
    Oracle Universal Installer - Error En Create OUI Process (): 5
    Thank You ..

    What version of client are you trying to install? I'd go with 11.2.0.2 to rule out any known issues with the OUI.
    11202 is available on MOS. If you don't have Oracle Support to be able to access MOS, 11201 is available in the downloads section on OTN.
    Greg

  • Oracle Universal Installer gives a fatal error

    Hello,
    When I start the Oracle Universal Installer to install the Oracle Developer Suite (10.1.2.0.2) I get a Microsoft Fault Report, so the installation will abort.
    I had removed first the Oracle installation via the same wizard and then clean up my registry.

    Ok, I have found the problem: The installer can't write to c:\documents and settings\pieter\local settings\temp\...
    The error is like this: "error in writing to c:\documents and settings\..."
    Many users that install Oracle have this error (check google) but I can't find a solution :(
    Anyone?

  • Oracle Universal Installer cannot be run... getting this error due to Java path. Pleath help.

    Hi Experts,
    Trying to Deinstall the OBIEE 11g. OUI is not launching... after digging the issue find out that "Java RunTime Environment was not found".
    But Java software is available at the specified path.
    "C:\DOCUME~1\user\LOCALS~1\Temp\OraInstall2013-09-05_01-10-08PM\jre\bin\javaw.exe"
    Can you please help me on this... The complete error is...
    Oracle Universal Installer
    The Java RunTime Environment was not found at C:\DOCUME~1\v859971\LOCALS~1\Temp\OraInstall2013-09-05_01-10-08PM\jre\bin\javaw.exe. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    OK  
    Arjun

    Hi Srini,
    I have tried as you mentioned like installing Java in C:\Java... and I have tried the by setting the JRE_LOCATION of local path. No use of it.
    tried with -jreloc and setting the java path in environment variables too.
    As I understand, the problem i have seen at files copied path is not expected as required. Please see the path below...
    C:\DOCUME~1\v859971\LOCALS~1\Temp\OraInstall2013-09-06_03-36-31PM\jre\bin\javaw.exe.
    After running the Setup.exe -deinstall... temporary folder is creating with timestamp and all the required files are coping here...
    "jre" folder also created and copied required java files directly into jre folder, but not in jre\bin folder.
    folder path is like this
    C:\DOCUME~1\v859971\LOCALS~1\Temp\OraInstall2013-09-06_03-36-31PM\jre\javaw.exe.
    Setup application is expecting jre\bin\javaw.exe, but folder structure is created as jre\javaw.exe. There it is coming the issue.
    I have even tried with copying all the files into bin folder and executed the setup.exe, it again creating a new temporary file
    not able to resolve it...

  • Oracle Universal Installer not starting, failing on pre-requisites

    --[This is where the application server 10g Forms and Reports (9.0.4) cd resides for Solaris version 5.9]
    /data02/FMSinvoice/appsFR904/INSTALL/SOLARIS
    --[The runInstaller is using oraparam.ini from the following temp location (/data02/FMSinvoice/appsFR904...). This is a patch which allows above cd to run on Soalris ver 5.10]
    bash-3.2$ runInstaller -paramFile /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701/oraparam.ini
    Debug1
    encoding = UTF-8
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10
    Passed
    Checking operating system packages: SUNWarc,SUNWbtool,SUNWhea,SUNWlibm,SUNWlibms,SUNWsprot,SUNWtoo,SUNWi1of,SUNWxwfnt,SUNWi1cs,SUNWi15cs Passed
    Checking swap space: must be greater than 1536 MB. Actual 14791MB Passed
    Checking Temp space: must be greater than 150 MB. Actual 12596 MB Passed
    All installer requirements met.
    Checking if CPU speed is above 250 MHz. Actual 1200 MHz Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-08-29_03-54-34PM. Please wait ...sh: /apps/oracle/product/9.2.0/oui/bin/unzip: not found
    Error in writing to directory /tmp/OraInstall2012-08-29_03-54-34PM. Please ensure that this directory is writable and has atleast 75 MB of disk space. Installation cannot continue.
    The tmp seems to have enough space...
    bash-3.2$ df -kh
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c3t201500A0B826A22Cd4s0
    9.8G 5.2G 4.6G 54% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap 12G 1.7M 12G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1
    9.8G 5.2G 4.6G 54% /platform/sun4u-us3/lib/libc_psr.so.1
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
    9.8G 5.2G 4.6G 54% /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
    fd 0K 0K 0K 0% /dev/fd
    /dev/dsk/c3t201500A0B826A22Cd4s3
    9.8G 409M 9.3G 5% /var
    swap 12G 1.0M 12G 1% /tmp
    swap 12G 80K 12G 1% /var/run
    /dev/dsk/c3t201500A0B826A22Cd4s4
    9.8G 4.6G 5.2G 47% /apps
    /dev/dsk/c3t201500A0B826A22Cd0s5
    128G 73G 53G 58% /data01
    /dev/dsk/c3t201500A0B826A22Cd1s6
    262G 13G 247G 5% /data02/FMSinvoice
    Can someone help kick off the OUI installer. Our customer if getting impatient in not getting it to run. Any help appreicaited
    Thanks

    Thanks for the replies...
    FYI.
    I have cloned an Oracle 9i database on a DR test server.
    Now I am installing Oracle Application server 10g Forms and Reports (9.0.4) on Solaris 5.10
    This is using a Oracle CD which is for Solaris 5.9 but using twp patches supplied by oracle to run the CD from. So it is able to run on Solaris 5.10. It has been done before but by some past DBA some 5 years ago. This is the first time I am attempting this being a new employee here.
    I have implemented these suggestions.
    Especially the fact that it was looking for a gunzip utuility which it couldn't find. To make it easirer Ij ust copied the gunzip utility to the place it was looking for, and renamed it unzip. As it was loooking for unzip
    This worked and passed through.
    Created the temp temp directory as welll so it would not have issues in not writting to the tmp directory.
    The error I'm getting is below
    bash-3.2$ pwd
    /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701
    bash-3.2$ /data02/FMSinvoice/appsFR904/INSTALL/SOLARIS/RUNINSTA -paramFile /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701/ORAPARAM.INI
    Starting Oracle Universal Installer ...
    Checking requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10.
    Actual 5.10 Passed
    Checking operating system packages: SUNWarc,SUNWbtool,SUNWhea,SUNWlibm,SUNWlibms,SUNWsprot,SUNWtoo,SUNWi1of,SUNWxwfnt,SUNWi1cs,SUNWi15cs Passed
    Checking swap space: must be greater than 1536 MB.
    Actual 14791MB Passed
    Checking Temp space: must be greater than 150 MB.
    Actual 252715 MB Passed
    All requirements met.
    Checking if CPU speed is above 250 MHz.
    Actual 1200 MHz Passed
    Checking monitor: must be configured to display at least 256 colors
    ^C Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo
    Some optional pre-requisite checks have failed (see above). Continue? (y/n) [n] y
    Preparing to launch Oracle Universal Installer from /data02/FMSinvoice/appsFR904/tmp/OraInstall2012-08-31_11-12-17AM. Please wait ...The Java RunTime Environment was not found at /data02/FMSinvoice/appsFR904/tmp/OraInstall2012-08-31_11-12-17AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory
    I am running humingbird Exceed, and have also set the DISPLAY to my screen.
    FYI I am running this from home so the 256 collours error would probably be ok if I did it from work (as I will on Monday)
    However I would prbably still get the java error. Should this not be resolved using Exceed though?

  • How to uninstall oracle components silents using oracle universal installer in oracle client 11.2.0.3.0?

    Hi,
    I have installed oracle client 11.2.0.3.0 silently using the response file with INSTALL type as runtime. I want to remove  'Oracle sql developer' from the installed products. Using Oracle Universal Installer I am able to remove this component in GUI. Please provide me the silent switch to remove this component. I have tried with DEINSTALL_LIST property , but I am getting an error that 'no products selected for deinstall'. Please suggest on this.

    Pl post your OS details
    AFAIK, SQL Developer is not included in the Oracle Client install - it is a separate install. You will have to follow the instructions for uninstalling SQL Developer - check the docs for your specific version of SQLD - Oracle SQL Developer
    e.g. for 3.1, see Installing Oracle SQL Developer

  • 9i's Oracle Universal Installer problem in W2K server!  Please Help.

    Hi all,
    I am trying to install Oracle database 9i on my w2k server (domain controller). The Oracle Universal Installer quits right after I choose install in autorun menu with this message:
    'Error in writing to directory C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall. Please ensure that this directory is writable and has at least 25 MB of Disk Space. Installation could not continue.'
    I am installing as the administrator of the domain/server and I have 17GB left on my harddisk. I am using a P3 600 with 384 MB of RAM. My HD is Seagate ATAIV Baracuda and my motherboard uses VIA chipset.
    Thanks in advance for your help.
    Regards,
    Hartono

    I am using Diamond TNT2 video card. I have tried to install new (not newest) detonator drive and VIA 4 in 1 driver ver4.29 but it still gives me the error. Would it help if I install Java2 runtime on this computer?
    Regards,
    Ari

Maybe you are looking for

  • How can I remove unwanted downloads from my macbook pro?

    How can I remove unwanted downloads from my macbook pro?

  • AirPlay video streaming problem

    Hi, Whenever I stream a video to Apple TV from either an iPad or iPhone (via AirPlay) the picture is slightly zoomed in on my television. This problem seems to occur on all video apps, e.g. YouTube etc., and I have experienced it on both the 720p and

  • SAP Script & Smart forms

    Hi All, How to find out in a particular object whether SAP scripts or smart forms are used? If forms are used is there any t.code to find out which type of form is used? Regards, Vamsi P

  • Create Credit Memo (VA01) - Problem of checking a field before saving

    Hello! In tcode VA01, why a field (ex. Customer Group) is checked to be filled before saving in case of a Standard order (type OR, or for us is ZOR), but not in case of a Credit Memo (type CR, or for us is ZCR) ? Is this Config problem? If yes, do yo

  • I cannot unistall Quicktime in order to reinstall it.

    I cannot find the post where all of this was explained by b noir. I had the exact same experience as the person who was having trouble uninstalling Quicktime in order to reinstall it correctly. b noir suggested that the user get rid of ACE codec. Wha