How to install 11gR2 on oel 5.4

how to install 11gR2 on oel 5.4?is there any side effect for 11gR2 on OEL 5.4 with ASM?
does oel 5.4 supports 11gR2 and ntfs mount?
Edited by: ghost_rieder on Sep 26, 2009 1:11 PM

The 11gR2 installation on OEL-5.4 is pretty simple and easy, although the OUI interface has been changed. No side effect with ASM, but installation procedure is something different (grid infrastructure) for a standalone installation (single database with ASM). Also, deinstallation of software is now performed via separate package 'deinstall' (not via OUI as before). There are 7 zip files downloadable from OTN:
linux.x64_11gR2_database_1of2.zip
linux.x64_11gR2_database_2of2.zip
linux.x64_11gR2_grid.zip
linux.x64_11gR2_client.zip
linux.x64_11gR2_examples.zip
linux.x64_11gR2_gateways.zip
linux.x64_11gR2_deinstall.zip
The first two are for database, the third is for grid infrastructure including ASM installation for single database. If you want a standalone installation with ASM, you must first install grid infrastructure software in its own oracle home (must be different from database home) and configure ASM and listener in that home. When ASM and listener are active and running in grid infrastructure home, install database software in database home and build the database via dbca in database home.
NJ

Similar Messages

  • How to install Mercurial on OEL 5.2

    I'm trying to install Mercurial 1.4.2 on OEL 5.2. OEL public repository does not know Mercurial:
    $ uname -a
    Linux oracle.localdomain 2.6.18-92.el5 #1 SMP Fri May 23 22:17:30 EDT 2008 i686 i686 i386 GNU/Linux
    $ cat /etc/yum.repos.d/public-yum-el5.repo
    [el5_ga_base]
    name=Enterprise Linux $releasever GA - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/0/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=0
    [el5_u1_base]
    name=Enterprise Linux $releasever U1 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/1/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=0
    [el5_u2_base]
    name=Enterprise Linux $releasever U2 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/2/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=1
    [el5_u3_base]
    name=Enterprise Linux $releasever U3 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/3/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=0
    [el5_u4_base]
    name=Enterprise Linux $releasever U4 - $basearch - base
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/4/base/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=0
    [el5_addons]
    name=Enterprise Linux $releasever - $basearch - addons
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/addons/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=0
    [el5_oracle_addons]
    name=Enterprise Linux $releasever - $basearch - oracle_addons
    baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/oracle_addons/$basearch/
    gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
    gpgcheck=1
    enabled=0
    yum install mercurial-1.4.2
    Loading "security" plugin
    Setting up Install Process
    Parsing package install arguments
    No package mercurial-1.4.2 available.
    Nothing to do
    [root@oracle mercurial-1.4.2]# yum install mercurial
    Loading "security" plugin
    Setting up Install Process
    Parsing package install arguments
    No package mercurial available.
    Nothing to doIf I try to install manually Mercurial 1.4.2 using source tar ball I get:
    $ python -V
    Python 2.4.3
    $ python setup.py install --force
    running install
    running build
    running build_py
    running build_ext
    building 'mercurial.base85' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -I/usr/include/python2.4 -c mercurial/base85.c -o build/temp.linux-i686-2.4/mercurial/base85.o
    mercurial/base85.c:12:20: error: Python.h: No such file or directory
    mercurial/base85.c: In function 'b85prep':
    mercurial/base85.c:23: warning: implicit declaration of function 'memset'
    mercurial/base85.c:23: warning: incompatible implicit declaration of built-in function 'memset'
    mercurial/base85.c: At top level:
    mercurial/base85.c:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    mercurial/base85.c:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
    mercurial/base85.c:141: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'methods'
    mercurial/base85.c:150: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'initbase85'
    error: command 'gcc' failed with exit status 1It seems that Mercurial requires python-dev package but I cannot find python-dev 2.4.3 package with YUM or even on www.python.org ???
    Does anyone know how to install Mercurial on OEL 5.2 ?

    I've been able to install Mercurial 1.3.1:
    [root@lx01 yum.repos.d]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
    Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
    warning: /var/tmp/rpm-xfer.p44eby: Header V3 DSA signature: NOKEY, key ID 217521f6
    Preparing...                ########################################### [100%]
       1:epel-release           ########################################### [100%]
    [root@lx01 yum.repos.d]# ls -al
    total 40
    drwxr-xr-x  2 root root  4096 Jan 26 20:44 .
    drwxr-xr-x 95 root root 12288 Jan 26 20:31 ..
    -rw-r--r--  1 root root   954 Apr 25  2008 epel.repo
    -rw-r--r--  1 root root  1054 Apr 25  2008 epel-testing.repo
    -rw-r--r--  1 root root  1633 Jan 20 21:39 public-yum-el5.repo
    [root@lx01 yum.repos.d]# vi epel.repo
    [root@lx01 yum.repos.d]# yum install mercurial
    Loading "security" plugin
    epel                      100% |=========================| 3.4 kB    00:00
    a7c94f4b4202938b3c40f4453 100% |=========================| 2.3 MB    00:09
    el5_u2_base               100% |=========================| 1.1 kB    00:00
    Setting up Install Process
    Parsing package install arguments
    Resolving Dependencies
    --> Running transaction check
    ---> Package mercurial.i386 0:1.3.1-3.el5 set to be updated
    --> Finished Dependency Resolution
    Dependencies Resolved
    =============================================================================
    Package                 Arch       Version          Repository        Size
    =============================================================================
    Installing:
    mercurial               i386       1.3.1-3.el5      epel              2.1 M
    Transaction Summary
    =============================================================================
    Install      1 Package(s)
    Update       0 Package(s)
    Remove       0 Package(s)
    Total download size: 2.1 M
    Is this ok [y/N]: y
    Downloading Packages:
    (1/1): mercurial-1.3.1-3. 100% |=========================| 2.1 MB    00:10
    warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 217521f6
    Importing GPG key 0x217521F6 "Fedora EPEL <[email protected]>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
    Is this ok [y/N]: y
    Running rpm_check_debug
    Running Transaction Test
    Finished Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing: mercurial                    ######################### [1/1]
    Installed: mercurial.i386 0:1.3.1-3.el5
    Complete!Thanks.

  • How to install 11gR2 RAC on 64 bit linux OS

    I am completely new to this topic of RAC and need to be installing and standing up RAC on Linux 64 bit OS . I have good knowledge of installing oracle database ENTERPRISE version 11gR2.
    Can you guide me as to how to start. I am looking for leads. Probably we will have 2 nodes.
    Thank you very much for helping me in advance

    If you are a My Oracle Support (Metalink) user, go check out these two notes created by the Oracle RAC Assurance Team. They are excellent.
    NOTE: 810394.1 RAC Assurance Support Team: RAC Starter Kit and Best Practices (Generic)
    NOTE: 811306.1 RAC Assurance Support Team: RAC Starter Kit (Linux)
    In the Linux note mentioned above there is a link to a Linux Step by Step Instruction Guide. This step by step instruction guide is the best start to finish document I've seen for how to set-up and install Oracle RAC. I believe the guide is written for installing release 11.2.0.2.

  • Installing 11GR2 on OEL 5.2 error linking ins_ctx.mk

    I am attempting to install the 11GR2 software on our Oracle Enterprise Linux 5.2 server. I have verified that all the required rpm packages are installed on this server. When I attempt to install the software it fails during the linking phase with the following message:
    Error in invoking target 'install' of makefile '/data2/oracle/product/11.2.0/dbhome_1/ctx/lib/ins_ctx.mk'
    When I review make.log file I see the following error message:
    /lib/libgcc_s.so.1: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    collect2: ld returned 1 exit status
    make: *** [ctxhx] Error 1
    I searched My Oracle support and this forum and did not find any similar errors. I would appreciate it if someone could point me to the solution as I need to get this software installed today.
    Thanks
    Just as a side note: This server has a two other 10.2 databases installed one of which is an E-Business 11i database. This is my first 11GR2 installation on this server.

    Hi.
    Check that you don't have any old 'compat-binutils215' RPMs installed on your system.
    The following solution worked for me;
    rpm -e compat-oracle-el5-1.0-5.i386 (this package was dependent on the "compat-binutils215").
    rpm -e --noscripts  compat-binutils215-2.15.92.0.2-24
    I had previously required these RPMs, but I no longer needed them (because I upgraded from 11i to R12). Obviously you need to be sure that you don't requires these RPMs anymore.

  • Hi can anyone help me how to install oracle 11gr2 in linux machine

    Hi can anyone help me how to install oracle 11gr2 in linux machine
    with some documentation or any screen shots ?

    Hello
    you can follow me article:
    Oracle desde Guatemala &amp;raquo; Blog Archive &amp;raquo; Instalar Oracle Database 12cR1 en OEL 6 con ASM
    Greetings,

  • How to install Oracle 11gR2 on Windows 7

    Hi friend;
    There are many questions about *"how we can make instalaltion on win7"*. Thatswhy i made one video tutorial which is mention *"How to install Oracle 11gR2 on Windows 7*
    Its avaliable at my blog:
    *http://heliosguneserol.wordpress.com/*
    Hope it helps who need to make this installation
    Regard
    Helios

    This question is not related to the Database Migration Assistant for Unicode (DMU). Please, post your question to one of the more appropriate forums, for example:
    General Database Discussions
    Database Installation
    -- Sergiusz

  • How to install ASM on 11gR2 on Windows?

    hi *
    can you suggest me how to install ASM instance with 11g R2 software ?
    I don't need grid software as a whole.
    My goal is to set standalone DB based on ASM storage.
    In database server software (DBCA) I cannot choose "create ASM instance" . It's not there.
    So I suppose I need to install some of grid software. But which part of it is sufficient that allows to configure ASM afterwards??
    there are options:
    - Installing and Configuring the Grid Infrastructure for a Standalone Server
    - Installing and Configuring the Grid Infrastructure for a Cluster
    - Upgrade Grid Infrastructure
    - Install Grid Infrastructure Only

    g777 wrote:
    hi *
    can you suggest me how to install ASM instance with 11g R2 software ?
    I don't need grid software as a whole.
    My goal is to set standalone DB based on ASM storage.
    In database server software (DBCA) I cannot choose "create ASM instance" . It's not there.
    So I suppose I need to install some of grid software. But which part of it is sufficient that allows to configure ASM afterwards??
    there are options:
    - Installing and Configuring the Grid Infrastructure for a Standalone Server
    - Installing and Configuring the Grid Infrastructure for a Cluster
    - Upgrade Grid Infrastructure
    - Install Grid Infrastructure OnlyFrom 11.2 onwards, ASM installation needs as a mandatory thing Grid Infrastructure. So if you want ASM,there can't be any thing else which you cna do except installing the Grid Infrastructure. The ASM maintenance has been removed from DBCA and is given now inthe ASMCA(ASM Configuration Assistant) which can only be run from Gird Infra home. So in short, the answer for your question is that you must install Grid Infrastructure if you want ASM , be it Windows or whatever o/s.
    HTH
    Aman....

  • Install 11gR2 on RedHat 6 or OEL 6

    Hi All,
    I am installing 11gR2 on our Linux RH 6  server.
    I got this pre-req setup for the install guide in ORACLE-BASE website (one of my idol site).
    But when I restarted the server, I got error kernel panic , and can not boot the server
    What parameter here caused it to panic? It did not mention specifically. 
    Please Helpppp...Thanks.
    Hosts File
    The "/etc/hosts" file must contain a fully qualified name for the server.
    <IP-address>  <fully-qualified-machine-name>  <machine-name>
    For example.
    127.0.0.1       localhost.localdomain  localhost
    192.168.0.181   ol6-112.localdomain    ol6-112  
    Oracle recommend the following minimum parameter settings.
    fs.suid_dumpable = 1
    fs.aio-max-nr = 1048576
    fs.file-max = 6815744
    kernel.shmall = 2097152
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128
    net.ipv4.ip_local_port_range = 9000 65500
    net.core.rmem_default = 262144
    net.core.rmem_max = 4194304
    net.core.wmem_default = 262144
    net.core.wmem_max = 1048586
    Add or amend the following lines in the "/etc/sysctl.conf" file.
    fs.suid_dumpable = 1
    fs.aio-max-nr = 1048576
    fs.file-max = 6815744
    kernel.shmall = 2097152
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    #semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    net.ipv4.ip_local_port_range = 9000 65500
    net.core.rmem_default=4194304
    net.core.rmem_max=4194304
    net.core.wmem_default=262144
    net.core.wmem_max=1048586  
    Add the following lines to the "/etc/security/limits.conf" file.
    oracle              soft    nproc   2047
    oracle              hard    nproc   16384
    oracle              soft    nofile  4096
    oracle              hard    nofile  65536
    oracle              soft    stack   10240
    Amend the "/etc/security/limits.d/90-nproc.conf" file as described below. See MOS Note [ID 1487773.1]
    # Change this
    *          soft    nproc    1024 
    # To this
    * - nproc 16384
    Set secure Linux to permissive by editing the "/etc/selinux/config" file, making sure the SELINUX flag is set as follows.
    SELINUX=permissive
    Once the change is complete, restart the server.

    Hi,
    Please refer the below document
    Requirements for Installing Oracle 11.2.0.3 RDBMS on RHEL 6 on zLinux (s390x) (Doc ID 1470834.1)
    Thanks,
    Rajasekhar

  • How to install oracle 11gR2 Grid Infrastructure for standalond server

    Hi Experts,
    we do not want to install ASM. under this condition, does any expert install oracle 11gR2 Grid Infrastructure for standalone server in Linux 5 at file system?
    Please share tip and experiences of installed oracle 11gR2 as single instance include install oracle 11gR2 Grid Infrastructure for standalone server in Linux 5. no one node RAC configuration.
    If we do not install 11gR2 Grid Infrastructure for standalone server . which function will be lost? restat server only?
    Thanks
    Jim

    Grid Infrastructure automatically uses Oracle Restart as default if you're installing Standalone. You can turn this off using crsctl ('disable has', I believe).
    According to the inference in the install docs (http://download.oracle.com/docs/cd/E11882_01/install.112/e16763/oraclerestart.htm#CIHCBGCC), you can install 11gR2 without Grid Infrastructure, but you lose ASM and Restart.

  • How to install the Oracle Apps R12 with an existing OAS 10g

    Hi All,
    I am planning to install the Oracle Apps R12 and I already downloaded the media-pack from edelivery.oracle.com.
    But I am not sure how to do it because I have tree-tier architecteur at home :
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Database 11gR2 -- Database tier
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Application Server 10g ver 10.2.0 (infra and middle) -- Midel-tier
    One computer with XP OS -- Client tier
    Could any one explain me how to install it?
    Regards,

    But I am not sure how to do it because I have tree-tier architecteur at home :
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Database 11gR2 -- Database tier
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Application Server 10g ver 10.2.0 (infra and middle) -- Midel-tier
    One computer with XP OS -- Client tier The above is two tier architecture (not three tier) as the client tier is not considered as a tier in Oracle Apps installation.
    Could any one explain me how to install it?Do you already have a Database and Oracle AS10g installed? Please elaborate more.
    Oracle Apps R12 comes with 11gR1 database, and to do multi-node installation please refer to these threads.
    R12 Multinode installation
    Re: R12 Multinode installation
    Install oracle EBS R12 on 2 machines
    Install oracle EBS R12 on 2 machines
    To upgrade the database later to 11gR2, please refer to:
    11gR2 11.2.0.2 Database Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/11/db_11gr2_11202_ebs.html
    Thanks,
    Hussein

  • How to solve the issue "OEL 5.6 boot Oracle ASMLib driver: FAILED" ?

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 VMs (rac1 and rac2) whose OS are Oracle Linux 5.6 in VMPlayer.
    I downloaded Oracle Linux 5.6 Media Pack for x86_64 (file name V24479-01) from https://edelivery.oracle.com/linux.
    I have installed OEL 5.6 for VM rac1 and done the follows:
    1) install rpm and oracleasm packages for rac1.
    2) edit /etc/hosts to set up IP addresses for eth0 and eth1 for rac1 and rac2.
    3) edit eth0 and eth1 for rac1 by using command [root@rac1 \]# neat
    But when boot the OS, I see "initializing Oracle ASMLib driver: FAILED".
    When configure Oracle ASM library driver by running the command:
    [root@rac1 /]#/etc/init.d/oracleasm configure -i
    Its output "initializing Oracle ASMLib driver: FAILED"
    I think the reason is the OS cannot initialize Oracle ASMLib driver. My question is:
    Do any folk understand how to solve the issue "OEL 5.6 boot Oracle ASMLib driver: FAILED" ?
    Thanks.

    Folks,
    Hello. Thanks a lot for replying. OEL 5.6 comes with 2 kernels: uek and red hat
    I have chosen to use red hat kernel for 64-bit. I run the following command:
    [root@rac1 /]# uname -rm
    Output: 2.6.18-238.el5x86_64
    I have downloaded 4 files for this version of kernel from
    http://www.oracle.com/technetwork/server-storage/linux/downloads/rhel5-084877.html as below:
    oracleasm-2.6.18-238.el5xen-2.0.5-1.el5.x86_64.rpm
    oracleasm-2.6.18-238.el5debug-2.0.5-1.el5.x86_64.rpm
    oracleasm-2.6.18-238.el5-debuginfo-2.0.5-1.el5.x86_64.rpm
    oracleasm-2.6.18-238.el5-2.0.5-1.el5.x86_64.rpm
    I have installed the 4 files and got the error messages for the first 2 files as below:
    [root@rac1 /]# rpm -ivh /home/oracleasm-2.6.18-238.el5xen-2.0.5-1.el5.x86_64.rpm
    Error: Failed dependencies: kernel-xen=2.6.18-238.el5 is needed by oracleasm-2.6.18-238.el5xen-2.0.5-1.el5.x86_64.rpm
    [root@rac1 /]# rpm -ivh /home/oracleasm-2.6.18-238.el5debug-2.0.5-1.el5.x86_64.rpm
    Error: Failed dependencies: kernel-debug=2.6.18-238.el5 is needed by oracleasm-2.6.18-238.el5debug-2.0.5-1.el5.x86_64.rpm
    The last 2 files have been installed successfully. But when reboot Oracle Linux Server-Base 2.6.18-238.el5, I still see :
    "Initializing ASMLib driver: FAILED."
    [root@rac1 /]#/etc/init.d/oracleasm configure -i
    Its output "initializing Oracle ASMLib driver: OK "
    My questions are:
    Does the issue OS "Initializing Oracle ASMLib driver: FAILED" have effect later ? Do we need to solve it ?
    Thanks.

  • How to install grid control agent

    Hi All,
    I have a two node rac cluster 11gr2 named rac1,rac2.And I have also installed OEM 11g on RHEL 5 on node3 i.e rac3.
    Now i want to install agents on all of the rac nodes.And i have a oracle 10g agent.
    Can anybody let me know how to install the agent and will there be any compatibility issues be there or not?

    you can start with
    How To Install Oracle 10g Grid Agent on RAC
    http://repettas.wordpress.com/2007/10/21/how-to-install-oracle-10g-grid-agent-on-rac/

  • How to install oracle rac on linux using virtualbox

    Hi,
    I have recently started working on oracle rac
    I have system with 64 bit os windows 7 installed
    core i3 processor with 6 gb of ram
    I want to install grid infrastructure on linux running as a virtual machine
    how can I install and configure it? Please help me .
    can ubuntu  work as a virtual machine for oracle rac?

    Hi,
    I suggest you use Oracle Enterprise Linux on your lab.  There are a lot of step-by-step guide to install RAC on OEL.  A good example is by Tim Hall, search Google for "Tim Hall Oracle Database RAC Installation".

  • How to install Oracle Application Testing Suite on ubuntu 12.4 64 bits?

    Hi Guys,
    I am trying to install Oracle Application Testing Suite on ubuntu 12.4 64 bits, I have downloaded the application (Oracle Application Testing Suite 12.1.0.1.0 - Complete Install ) from http://www.oracle.com/technetwork/oem/app-test/index-084446.html, unzipped the zip file and then did sh setup.sh and I got this error:
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-07-10_11-42-14AM/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-07-10_11-42-14AM/jre/lib/i386/xawt/libmawt.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(ClassLoader.java:1807)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1003)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1028)
         at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)
         at java.awt.Toolkit.<clinit>(Toolkit.java:1627)
         at oracle.bali.ewt.olaf.OracleLookAndFeel.<clinit>(Unknown Source)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager._useOracleLookAndFeel(OiifmGraphicInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:263)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:209)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:243)
         at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:466)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:965)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:905)
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class oracle.bali.ewt.olaf.OracleLookAndFeel
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager._useOracleLookAndFeel(OiifmGraphicInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:263)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:209)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:1023)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:905)
    I have downloaded 64 bits for Linux but it comes with jre/lib/i386 which to my understanding it is 32 bits jre.
    any help please on how to install this application on ubuntu 12.4 64 bits.
    Many thanks in advance.
    Regards,

    Hi
    OATS is not supported on Ubuntu only on OEL 5.2 and 4u8 both 64 bit
    Thanks and Regards
    Alex

  • How to install and configure oracle secure backup(osb-10.4.0.3.0_linux.x64) in linux

    Hello,
    We are planning to install and configure Oracle Secure Backup Version 10.4 in Linux server. I had searched documents and i have not find any relevant steps to install and configure in OEL 6.2.
    Can anyone please suggest me how to install and configure OSB.
    Regards,
    Anil

    Hi
    Installing OSB on Oracle Linux is just the same as installing on any other supported linux and is described in Installation and Configuration guide. Just stick with the directories and procedure described in install guide and you should be fine.
    For media server choose a physical host due to performance considerations. I think it is mentioned in docs somewhere.
    Regards,
    Mitja

Maybe you are looking for

  • Character Problem For SmartForms to Pdf .

    Hi Experts ; my problem about smartforms . I have a custumer list. I use smartform for output. Customer list of smartform ok . Have any problem . But I convert this output to PDF . Some Characters  are overlapping . My main language Türkçe(Turkish) .

  • SAP-Script; Is it possible to handle the BOX -Statement dynamic?

    Hi Scripters! My consultant wants a box around some information in a SAP-Script form. Normally this is quite easy, BUT in this case i have the information (which needs the box around) printed after the positions. So problem is: the box can not have a

  • Stressed out Student!!!! Servets

    Well lads hows it goin. Listen im getting an error trying to connect to the database to return some information. The class and the servlet app are both compiling fine, and SHOULD work, but there acting like proper knobs and i dont know why. I think i

  • Problem with Guided Procedure

    Hello, using the Guided Procedures I have modeled an approval workflow. After a requester submits a request, the request should be delegated to an approver. However, when the requester actually submit the request, I get an error message which reads "

  • A600 Replacing SATA HDD with SATA SSD

    I have reviewed the current knowledge base materials, but don't see one directly tied to my problem.  Appreciate any help received. My current HDD has been making a lot of noise lately, at least much more than I have heard in the past.  It's a little