Installing oracle xe on centos ci environment

Hi,
I have a CI environment that run automated tests on my application every time a commit is pushed to github, the tests are run on a matrix of environments to check if the application is able to run with different databases.
I currently have tests running with sqlite, mysql and postgres and would like to add oracle to the matrix.
The application is in python, (for those curious it is here: https://github.com/treeio/treeio) so on top of the oracle xe database itself I need to install the appropriate driver (cx_oracle)
The current CI I'm using is travis (https://travis-ci.org/), the tests run in a debian (or maybe ubuntu, I'm not sure) environment, they already have mysql and postgres installed
Installing oracle xe on debian proved to be a headache, I've found https://oss.oracle.com/debian/ unstable main non-free which contains only and old 32 bits version, while this wouldn't be a problem for me it generate conflicts when I tried to install cx_oracle dependencies
In any case I've found another CI (snap-ci.com) which uses centos, I've managed to install oracle-xe from the rpm and pip install cx_oracle finally works, but when I try to run anything that uses sqlplus it fails:
echo "CREATE USER treeio IDENTIFIED BY treeio;" | sqlplus -S -L sys/admin AS SYSDBA
sqlplus: command not found
it seems it was not added to the path or maybe I should have installed yet another rpm.
Ideally I would like to run the tests with oracle DB on both services (so I can test my application runs fine on debian and centos the same) but I can settle on running it on just one of them if you tell me it is not possible
by the way, does anyone runs oracle or any of its tools on debian? they seems to provide only RPMs. do everyone that works with oracle uses read hat only?
thanks
Avraham

Hi,
The CI service have a interactive shell, I was able to further debug. I fixed the command not found problem and then it complained about permissions, but running with root gives me yet another exception.
currently my script is as below:
#set paths:
export ORACLE_VERSION="11.2"
export ORACLE_HOME="/usr/lib/oracle/$ORACLE_VERSION/client64"
export PATH=$PATH:"$ORACLE_HOME/bin"
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$ORACLE_HOME/lib"
. /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh
# create user
echo "CREATE USER treeio IDENTIFIED BY treeio;" | sudo sqlplus -S -L sys/admin AS SYSDBA
It gives me
Error 6 initializing SQL*Plus
SP2-0667: Message file sp1<lang>.msb not found
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
I also noticed that I was insalling oracle xe 11.2 and client libraries 12.1, I'm not sure if that would cause problems but I'm installing libraries and clients with the same version (11.2.x)

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

  • Who will install ORACLE software on linux production environment?

    Hi Friends,
    there is a doubt for me on ORACLE software installation. i.e. who will install ORACLE software on linux production environment. either system admin or else ORACLE DBA.
    If DBA means, whether system admin will share the oracle root password.,
    If SYS admin means how DBA parameters during installation.
    Regards
    Sakthivel G

    NEW2DBA wrote:
    Hi Friends,
    there is a doubt for me on ORACLE software installation. i.e. who will install ORACLE software on linux production environment. either system admin or else ORACLE DBA.
    If DBA means, whether system admin will share the oracle root password.,
    If SYS admin means how DBA parameters during installation.I have a doubt - about needing any parameters during a software-only install.
    Since every version of Oracle available now (except 11.2) needs patches, a new installation should not create the database right away. Therefore, a software-only install is the most reasonable thing to do. And if no DB configuration parameters are required at s/w-only time, then it makes somewhat sense for the SysAdmin to do the install.
    Therefore, it makes sense to me that the two groups (DBA and SA) might want to work ... together. (ROFLMAO)

  • JRE not found while installing Oracle 9i on Centos 3

    Hi
    I am Installing Oracle 9iR2 (9.2.0.4) on Centos 3 OS. But the runInstaller script stops showing the following message:
    The Java RunTime Environment was not found at F/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 found that there is no need of installing a separate JRE for 9iR2 because it comes with its own bundled JRE. Then why runInstaller is complaining about a missing JRE. Please help me in solving this.
    Specifications :
    Operating system: Centos 3 Update 9
    Kernel : 2.4.21-50.EL i686
    Thanks
    Ganesh

    Finally I got the solution.
    For a long time I was roaming around installing JRE and modifying environment settings.
    I verified the oraparam.ini and found it was OK.
    But as per Ivan, i checked the DVD and also got a link in web which describes about corruption of linux files when they are burned under windows (Due to some Smart Character conversion).
    Earlier i had burned the folders extracted from downloaded ship*.cpio.gz (Disk1, Disk2, ...)
    But this time i made ISO images from extracted folders and burned to DVD.
    After Inserting the new DVD, the installer started and finished installation in one go.
    Thanks For your replies.
    Ganesh

  • 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

  • Installing oracle 10g on Centos

    I want to install oracle 10g on my laptop? When I issues the ./runInstaller command, it gives some java errors (I don't have laptop with me but it was related with DISPLAY). I alreday set xhost +localhost as root, and exported DISPLAY=localhost:0.0 as oracle user. Can any one have step by step instructions on oracle installation on Centos linux 4.4. Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Try http://www.puschitz.com
    Note Centos is clone of Redhat EL distribution.

  • Error installing oracle 10g in centos5.3

    Hi,
    i got this error while installing oracle 10g in centos...
    Checking Network Configuration requirements ... Check complete. The overall result of this check is: Not executed <<<< Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    please help me how to solve this....i am new to oracle and linux...kindly provide me detailed instructions.....

    hi veeravicky22,
    just ignore this error, and press next button. this kind of error usually happen when you forget to set an IP address to your linux box.
    hope it help.

  • Installing Oracle Terminal on a NT 4.0 station

    We need to install oracle terminal, in order to map the page up and page down keys. The product isn't available on the install list. Has anyone else install oracle terminal in a windows environment or is there another way to map the up/down keys?

    I did this but when I run the ot60.exe it says "ot: cannot find the application startup file.". Could you please tell me how to install this Oracle Terminal properly? Thanks.
    Mandy
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Duncan Mills:
    You may still need terminal if you are talking about Client Server key mappings.
    In certain versions of the Developer CD Terminal was not available on the product list when you did a custom install.
    To work around this simply copy the files manually from the CD:
    OT60.EXE to your \bin directory
    and
    OTUSW.RES & OT.HLP to your TOOLS\COMMON60\ directory<HR></BLOCKQUOTE>
    null

  • Oracle 8i on CentOS

    Hi,
    Does anyone has somekind of instruction or step-by-step documentation (URL) how to install Oracle 8i on CentOS ?
    Thanks.

    Gokhan Atil wrote:
    Yes it can, but it won't be supported by Oracle. Please check the document:
    http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/
    But using “CentOS-5.2”
    >
    and check this:
    http://www.oracle-base.com/articles/linux/ArticlesLinux.php
    Supported distributions are:
    Asianux 2
    Asianux Server 3.0
    Monta Vista Carrier Grade Edition 5 (Requires 10.2.0.4)
    Oracle Enterprise Linux 4
    Oracle Enterprise Linux 5 (10.2.0.3 or higher)
    Red Hat Enterprise 4
    Red Hat Enterprise 5 (10.2.0.3 or higher)
    SLES-9
    SLES-10 (10.2.0.4 or later)
    SLES-11Does not mention centos 5.5

  • How can i install oracle developer suite 10g on centos 5.5

    Hello all ,
    i would like to install oracle developer suite 10g on centos 5.5
    Thank's all :)

    CentOS is not a supported distro for installing Dev Suite 10g - http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html
    Unless you use a certified OS, you are on your own
    HTH
    Srini

  • Installing Oracle Database 10 G Release 2 on Centos 5.0 and SuSe Linux Prof

    I have problem in installing Oracle Database 10 G Release 2 on Centos 5.0 and SuSe Linux Professional 9.1.
    1. According to information of installation steps given by one user at DIZWELL for Centos 5.0.
    In the last step it says as follows (I had bought a CD Centos 5.0) - It gives the following error. My copy of Centos is not a downloaded Zip file.
    su - oracle
    /osource/runinstaller -ignoreSysPrereqs
    Command not found
    I had also installed Libaio and Libxp as mentioned in the document given by a user. How can i solve this. I need the complete installation of Oracle 10 G Rel 2 on Centos 5.0.
    2. Installation of Oracle 10 G Rel 2 on Novell SuSe Linux Professional 9.1.
    I had seen the oui opening up and when it moves a little further it gives some memory error and It requires about 900 + memory. After installing this linux if we have increase the memory What should we do? According to the message it says my system is having only 700+ memory. I do not know whether it is MB/KB. Please given the complete steps to solve this.
    Thanks in Advance!
    Regards,
    Srinivas

    was trying to Oracle 10G Rel 2 on Centos 5.0 but There I never got the Oracle Universal Installer.
    Now, I had made necessary to Novelll Suse Linux Professional 9.1, where I has made the necessary changes to the system files and installed the libXp, glibc, libaio, make etc and I was able to get Oracle Universal Installer. During Installation at the end I got these errors.
    gcc-3.2 Found not found Failed
    Overall Result of this check Failed
    Kernel Parameters
    Semopm=100 found semopm=32 Failed
    file-max=65536 Found file-max=52249 Failed
    Checking for VERSION-2.6.5-7.97 Found VERSION=2.6.4-52 - default Failed
    ip_local_port_range=1024-65000 Found ip_local_port_range=32768-61000 Failed
    Check for rmem_default=262144 Found rmem_default=111616 Failed
    Check for rmem_max=262144 Found rmem_max-111616 Failed
    Check for wmem_default=262144 Found wmem_default=111616 Failed
    Check for wmem_max=262144 Found wmem_max=111616 Failed
    Recommended glibc VERSION
    Expected Atleast= 2.3.3-98.28
    Actual = 2.3.3-97 Failed
    Overall Result of the above Failed
    Checking Physical Memory
    Expected = 922 MB
    Actual = 500 MB
    Please let me know What to do or How to rectify this? Atleast I should be able to install the same in SuSe Linux Professional 9.1. Mine is not a zip file now . I have unzipped and stored my Oracle 10 G Rel 2 on a CD Which was working correctly in SuSe Linux Professional 9.1 but the last step in the Installation in Centos 5.0 did not show the OUI when I had run from the CD. Should I have to configure the Internet for lInux also. I have Broadband internet 256 kbps From hathway Internet. How can i configure Internet in SuSe Linux Professional 9.1, Centos 5.0 and Fedora Core 4. Where can I give my IP Address, Gateway, Primay DNS, Secondary DNS, Email ID and Password, Host Name etc
    Somehow, I need to install Oracle 10 G Rel 2 on any one Linux Version for me to work and succeed.Anybody can Help me also.
    AFTER RE-INSTALLING CENTOS LINUX 5.0 AGAIN, I HAD REPEATED ALL THE STEPS TAKEN FROM A MEMBER OF ORACLE FORUMS AND THIS TIME, WHEN I HAD GIVEN THE COMMANDS
    su - oracle
    /osource/runInstaller -ignoreSysPrereqs
    THIS TIME IT HAD GIVEN THE ERROR AS FOLLOWS:
    PERMISSION DENIED
    PLEASE TELL ME WHAT SHOULD BE THE PROBLEM AND HOW TO RECTIFY THIS PROBLEM AND INSTALL ORACLE 10g REL 2 ON CENTOS 5.0 LINUX.
    Thanks in Advance
    Regards,
    Srinivas

  • Install Oracle 8i on NT4 Terminal Server Environment

    Hi,
    We are running an NT4 environment, 60 Windows Terminal Servers, 40 Servers, 3000 ThinClients.
    On each WTS is the runtime of Oracle 6i installed (forms, reports, ...). We do not change the
    installations of the WTS "on the fly". About two times per year we make an update all over the
    software, some users test this installation on one WTS. If its ok, then we release it on all
    WTS in the environment.
    What is the best way to handle the patches of Oracle? Is it possible to install Oracle runtime
    on special "Oracle-Servers", so that the patching could be made more frequently? What about
    "Published Application"?
    Thanks.
    Guido

    If you got answer please let me know. I got stock in same place for my Production installation.
    [email protected]

  • How to install oracle 10g 10.2.0.1.0 to centOS

    Dear sir/madam
    I am trying to install oracle 10g 10.2.0.1.0 to centOS.
    After configuring Linux (centOS), I try to run ./runInstaller it give me am error as following
    正在檢查安裝程式需求...
    檢查作業系統版本: 必須是 redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    失敗 <<<<
    正在結束 Oracle Universal Installer, 此階段作業的日誌在 /tmp/OraInstall2008-05-27_10-47-34PM/installActions2008-05-27_10-47-34PM.log
    Is anybody can help me?
    How is the next step should I do?
    many many thanks
    Francis SZE

    Dear All of you
    After I type in ./runInstaller -ignoreSysPrereqs , it give me an error as following
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-05-27_11-40-00PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2008-05-27_11-40-00PM/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)
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
    at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:436)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:926)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
    Exception in thread "main" java.lang.NoClassDefFoundError
    at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:222)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:193)
    at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:202)
    at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
    at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:984)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:866)
    anybody willing to help me?
    Thanks
    Francis SZE

  • Requirement for installing Oracle EBS on virtual environment

    Hi
    I have a server with oracle Linux 5. We have the requirement to install oracle EBS 12.1.3 in a virtual environment.
    for which I have downloaded the VM template files for x86-64 processor as matched to my server configuration.
    So how should I go with visualization.I have checked a few things over the net which says about Oracle virtual box, oracle virtual Server, oracle virtual manager.
    I am in confused state what to consider to do visualization.
    first time I am handling this visualization in my career.
    Thanks,
    Charan
    Edited by: charanjaitu on 24 Apr, 2013 3:10 PM

    Hi;
    Please review:
    https://blogs.oracle.com/stevenChan/entry/oracle_vm_templates_available_for
    Also see:
    Demo Vision Installation of Oracle EBS R12.1.3
    Regard
    Helios

Maybe you are looking for

  • HT1414 ?How do I retrieve a back up from itunes from two nights ago?  (I do not want to use my most recent back up).

    Two night ago I attempted to update my iphone 5 software to iOS 6.1.4.  It backed up fine as far as I'm aware and then I got an error message during the software upgrade.  This caused everything to stop and and my iphone was wiped.  I was able to rec

  • Handle Trade Mark Sign in message

    Hi All, I need to send a symbol    u2122 The HTML code is u201C™u201D   u2122    Trade Mark Sign ECC is sending u201C™u201D  the u201C&u201D is transformed into  & the at end looks like  u201C&#8482;u201D How should i handle this. Thanks

  • Where is Pages on my MacPro? Only see it for $19.99 to purchase.

    I see that Pages is listed as one the apps that one gets when they purchase a Mac Pro, but I cannot for the life of me find it on my computer. I went to the App Store and see that it can be downloaded for $19.99. Am I missing something here? What hap

  • Unity 4.0 Licensing Query

    Very quick question: I have a Unity 4.0 server. A license report shows: LICSubscribersMax: 225 LICUMSubscribersMax: 190 My failing memory seems to remember that this means that the system is licensed for 225 users, of which up to 190 can have UM enab

  • No fotostream icon in my settings on my ipad after re-installing everything

    On my I-pad .... Settings - iCloud there is no option anymore to turm on photostream. . After many tries with password erro, my whol harddrive was swiped. i reinstalled everything with itunes on my pc. After everything was installed, I went to settin