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.....

Similar Messages

  • Error while installing oracle 10g on centos 5.6 32 Bit

    Hi All,
    Please help me with the issue I facing while installing oracle 10g on centos 5.6 32bit. I did lot of research on google but I am getting same answer...the libXp package is missing, but I have check it...its already installed.
    [root@staging ~]# find / -name libXp.so.6
    /usr/lib/libXp.so.6
    /usr/lib64/libXp.so.6
    echo $DISPLAY
    <ipaddress>:0.0
    [oracle@staging database]$ DISPLAY=<ipaddress>:0.0; export DISPLAY
    [oracle@staging database]$ id
    uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba) context=root:system_r:unconfined_t:SystemLow-SystemHigh
    Below is the error message I am getting :
    oracle@staging 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/OraInstall2012-06-27_05-37-17PM. Please wait ...[oracle@staging database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-06-27_05-37-17PM/jre/1.4.2/lib/i386/libawt.so: libXtst.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)
    I found some suggestion on google and tried to not use ip address in DISPLAY settings...
    if I am using 0.0 instead of IP below eg.
    [oracle@staging database]$ DISPLAY=:0.0; export DISPLAY
    The error I am receiving differnt error
    [oracle@staging 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/OraInstall2012-06-27_05-34-40PM. Please wait ...
    DISPLAY not set. Please set the DISPLAY and try again.
    Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
    - For csh:                % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash:      $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
         echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
         echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
         % <full path to xclock.. see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for xclock: /usr/X11R6/bin/xclock
    [oracle@staging database]$ echo $SHELL
    /bin/bash
    Please help me.

    satish.ygl wrote:
    Hi,
    I am getting the same error when i am applying patchset to 10201 to 10204. I am using RedHat Linux 4 version and I tried set $DISPLAY=<hostname/ip address>:0.0 and export=DISPLAY
    #xhost + and checked $PATH this is also is correct
    I did these steps still i am getting the following error
    pen an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
    % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'
    Please help me in this scenario.
    thank You,
    Sri
    Edited by: satish.ygl on Oct 30, 2012 7:49 PMyou must log onto the DB Server as below (or functional equivalent)
    ssh -X oracle@DB_Server
    & the first & only command after logging onto the DB Server should be as below
    xclock
    If/when xclock fails, then OUI will fail.

  • Error while install oracle 11G forms and reports  -creating Reports  Server components error

    Hello,
    while install oracle 11G forms and report i face below issue on below step ( configuration step)
      >> creating Reports  Server components error
    [2014-10-15T09:26:26.328+03:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 45] [ecid: 0000K^EnlatDg^WFLzfP8A1KFHkM00000^,0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: isWebsphereEnabled] Java property  is not defined. isWebsphereEnabled=false
    [2014-10-15T09:26:26.328+03:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 45] [ecid: 0000K^EnlatDg^WFLzfP8A1KFHkM00000^,0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: isWebsphereEnabled] Java property  is not defined. isWebsphereEnabled=false
    [2014-10-15T09:26:26.449+03:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 45] [ecid: 0000K^EnlatDg^WFLzfP8A1KFHkM00000^,0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: isWebsphereEnabled] Java property  is not defined. isWebsphereEnabled=false
    [2014-10-15T09:26:26.458+03:00] [as] [TRACE:16] [] [oracle.as.config] [tid: 45] [ecid: 0000K^EnlatDg^WFLzfP8A1KFHkM00000^,0] [SRC_CLASS: oracle.as.config.impl.OracleASInstanceProvisioner] [SRC_METHOD: directoryIsPopulated] directoryIsPopulated found unexcluded file/dir: /u01/app/oracle/product/fmw11g/asinst_1/tmp
    [2014-10-15T09:26:26.459+03:00] [as] [TRACE:32] [] [oracle.as.config] [tid: 45] [ecid: 0000K^EnlatDg^WFLzfP8A1KFHkM00000^,0] [SRC_CLASS: oracle.as.config.impl.OracleASInstanceProvisioner] [SRC_METHOD: calcDirectoryStatus] Oracle Instance directory status: INSTANCE

    Ram,
    You didn't read the response in your other thread.
    WLS 10.3.5 isn't the right version of WLS to use with Forms 11.1.1.3
    John

  • Error while installing oracle 11g

    Hi every I facing problem while installing it is showing error file not found dbhome_4 error
    Please help me on this issue so That I will thank hull to you guys.
    Thanks in advance
    Chandrabhan

    Hi,
    It sounds you're installing Oracle 11g on Windows 7 64-bit. Have you downloaded 2 install packages prior to start the installation?
    Regards,

  • Display Error while installing Oracle 11g R2 in RHEL 5 !!!

    hi
    I am trying to install Oracle 11g R2 in RHEL 5. When i run ./runInstaller it didnt pass one checking..which showed an error:
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    i run xhost +
    it showed:
    [oracle@localhost database]$ xhost +
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    xhost: unable to open display ":0.0"
    i exported the DISPLAY too..its workedd..but still its showing the same error..
    here iam trying to install the oracle 11g on RHEL 5 in a common PC...not using any Vmware or Virtual box and not trying to install it from remote PC. But still iam facing the same error.
    Kindly help me to resolve this issue.
    Shiyas M

    Hi;
    Firstly you are working on server or you use some telnet program like putty? If you are working on server than issue is:
    as root
    xhost +
    than run xlock and be sure u can see clock
    than su - oracle
    xhost + once more than try to run ./runInstaller
    If you connect server remotly than i use vncwier
    1. as root run export DISPLAY=hostname or IP:1.0
    2. xhost +
    3. run xclock and see u see it on vncviwer
    4. su - oracle
    5. run export DISPLAY again
    6. xhost
    7. /runInstaller
    Regard
    Helios

  • Error While Installing -- Oracle 11g XE

    Hi all
    I had installed RHEL 4.. Actually i am installing oracle 11g XE in linux.. When installation completed successfully.. i can see that the oradata folder is empty and cant see any of the ".dbf " files installed during the process. The folder named "diag" is also not installed... i had uninstalled the rpm and installed twice..but the issue remains the same...

    874782 wrote:
    Hi all
    I had installed RHEL 4.. Actually i am installing oracle 11g XE in linux.. When installation completed successfully.. i can see that the oradata folder is empty and cant see any of the ".dbf " files installed during the process. The folder named "diag" is also not installed... i had uninstalled the rpm and installed twice..but the issue remains the same...really?
    I do not see that.
    How can we assist?
    Is COPY & PASTE broken for you?

  • Error while installing Oracle 10g on CentOS 5.5

    Hello,
    I have been using the following url to install oracle 10g R2:
    http://onaxer.com/blog/blog/tag/oracle-10g-r2-installtion-on-centos-5-5rhel/
    I have copied the oracle 10g R2 linux version from windows to linux using FTP.
    All the installer requirements have been met, but i'm getting the following error while running the installation:
    [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/OraInstall2011-02-21_03-11-44PM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2011-02-21_03-11-44PM/jre/1.4.2/lib/i386/libawt.so: libXtst.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)
    Any help would be greatly appreciated.
    Thanks.

    Hi,
    Download & Install the following rpm and retry oracle installation.
    http://oss.oracle.com/projects/compat-oracle/dist/files/Enterprise_Linux/xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm
    installation
    rpm -i xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm
    After the RPM, is installed, you will also need to override the /usr/lib/libXtst.so.6 with the one from /usr/X11R6/lib/libXtst.so.6.
    As root, issue the commands:
    mv /usr/lib/libXtst.so.6 /usr/lib/libXtst.so.6.ORG
    ln –s /usr/X11R6/lib/libXtst.so.6 /usr/lib/libXtst.so.6
    Pubudu

  • Error while installing Oracle 11g R2 RAC

    Hi,
    I am getting following error while trying to provide Oracle software locatio.
    [INS-20702] Unexpected Internal driver error
    Cause - A call to cluster verification utility failed.
    Following are the steps i have followed:
    1. Using NFS mount created a share mount point between two nodes.
    2. Used OCFS2 for OCR
    3. Pointed local location at the time of installing Grid infrastructure.
    4. After executing rootInventory.sh and root.sh using root user on both nodes i could not able to create any folder in NFS mount and OCR location.
    5. Used NFS mount point /u01/app/...etc location for Oracle software location at the time of software installation.
    Observed the above error.
    Note: Got the same error when tried to give "grid" location at the time of "Grid software" location, so re-directed it to local home. But able to see the same content in the another node aswell.
    Please Help me

    Cause
    Common cause is OS user who is performing the installation doesn't have write access to file in /tmp/CVU_11.2.0.1.0_user folder.
    For example, if oracle is the user that's performing installation but couldn't write to file in /tmp/CVU_11.2.0.1.0_oracle, the error will be reported.
    Solution
    To fix the issue, remove folder /tmp/CVU_11.2.0.1.0_user and try runInstaller again.
    For more information, see the Oracle Metalink document: 970166.1

  • Getting Error while installing Oracle 11G in Win8 64bit OS

    Hi All,
    I am getting error (INS-13001 Environment does not meet minimum requirements) after I started installing the Oracle 11G Database in Windows 8 64bit.
    A pop up is displayed with above message and Yes and No buttons. Can I continue eventhough the above message is displayed?
    Please let me know whether Oracle 11G supports Windows 8 OS or not.?
    also let me know, If any other alternative way to continue with 11G in Win8 OS
    Thanks in advance your response on this

    Oracle 11g is not certified for windows 8.
    You can also check in pre-requiste document from below link
    http://docs.oracle.com/cd/E11882_01/install.112/e24186/reqs.htm#CHDGJEJE

  • Error while installing oracle 11g R2

    Hi
    I am trying to install the 11g R2 in Linux environment.I am trying to run the runInstaller file for 11g R2 installation.But I am getting the following error.
    [oracle@beas11 database]$ ./runInstaller
    ./runInstaller: line 137: /data/linux_11gR2_database_1of2/database/install/.oui: Permission denied
    There are enough permissions to run the file.Please help me in this regard.
    Regards
    Pandu .

    Have you extracted correctly the two parts? When 11g R2 was launched quite people had this problem including myself. File permissions should be fine and you shouldn't change any of them to install the database.
    Other thing you can do is downloading the files again and calculate their checksum and compare it with the ones provided in the download page, maybe your files are corrupt.

  • Error while installing OFM 11g - Oracle Identity management suite 11g

    Hi,
    I am getting following error while installing Oracle Identity management suite 11g (Oracle Internet Directory & Oracle Virtual Directory) on Red Hat Linux 5.0.
    "Error in invoking target 'client_sharedlib' of makefile '/apps/idm/Oracle/OracleHome/Oracle_Home/rdbms/lib/ins_rdbms.mk"
    the same error is repeating for others also i.e. 'all', 'install" etc.
    Can you advice me how to overcome this?
    Regards
    Chinta

    Hi Chinta,
    Pl. check for all gcc and glibc OS packages compatibility with your your OS. This will solve your problem.
    Also check that you are not installing a 32 bit IM software on a 64 bit machine or viceversa.
    regards,
    Sailesh

  • Error in cloneDBCreation.log while installing Oracle 11g

    Hi,
    While installing Oracle 11g in a Virtual Machine environment , the following error is shown during database cloning :-
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size          1334380 bytes
    Variable Size          163578772 bytes
    Database Buffers     364904448 bytes
    Redo Buffers          5844992 bytes
    USERS
    specify password for SYS as parameter 1:
    specify password for HR as parameter 2:
    specify password for OE as parameter 3:
    specify password for PM as parameter 4:
    specify password for IX as parameter 5:
    specify password for SH as parameter 6:
    specify password for BI as parameter 7:
    specify INPUT metadata import file as parameter 8:
    specify INPUT database backup file for tablespace EXAMPLE as parameter 9:
    specify OUTPUT database file for tablespace EXAMPLE as parameter 10:
    specify OUTPUT log directory as parameter 11:
    Sample Schemas are being plugged in ...
    ERROR:
    ORA-12170: TNS:Connect timeout occurred
    Please suggest a solution.
    Thanks & REgards
    Saswata Mandal.

    we are doing a normal installation of Oracle 11g Enterprise edition in a virtual machine system.
    During installing , the installer got stuck , while Cloning the database and showed the error.

  • 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 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 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

Maybe you are looking for

  • Enhancement during creation of outbound delivery to update serial number

    Dear ABAPers, Is there any Enhancement during creation of outbound delivery to update the serial number. My Requirement is In the VL10B transaction Outbound delivery will be created for the Purchase Order. During this time i want to update the serial

  • PDF to Image for Viewing in ePub

    So I'm on round two of creating an ePub for iBook.  The first round was text only...easy.  Now they want corresponding PDFs to be inserted into the ePub.  My thinking is the PDF would act like an image.   I need the PDF to be intact (tables, images,

  • Which letter prefix added to table of access sequence?

    Hi, As i know if i add 'b' as prefix for the table listed in access sequence for delivery ouput type. Then i could search this table in SE11, like b903/b930...etc.. But for billing pricing condition type, the table name of access sequence should be w

  • ISE additional spacing and temperamental colur issues w/ function

    Hi All, We've got some weird DNS issues where our DNS server doesn't seem to hold the latest addresses for our machines as provided by our DHCP server. This is causing me a bit of a headache when trying to administer these machines remotely as I have

  • Problem to attach file.

    Hi everybody!!!! I'm with problem bellow. Anybody can help me?! intradoc.common.ServiceException: !csCollectionInvalidMeta,001219!csCollectionContentMaxed at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.ja