Installation oracle 10gR2 on Fedora 13

im newbie in linux fedora 13
I have followed all the instructions on this website (click here )but there's always an error like this.
i run installation ./runInstaller
and error like this :
[jablai@jablai database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-06-17_10-49-58PM/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)
how do I overcome it
thanks..
Edited by: Ganjar on Jun 17, 2010 9:23 AM
Edited by: Ganjar on Jun 17, 2010 9:29 AM

A mandatory package is missing:
http://www.ora600.be/node/1816
Werner

Similar Messages

  • HOW TO RUNNING ORACLE 10gR2 on FEDORA 13

    I've finished the installation of oracle 10gR2 on fedora 13 but I could not run any services oracle.
    how do I to be able to run my oracle and how to log the user oracle on fedora 13? I am newbie in fedora
    thanks,
    Ganjar

    su: warning: cannot change directory to /opt/oracle/otk/home: No such file or directoryMy first guess: This directory does not exist.
    su: /bin/ksh: No such file or directoryThe korn shell is not installed.
    Dont get me wrong but why on earth are you installing oracle on fedora which is a completely unsupported platform. In addition to that you dont seem to have enough linux experience to debug/fix this simple errors yourself. Generally speaking this forum is for help but i am getting bored answering posts like "Oracle does not run on <insert unsupported linux distribution here>". On Windows nobody tried to install Oracle 11g R2 on Windows NT to see if it works and asked here for help.
    Ronny Egner
    My Blog: http://blog.ronnyegner-consulting.de

  • Oracle 10gR2 on fedora 9

    What is the difference between installation of Oracle 10gR2 on fedora 7 and fedora 9. If anyone know the link for Oracle 10R2 installation on fedora 9 please put here.

    What is the difference between installation of Oracle 10gR2 on fedora 7 and fedora 9. If anyone know the link for Oracle 10R2 installation on fedora 9 please put here.The above link really helped me to get out of the problem of failing from prereq check of the OS.
    Since fedora 9 was not released during 10gr2 probably it's not supported. But with the url "http://www.puschitz.com/InstallingOracle10g.shtml" just go down find (I do not recommend to execute "runInstaller -ignoreSysPrereqs) key .
    All the best

  • Oracle 10gr2 on Fedora 8

    Hi,
    I have done a bit of search on google and on this forum.
    I've tried solutions that work on others but none work on mine.
    Here is my problem
    I've downloaded the 10201_database_linux_x86_64.cpio file from oracle.
    Then
    groupadd dba
    groupadd oinstall
    useradd -c "Oracle Database Owner" -g oinstall -G dba oracle
    passwd oracle
    mkdir /opt/oracle
    mkdir /opt/oracle/product
    mkdir /opt/oracle/product/10
    chown -R oracle.oinstall /opt/oracle
    mkdir /var/opt/oracle
    chown oracle.dba /var/opt/oracle
    chmod 755 /var/opt/oracle
    vi /home/oracle/.bash_profile# Oracle Environment
    export ORACLE_BASE=/opt/oracle
    export ORACLE_HOME=/opt/oracle/product/11G
    export ORACLE_SID=MyData
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    export LD_LIBRARY_PATH
    xterm +
    su - oracle
    ./runInstallerand I get
    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-12-07_06-36-14PM. Please wait ...
    [oracle@localhost database]$ java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
    Suggestions that I've tried as found on the net are
    1) do an export LIBXCB_ALLOW_SLOPPY_LOCK=1
    2) sed -i 's/XINERAMA/FAKEEXTN/g' on libmawt.so files
    I've seen replies that reported those solutionis work, but I still have the same problem after few attempts.
    Please help.
    system : Linux localhost 2.6.23.1-49.fc8 #1 SMP Thu Nov 8 22:14:09 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
    thanks,

    You'll find how to install 10g or 11g onto Fedora 8 (and pretty much any other major distro, come to that) at http://dizwell.com/prod/node/695#installation
    It's one download of a shell script. A quick chmod. Away you go.
    Ah. I just noticed... you're 64-bit. Doris doesn't do 64-bits yet. Come back in about a week, then... (meanwhile you could look at the sheel script to find out how Doris does 32-bit Fedora 8. The same trick will probably work with 64-bits)

  • AIX 5L V5.3 Installs Oracle 10gR2 Error

    Hi,
    When I install the Oracle Database, the following error occurs.
    Help please !
    Thanks a lot ! (Attached file is the installation log )
    Exception java.lang.ArrayIndexOutOfBoundsException: 8192 occurred..
    java.lang.ArrayIndexOutOfBoundsException: 8192
    at com.ibm.nio.cs.DBA_Encoder.encodeArrayLoop(DBA_Encoder.java(Compiled Code))
    at com.ibm.nio.cs.DBA_Encoder.encodeLoop(DBA_Encoder.java(Compiled Code))
    at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java(Compiled Code))
    at sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java(Compiled Code))
    at sun.nio.cs.StreamEncoder.write(StreamEncoder.java(Compiled Code))
    at java.io.OutputStreamWriter.write(OutputStreamWriter.java:211)
    at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:126)
    at java.io.BufferedWriter.write(BufferedWriter.java:221)
    at java.io.PrintWriter.write(PrintWriter.java:241)
    at java.io.PrintWriter.write(PrintWriter.java:258)
    at java.io.PrintWriter.print(PrintWriter.java:389)
    at java.io.PrintWriter.println(PrintWriter.java:526)
    at oracle.sysman.oii.oiix.OiixFileOps.copyFileAsText(OiixFileOps.java:1630)
    at oracle.sysman.oii.oiij.OiijFastCopyPhase.copyFilesToScratch(OiijFastCopyPhase.java:1454)
    at oracle.sysman.oii.oiij.OiijFastCopyPhase.doFastModeOperations(OiijFastCopyPhase.java:373)
    at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentIP1WCCE.doOperation(OiifwInstallPhaseWCCE.java:1576)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java(Compiled Code))
    at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE.doOperation(OiifwInstallPhaseWCCE.java:588)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java(Compiled Code))
    at oracle.sysman.oii.oiif.oiifw.OiifwActionsPhaseWCDE.doOperation(OiifwActionsPhaseWCDE.java:606)
    at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:147)
    at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:3772)
    at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
    at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1273)
    at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
    at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:546)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:929)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.runInstaller(OiocOneClickInstaller.java:1957)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2185)

    I had same problem.
    Try please.
    LANG=C
    export LANG
    sh runInstaller

  • Oracle 10gR2 installation on Linux

    Hi,
    I have installed Oracle 10gR2 on Fedora 11 in my laptop for personal use and it is working fine.Now i have created another user oradev and i want to control the database form oradev user.When i am issuing the command sqlplus/proc for development work it is showing error
    command not foundand when i am issuing the same by giving the full path of sqlplus it is giving some shared library error .
    Since the database is in localhost ,it should be available to all OS users and any user can work on the database .
    For your information i am able to connect the databse through Enterprise Manager and sqldeveloper but for pro*c Development i need to connect from the console only .
    Can anybody tell me to work as the "oracle" user what set up i have to do in" oradev" user so that i can achieve my Requirements.
    Regards,
    Dhabas

    Most people will advise putting environment variables into your .profile. This is bad advice because it limits the way you can work in the future.
    Better is to use the oracle environment configuration program provided by Oracle. It will verify that you do not have conflicting binaries in your path.
    To do so, as described in the "Administrator's Reference for UNIX-Based Operating Systems" at http://www.oracle.com/pls/db102/portal.portal_db?selected=3, you SOURCE oraenv.
    First, cat /etc/oratab to find out the list of databases. They are at the bottom of the file. The first column will provide the instance SID.
    Then, in your terminal (or shell script used for cron, etc) SOURCE oraenv (use dot space oraenv) and tell it the SID you want to use. In a shell script, such as my .bash_profile, I use
    ORAENV_ASK=NO
    export ORACLE_SID=orcl
    . oraenv
    unset ORAENV_ASKThe result is that the correct sqlplus for that Oracle Home should now work.

  • Installation of Oracle 10g on Fedora 9

    OK,
    I need to install Oracle 10g R2 on fedora 9 OS.
    I have already tried 10201_database_linux32.zip, but it seems its not compatible with Fedora 9 as it says
    os version must be redhat -3, suse-9, redhat-4, unitedlinux-1,asianux-1 or asian ux-2
    Can anyone guide me with the proper installable of Oracle compatible with Fedora 9 and install instructions?
    Thanks in Advance

    Try using the doris script available here: http://dizwell.com/2008/05/01/doris-redux/
    Does the job in one command, and hides your operating system specifics from the Oracle installer while it does it.
    There's even a video of it being used here: http://dizwell.com/2008/09/29/proving-a-point/ Even though that's of 11g on Fedora 9, the script says it works for 10g on Fedora 9 in the same way. I haven't done that myself, but the site owner says he has, so you should be OK.

  • Oracle 10GR2 Installation Error Red Hat EL4

    Hello,
    I'm currently installing Oracle 10GR2 on Red Hat EL 4 and I get an error when
    i'm 62% (Oracle Net Required Support Files 10.2.0.1.0). The error is the following:
    Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0
    /db_1/network/lib/ins_net_client.mk'.
    When I look the make.log file it shows this:
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /u01/app/oracle/product/10.2.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /u01/app/oracle/product/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/product/10.2.0/db_1/lib/libn10.a /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ; fi)
    gcc: installation problem, cannot exec `cc1': No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    My version of the gcc is 3.4.5-2

    read the oracle installation manual and install all recomended RPM then problem will resolved. binunit rpm is also required.
    i had got this problem and resolved by installing recomended rpms.

  • Installation of Oracle 10g over Fedora 8??,

    Hi,
    I am installing Oracle 10g over Fedora 8 running on VMWare .
    Now the problem that I am facing is listed below:-
    --> When i try to run ./runInstaller, it gives me some following error
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-17_08-46-12AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    --> When i tried to troubleshoot the same, i found out that i should execute the same using command "./runInstaller -jreLoc /usr/lib/jvm/jre". I don't know why, but the same was given on One Website. Please let me know for the same, as this worked once, and now when I am again trying to do the same, the oracle installer windows open, but with abnormal termination and threw this error
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-17_09-15-17AM/oui/lib/linux/liboraInstaller.so: /tmp/OraInstall2010-01-17_09-15-17AM/oui/lib/linux/liboraInstaller.so: cannot restore segment prot after reloc: Permission denied
    Please try and provide me solution for the same.
    Also, I wanted to ask that the prerequisite packages, which are needed to install. I install them using yum installer, which always downloads and updates the packages,, Isn't there anything which i can download the same well before and install everytime I needed it. Please clear my way for this, as I always wanted to find the solution for the same.
    Thanks..
    Edited by: user12289471 on Jan 16, 2010 11:14 PM

    Hi,
    Post your question in the appropriate Database Installation.
    Thanks,
    Hussein

  • Oracle 10gR2  installation error: ./runInstaller: line 54: PermissionDenied

    Getting an error while installing oracle 10g release 2 on CentOS 5 (Linux Distribution)
    Installed prerequisite RPM's:
    -compat-db-4.2.52-5.1.i386.rpm - sysstat-7.0.2-1.el5.i386.rpm - libaio-devel-0.3.106-3.2.i386.rpm - libXp-1.0.0-8.1.el5.i386.rpm
    And after making all changes to:
    * Kernel Parameters * Setting Shell parameters * pam.d (login file) * centos/redhat release and profile files * created required groups and users.
    Created path: /u01/app/oracle/product/10.1.0/db_1 (OFA Compliant) and copied .zip file in to it (Tried with a different path as well : install folder).
    Unzipped the zipper file with 'oracle' user but getting an error while trying to run installer file (runInstaller)
    ===========================================================
    [oracle@localhost database]$ ./runInstaller
    *./runInstaller: line 54: /tmp/install/database/install/.oui: Permission denied*
    [oracle@localhost database]$ ls -lh runInstaller
    -rwxr-xr-x 1 root root 1.3K Jul 2 2005 runInstaller
    ===========================================================
    Machine Details:
    OS: CentOS
    Environment: VMWare
    DB: Oracle 10gR2
    Space (Swap and Physical): Up to the mark as required.
    Assistance required
    Thanks
    - Prashant Dixit

    Hi Srini,
    It worked but i'm getting a new error here while laucnhing Oracle Universal Installer:
    ==============================================
    [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/OraInstall2012-01-27_12-25-14PM. 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)
    ==============================================
    - Please Suggest.
    Thanks
    Prashant Dixit

  • Oracle 10GR2 Installation On Cloud

    Hi Exports,
    Can anyone give me some knowledge how to Install Oracle 10GR2 on Cloud Server (Windows Server 2008 R2 64 bit). as i am very new to install Oracle in Cloud server. I am trying to install it but failed to proceed next after selecting advance installation.
    Thanks in advance...

    A server is a server is a server, whether physical sitting under your desk or in a datacenter, or virtual in "a cloud". The install process is the same as documented in the installation guide.
    http://docs.oracle.com/cd/B19306_01/install.102/b15681/toc.htm
    Which exact version of 10gR2 ? You will need 10.2.0.4 or later - http://docs.oracle.com/cd/B19306_01/relnotes.102/b15680/toc.htm#CHDFHIEA
    Have you met all of the pre-reqs and are you following all of the steps in the Install Guide ? Pl post the last 100 lines from the install log - http://docs.oracle.com/cd/B19306_01/install.102/b15681/ts.htm#i1090466
    HTH
    Srini

  • Oracle 10gR2 installation Media

    Hi,
    I can see on OTN where I can download Oracle 10gR2 for all platforms, and I can see on oraclepartnernetwork where I can request installation media be shipped for 10gR1.
    Where do I request official installation media from Oracle for 10gR2???
    Cheers for any feedback

    You want the CDs? You can get a media pack from http://store.oracle.com/
    If you just wante the images you probably need to go to edelivery.
    ~Jer

  • Documentation for Oracle 10gR2 Installation

    Hello,
    I would like to know which document should I download in order to install Oracle 10gR2 on the following system:
    -HW: IBM System x3550M3 Intel Xeon
    -SW: Red Hat Linux 5.4
    Thanks in advance for you help.
    Regards,
    Juan.

    850252 wrote:
    Hello,
    I would like to know which document should I download in order to install Oracle 10gR2 on the following system:
    -HW: IBM System x3550M3 Intel Xeon
    -SW: Red Hat Linux 5.4
    Thanks in advance for you help.
    Regards,
    Juan.http://www.oracle.com/pls/db102/homepage?remark=tahiti
    Linux Installation Guide

  • Oracle 10gR2 installation problem on Solaris (sparc-64 bit)

    Hi All,
    I am unable to install Oracle 10gR2 on Solaris, I cannot understand what is wrong could u anybody help me that,
    Regards
    Harpreet Singh

    I also have a similar problem, when I insert the key in my car sometimes it does not start. I cannot understand what is wrong could you help me?
    Otherwise, It's been raining lately and our crystal ball's are somewhat foggy; therefore we cannot guess what is you problem.

  • Installation of oracle 10gR2 on Windows Vista Home Premium 64 bit OS

    can we install oracle 10gR2 on Windows Vista Home Premium 64 bit OS ???
    While doing sqlplus from command prompt,
    it's giving error like
    'SP2-1503 Unable to initialise Oracle Call interface'
    'SP2-0152 Oracle may not be functioning Properly'
    How to troubleshoot the above errors,
    Has anybody tried it ???
    Plz assist.

    No Oracle product is certified against any Windows Home OS.
    As Vista was released after Oracle 10gR2, 10gR2 is not certified against any edition of Vista.
    You need to downgrade to XP, or install Linux.
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • Open Connections on database

    I would like to know the number of open connections from OAS to database. I quired v$session and v$session_connect_info, this gives number of active, inactive sessions. We have Java memory leak on OAS, so I would like to investigate connection poolin

  • Problems connecting iPod Touch to multiple airplay speakers

    I have an iPod Touch 4th gen and Apple TV 2nd gen which is also linked to my stereo. I have just purchased an airplay speaker but can't link to both it and the Apple TV at the same time and there is no option for multiple speakers. Is this possible?

  • Remove zero in conversion file

    Hi experts Can you help me with a way to remove zero in conversion file, let me explain, I want to load transactional data from BW but I have a charateristic with 10 character but in BPC side my dimension have 8 character, technicaly in BW the file i

  • SmartView for Excel

    Under Windows 2000 and SmartView for Excel 2003 appear at Hyperion, the options Help an Abount. But under Vista and SmartView for Excel 2007 doesn't appear these options. Where can I find these?

  • It don't deploy !

    To Igor Machin £º Hi! I use OWB'version 9.2.0,Oracle version 9.2.0. I change all except target module,but I change deployment action to create and replace and delete ,it deploy fail,display "ORA-01017: invalid username/password; logon denied" . Why?