Got an error while installing oracle 10gR2 on RHEL 4

Hi Everybody,
After running ./runInstaller while installing oracle 10gR2 on RHEL4 ,i got an error message showing below can anyone guide me how can i proceed furthur?
As Follows:-
[oracle@localhost database]$ ./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/OraInstall2007-10-29_09-37-34PM. Please wait ...[oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
at java.awt.Window.init(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
[oracle@localhost database]$ ./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/OraInstall2007-10-29_09-37-54PM. Please wait ...[oracle@localhost database]$ Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
at java.awt.Window.init(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)

Hi,
You got these errors because runInstaller can not start the GUI. There are 2 solutions, you can choose one:
1. logout Gnome/Kde, login as oracle user, and run runInstaller again.
2.open a new root terminal,
a) run "xhost +" as root.
b) run "su - oracle" switch to oracle
c) run "export DISPLAY=:0.0"
d) then run "./runInstaller" again.
cheers.
Ice

Similar Messages

  • JRE Error : while Install oracle 10gR2 on Windows Server 2003

    Hello,
    I am trying to install a Oracle 10gR2 on windows server 2003.
    I have unziped the files and when I run the oui.exe it gives the below error:
    cannot find any matches for wildcard specification "../stage/components/oracle.swd.jre/1.5.0.0./1/DataFiles/*.jar
    Error : JRE missing in Scratch Path
    I tried changing the oraparmaini file but it did not allow to make any changes.
    Not sure if its looking for any particular java files.
    What should i edit ,to specify the java location.
    Thanks

    What exactly did you unzip? This error occurs if there are several zip-files extracted to different target locations. But - if I remember correctly - 10gR2 database is only one zip-file, so you should not face this issue. JRE for OUI is part of the downloaded software,so you don't need to specify a location for JRE, OUI knows where to find this.
    Werner

  • Error while installing Oracle 8i on RHEL 3.0, ORA-12545

    Hi,
    I am trying to install oracle 8.1.7 on redhat EL 3.0. Earlier i installed the same oracle i.e 8.1.7 on redhat 8.0/9.0 and it installed sucesfully. The proceudre
    i follow for installtion was :
    ####### some settings
    groupadd dba
    groupadd oinstall
    groupadd oracle
    useradd -g dba -G oinstall,oracle -m oracle
    passwd oracle
    mkdir /ora8
    cd /ora8
    mkdir -p m01 m02 m03/oradata/ora8
    chown -R oracle.dba /ora8
    ###### login as oracle. changes in .bash_profile(setting up of parameters)
    export ORACLE_BASE=/ora8/m01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/8.1.7
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    export ORACLE_SID=perfdb
    export ORACLE_TERM=vt100
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    umask 022
    LD_ASSUME_KERNEL=2.2.5
    ##### thereafter i run installer
    ./runInstaller
    It goes smoothly and later it gives linking error. I ignore them at this stage.
    #### thereafter I apply the patch
    tar xzf /tmp/glibc2.1.3_stub.tgz
    ./setup_stubs
    #### Therafter i run dbassist and I create the db and all went well.
    When i followed the same procedure in RHEL 3.0 it goes smooth till applying patch glibc2.1.3_stub.tgz but thereafter when i try to create db using dbassist it gives me error like :
    ORA-12545 Connect failed because target host or object does not exist.
    Even if i tried to run svrmgrl it gives me error
    :ORA-12545 Connect failed because target host or object does not exist
    Could anyone help me in resolving that ? the same installation procedure works well for Redhat 8.0/9.0
    Thanks
    Harsh Bhatia

    DBCA calls svrmgrl.exe in order to make a startup nomount of the new database and svrmgrl.exe fails during the hostname resolution.
    Try to give ipaddress rather than hostname in the tnsnames.ora file.

  • ORA-12545 error while installing Oracle 8i on RHEL 3.0

    Hi,
    I am trying to install oracle 8.1.7 on redhat EL 3.0. Earlier i installed the same oracle i.e 8.1.7 on redhat 8.0/9.0 and it installed sucesfully. The proceudre
    i follow for installtion was :
    ####### some settings
    groupadd dba
    groupadd oinstall
    groupadd oracle
    useradd -g dba -G oinstall,oracle -m oracle
    passwd oracle
    mkdir /ora8
    cd /ora8
    mkdir -p m01 m02 m03/oradata/ora8
    chown -R oracle.dba /ora8
    ###### login as oracle. changes in .bash_profile(setting up of parameters)
    export ORACLE_BASE=/ora8/m01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/8.1.7
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    export ORACLE_SID=perfdb
    export ORACLE_TERM=vt100
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    umask 022
    LD_ASSUME_KERNEL=2.2.5
    ##### thereafter i run installer
    ./runInstaller
    It goes smoothly and later it gives linking error. I ignore them at this stage.
    #### thereafter I apply the patch
    tar xzf /tmp/glibc2.1.3_stub.tgz
    ./setup_stubs
    #### Therafter i run dbassist and I create the db and all went well.
    When i followed the same procedure in RHEL 3.0 it goes smooth till applying patch glibc2.1.3_stub.tgz but thereafter when i try to create db using dbassist it gives me error like :
    ORA-12545 Connect failed because target host or object does not exist.
    Even if i tried to run svrmgrl it gives me error
    :ORA-12545 Connect failed because target host or object does not exist
    Could anyone help me in resolving that ? the same installation procedure works well for Redhat 8.0/9.0
    Thanks
    Harsh Bhatia

    What version of gcc are you using?
    Check out this link: http://www.redhat.com/archives/taroon-list/2004-June/msg00030.html
    All 8i and 9i releases are built with 2.9x versions of gcc, so you might have to downgrade gcc in order to get 8i running.
    -Antti

  • Error while installing Oracle 10 g

    Hi ,
    I've got following error while installing Oracle 10g.
    Exception java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Name occurred..
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Name
         at java.util.ResourceBundle.getObject(Unknown Source)
         at java.util.ResourceBundle.getString(Unknown Source)
         at oracle.sysman.oii.oiii.OiiiCompInvEntry.getName(OiiiCompInvEntry.java:1601)
         at oracle.sysman.oii.oiii.OiiiCompInvEntry.getName(OiiiCompInvEntry.java:1566)
    please help

    Windows 2000 SP4
    Installer run successfully .
    But it generates error log file when installation begins and abort the installation with the following message
    Abnormal program termination
    an internal error has occurred .
    please check the following files
    C:\Program Files\Oracle\Inventory\logs\oraInstall2004-05-31_02-57-32PM.err
    C:\Program Files\Oracle\Inventory\logs\oraInstall2004-05-31_02-57-32PM.out

  • Error while installing oracle 11g in centos 5.3

    I got this error while installing oracle 11g in my laptop with centos 5.3
    the error is:
    ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 76430 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6000 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n] y
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-03-07_12-09-48PM. Please wait ...[oracle@www database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.NoClassDefFoundError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at java.awt.Toolkit$2.run(Toolkit.java:821)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)
    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1783)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:480)
    at oracle.install.commons.util.Application.startup(Application.java:758)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)
    please help me solve this...i am new to linux so can anyone give me detailed instructions.i tried using the installation guide and even though i got this error...

    Firstly Thank you everyone for giving me your suggestions.
    I tried installing oracle 11g in centos using Tim's tutorial and i all went fine initially i got the oracle 11g installation GUI and i got an error while starting database configuration.
    The error was : TNS failed
    and i got two options in that dialog box "ignore" and "abort"
    after press ignore a few times.the installation finished successfully.
    When i opened terminal and typed
    sqlplus SYS as SYSDBA
    it asked for password
    when i gave the password again it showed the error TNS failed
    kindly help me solve this.....

  • Error while installing oracle 9i(9.2.0.1.0) on Red Hat Linux 8

    hi
    friends,
    i'm getting error while installing Oracle 9i(9.2.0.1.0). this eror was came when linking process was going on. Error is as follow.
    "Error in invoking target install of make file"
    /home/oracle/product/9.2.0/plsql/lib/ins_plsql.mk"
    /home/oracle/product/9.2.0/precomp/lib/ins_precomp.mk"
    /home/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk"
    /home/oracle/product/9.2.0/network/lib/ins_oemagent.mk"
    pls. help me what to do?
    Dharmesh

    See this :
    I saw this error only in connection with Oracle 9i (9.0.1) installation.
    Edit the file $ORACLE_HOME/bin/genclntsh and change the following line (people have sent me emails pointing out that this also works for Mandrake 8.1 and Mandrake 8.2):
    LD_SELF_CONTAINED="-z defs"
    to read:
    LD_SELF_CONTAINED=""
    Then run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" and not as the user "root". Also make sure you have all the Oracle environments set! (I got so many emails because people were not doing this)
    $ su - oracle
    $ $ORACLE_HOME/bin/genclntsh
    Created /opt/oracle/product/9.0.1/lib/libclntst9.a
    $
    After that hit retry in the error popup. This always worked for me.
    (I was told that this also works for SuSE 8.0.)
    Here is Oracle's official solution for Oracle 9iR1 or 9iR1 iAS on RedHat 2.1 Advanced Server:
    http://otn.oracle.com/software/products/oracle9i/files/binutils_readme.html
    from: http://www.puschitz.com/OracleOnLinux.shtml
    Hope it help you
    Basem

  • Error while installing oracle workflow builder 2.6.3.4

    I got an Error while installing the workflow builder
    the error was while setting the environment variable "PATH"
    can't set the environment variable value as it's more than 1023
    i made ignore to this error and continue the setup
    is that error may affect the workflwo builder to run or it dosen't affect it
    best regards
    Edited by: Miro Graphic on Jul 5, 2011 2:35 PM

    Hi;
    This forum site related wiht Oracle database installation.I suggest,close your issue here as answered than move your issue Forum Home » Database » Workflow* which you can get more quick response
    Regard
    Helios

  • Error while installing oracle apps 11.5.10

    Hi all,
    I have got errors while installing oracle apps 11.5.10. I have configured all the system parameters.
    Unable ti complete instance configuration
    RW-50010 error script has returned an error 1
    RW-50004 error code received when running external process
    Please let me know the solution
    Thanks
    Manikandan

    You would get better answers if you asked in the correct forum.
    LCM: 11i Install/Upgrade
    Also, it would help if you looked at the logs to find the errors.

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • Error while installing Oracle Apps server 10.1.3 with Oracle DB 11.2.0.2

    Error while installing Oracle Apps server 10.1.3 with Oracle DB 11.2.0.2 residing in the same server and being used by Apps server as it's metadata.
    bash-3.00$ export ORACLE_HOME=/data/ora11g/app/ora11g/product/11.2.0
    bash-3.00$ cd /data/OAS/install/soa_schemas/irca/
    bash-3.00$ ./irca.sh
    Integration Repository Creation Assistant (IRCA) 10.1.3.1.0
    (c) Copyright 2006 Oracle Corporation. All rights reserved.
    ERROR: Cannot find library - /data/ora11g/app/ora11g/product/11.2.0/jdbc/lib/ojdbc14.jar
    Please verify that the ORACLE_HOME is set correctly.
    bash-3.00$

    Hi Craig,
    Database 11gR2 could be used for Installing Application Server 10.1.3.x but with some limitation.
    So please review the note:-887365.1 Oracle Database 11g Release 2 (11.2) Certification for Oracle Application Server 10g (10.1.2, 10.1.3, 10.1.4)
    Section :- Oracle Application Server 10g Release 3 (10.1.3)
    Regards,
    Praaksh.

  • Error while Installing Oracle Services for Microsoft Transaction Server

    I downloaded "Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP" and installed the personal edition. It did not install successfully and gave this error message:
    Error while Installing Oracle Services for Microsoft Transaction Server
    The specified key was not found while trying to GetValue
    - stop installation of all products.
    - stop installation of this component only.
    The installation of Oracle 9i Database was unsuccessful
    The Integration tools and client installed just fine from the same download. Why didn't the database install successfully? All the other components seemed to install just fine and the database appeared to be created - but I could not open it and there was not start menu option for DBA Studio.
    I am running Windows 2000 professional with Service Pack 3 on a 2 GHz Pentium4 machine with 512MB Rambus RAM, 32bit color graphics ATI All-in-Wonder card, about 40GB of disk space, a local peer-to-peer network via cat5 cable to another Win2k P3 machine, and Creative Soundblaster Audigy card. Do I need to adjust any network settings? Would it help or hinder if I installed MS IIS? WinNT has a Microsoft Transaction Server (MTS) but Win2k has COM+ instead; does that make a difference in terms of the installer looking for MTS? Do I need to configure COM+ in some special way / change settings?

    HI Salman,
    I am doing the following.
    1. I am installing Oracle 10.2.01 Database(Not Client) on my windows Xp laptop. While installation i Choose the custom option and Check the Oracle Windows Interface. In that i check the "Install Oracle Services for Microsoft Transaction server" checkbox. The installation goes on fine till 99% and when it tries to install the
    Oracle Services for Microsoft Transaction server it gives an error saying that "Microsoft Transaction server" was not found on the system.
    I had previously installed the same on my laptop and it was working fine. but after uninstallation when i try to re install i get this problem.
    If i go to the services.msc option in windows i still see the OracleMTSRecoveryService option even when i have uninstalled oracle. But when i try to start the services i get the following error
    Could Not start the OracleMTSRecoveryService on the local computer.
    Error 3: The system cannot find the file specified.
    Any help on how to resolve this issue will be highly appreciated

  • Error while installing Oracle 10g on Solaris 9 x86

    Hi all,
    I got several error after install oracle 10g. After I run the root.sh. It prompt :
    Starting Oracle CSS service under init(1M)
    Expecting the CRS daemons to be up within 120 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    and when I start sqlplus, it prompt:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Intel SVR4 UNIX Error: 2: No such file or directory
    and following the error message prompt every minutes.
    "oracle: (Oracle CSSD will be run out of init)"
    "root: Failure in CSS initialization opening OCR."
    I don't think reinstall oracle will solve my problem if I don't figure out what going wrong. Could anyone tell me what I need to do? Thanks very much for helping.
    Cheers,
    Alex

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Error while installing oracle 10g on AIX

    I am receiving the following error while installing oracle 10g on AIX..
    error in invoking target 'relink' of makefile 'u01/app/oracle/product/10.2.0/orcl/precomp/lib/ins_precomp.mk'..
    i am installing enterprise edition. pl help

    Hi;
    What is AIX version?
    Please see:
    Installing 10g On Aix 5.3:'Error In Invoking Target 'Relink' Of Makefile ...' [ID 309668.1]
    AIX: On Silent Install, Getting Several 'Error In Invoking Target' Messages [ID 351380.1]
    "Error invoking target ... of makefile ... " Errors While Installing 8.1.6 [ID 113781.1]
    Please also check below and be sure you have all prereq. on your server:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Error While Installing Oracle 9.2.0.1.0 on Win 2003 Server

    Hi,
    I am getting following error while installing Oracle 9.2.0.1.0 on Windos Server 2003-
    ORA-12546: TNS: Permission Denied.
    Above error pops-up during database configuration phase. Oracle docs says- "Acquire necessary privileges and try again." But I am installing as administrator.
    Thanks in advance,
    -Sandeep

    I can't tell you why this error is occurring but you are installing a desupported version of the Oracle database that may well not be supported on your version of the o/s.
    Check the support matrix and metalink and see if you can install a supported product such as 10.2.

Maybe you are looking for

  • Error found while saving. System.Data.OleDb.OleDbException (0x80040E10): No value given for one or more required parameters.

    Hello Friends I am facing problem while saving the data into the ms access 2007. Below picture shows my database and table Below picture shows my error log. Here is my GettingCategoryId() method code. private OleDbCommand GettingCategoryId() OleDbCom

  • Husband/wife shared iTunes but different Apple accounts on different devices

    My husband and I both have iPhones but our own laptops and ipads.  We've been sharing one itunes and apple account.  We haven't used the cloud, because that would combine our calendars, contacts, etc.  The itune/apple account is associated with my em

  • Holdback (without taxes) on PO invoice?

    hi all, i have a requirement where business holds back 10% (without taxes) and pays 90% (with taxes) to the vendor. Any help on how to accomplish this would be great! The invoice is broken down as follows: PO Invoice with original contract: 197,299.0

  • Creating reservation

    Dear Gurus, at the time of creating reservation in MB21 with reference to BOM,it is asking for GL account. On booking this in Consumption of Raw material Account , it is showing error as " No direct posting to G/L account." pls help. Regards, Himansh

  • Modification vs cloning

    Hi, I have 2 questions: 1. I need to make like 50-60% of code changes in standard sap report programs such as VKM1, like adding some extra selection criteria, adding extra buttons in the alv output and then when user selects the records and clicks on