Oracle 11GR2 for linuxX64

hi
i am trying to install oracle on linuxX64 (oracle Linux).
the installation are filed in the same point in every try whit on error , how do i fined the problem , their is any log ?
--------------the last row from the screen ---
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)
[oracle@linux01 ~]$

Sagi wrote:
thanks
i will read and try again.
my OS is "oracle Linux "Insufficient information. 'Oracle Linux' includes a version number.
Just like when you say 'Windows' you COULD be talking about Windows for Workgroups 3.5, Windows NT, Windows 2000, Windows XP or Windows 7 - when you mention 'Oracle Linux', there are a range of numbers attached (4.5, 4.6, 4.7, 4.8, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5)
Perhaps it is a surprise to you, but those numbers imply a change in functionality and other things. And knowing about that change is important when troubleshooting.
So if you want people to help you, you might want to help them help you by providing more details.

Similar Messages

  • Oracle 11gR2 for RHEL5.5 – 32Bit version

    Hello,
    I am trying to install Oracle 11g R2 on RHEL5.5 – 32Bit version.
    But some one psoted that 11g r2 is not supported on RHEL5.5 – 32Bit version.
    I am tyring to find the correct posting on internet but not able to find till..
    Any idea about it , can we use 11.2.0.1.0 or any other r2 on linux 5.5 32 bit ssytem ....

    Hi;
    I am trying to install Oracle 11g R2 on RHEL5.5 – 32Bit version.
    But some one psoted that 11g r2 is not supported on RHEL5.5 – 32Bit version.
    I am tyring to find the correct posting on internet but not able to find till..
    Any idea about it , can we use 11.2.0.1.0 or any other r2 on linux 5.5 32 bit ssytem ....It cerified, You can check installation guide or certification matrix from metalink
    PS:Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
    Regard
    Helios

  • PATH and UNDER_path functions in ORACLE 11gR2 for Windows.

    I am now getting the error -01405 when I use the function and predicate PATH UNDER_PATH path_string use the parameter function. If instead you use a literal value everything works fine. I found that if I delete from the list select the same path expression works well. example:
    SELECT PATH(1), e.xmldata.dispname FROM xdb.xdb$resource e
    WHERE UNDER_PATH(VALUE(e),funcionRetornaUnPath,1) = 1
    !!!!Error ora - 01405
    SELECT PATH(1), e.xmldata.dispname FROM xdb.xdb$resource e
    WHERE UNDER_PATH(VALUE(e),'/pathxxxx',1) = 1
    !!!! OK.
    SELECT e.xmldata.dispname FROM xdb.xdb$resource e
    WHERE UNDER_PATH(VALUE(e),funcionRetornaUnPath,1) = 1
    !!! Ok.
    Thank´s
    Edited by: 900197 on 01-dic-2011 11:34

    Hi,
    First of all, you shouldn't be using XDB$RESOURCE directly but RESOURCE_VIEW or PATH_VIEW instead.
    It doesn't solve the problem entirely but there's no error if we declare the function DETERMINISTIC.
    However the PATH function returns NULL :
    SQL> create or replace function fnc_test return varchar2
      2  deterministic
      3  is
      4  begin
      5   return '/public';
      6  end;
      7  /
    Function created
    SQL> select path(1), v.any_path
      2  from resource_view v
      3  where under_path(v.res, fnc_test(), 1) = 1
      4  ;
    PATH(1)               ANY_PATH
                          /public/dump
    Could you post again in the {forum:id=34} forum?
    Thanks.

  • Root.sh fails in Oracle 11gR2

    hi,
    Im installing oracle 11gr2 for single instance on oel5. but when I reach at the end of setup and do as told to run the root.sh script as root user, I get the following messages:
    Now product-specific root actions will be performed.
    ./root.sh: line 4: /u01/app/oracle/product/11.2.0/db_1/install/unix/rootadd.sh: Permission denied
    ./root.sh: line 9: /u01/app/oracle/product/11.2.0/db_1/network/install/sqlnet/setowner.sh: Permission denied
    ./root.sh: line 14: /u01/app/oracle/product/11.2.0/db_1/rdbms/install/rootadd_rdbms.sh: Permission denied
    ./root.sh: line 16: /u01/app/oracle/product/11.2.0/db_1/rdbms/install/rootadd_filemap.sh: Permission denied
    kindly help me fix this issue...
    thanx

    hi,
    yes all those files have the following status:
    -rw-r--r-- 1 oracle oinstall 2786 Aug 3 19:02 rootadd.sh
    so what now, Im running the script as root user and permissions are for oracle user...what's is it all about...plz guide me...
    thanx

  • Problem creating Network ACL for a ROLE in Oracle 11gR2

    According to Oracle Documentation when you create a new Network ACL you can add privileges to a user or role.  I need to create a new ACL for the UTL_SMTP package for a specific role, but when I granted it the users who have that role are still getting the "ORA-24247: network access denied by access control list (ACL)" error when they try to send an email.  If I grant the ACL privilege to the same users directly it works fine.  Is there any step I'm missing?  This is the test I have made on my Solaris 10 - Oracle 11gR2 (11.2.0.3) Standard Edition server:
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 21 09:31:52 2013
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    SQL> CONNECT system/******@testdb
    Connected.
    SQL> SET LINES 1000
    SQL> SELECT * FROM v$version;
    BANNER
    Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for Solaris: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    SQL> COLUMN host FORMAT A20
    SQL> COLUMN lower_port FORMAT 99999
    SQL> COLUMN upper_port FORMAT 99999
    SQL> COLUMN acl FORMAT A40
    SQL> COLUMN acl FORMAT A40
    SQL> COLUMN principal FORMAT A15
    SQL> COLUMN privilege FORMAT A10
    SQL> COLUMN is_grant FORMAT A8
    SQL> COLUMN status FORMAT A10
    SQL> SELECT host, lower_port, upper_port, acl FROM dba_network_acls;
    no rows selected
    SQL> SELECT acl,principal,privilege,is_grant FROM dba_network_acl_privileges;
    no rows selected
    SQL> CREATE USER testacl IDENTIFIED BY testacl;
    User created.
    SQL> GRANT CONNECT TO testacl;
    Grant succeeded.
    SQL>
    SQL> BEGIN
      2     dbms_network_acl_admin.create_acl('test_smtp.xml','TEST SMTP ACL','TESTACL',true,'connect');
      3     dbms_network_acl_admin.assign_acl('test_smtp.xml','localhost',25);
      4     commit;
      5  END;
      6  /
    PL/SQL procedure successfully completed.
    SQL> SELECT host, lower_port, upper_port, acl FROM dba_network_acls;
    HOST                 LOWER_PORT UPPER_PORT ACL
    localhost                    25         25 /sys/acls/test_smtp.xml
    SQL> SELECT acl,principal,privilege,is_grant FROM dba_network_acl_privileges;
    ACL                                      PRINCIPAL       PRIVILEGE  IS_GRANT
    /sys/acls/test_smtp.xml                  TESTACL         connect    true
    After creating this ACL I test it like this:
    SQL> CONNECT testacl/testacl@testdb
    Connected.
    SQL> SELECT host, lower_port, upper_port, privilege, status FROM user_network_acl_privileges;
    HOST                 LOWER_PORT UPPER_PORT PRIVILEGE  STATUS
    localhost                    25         25 connect    GRANTED
    SQL> DECLARE
      2     c utl_smtp.connection;
      3  BEGIN
      4     c := utl_smtp.open_connection('localhost', 25); -- SMTP on port 25
      5     utl_smtp.helo(c, 'localhost');
      6     utl_smtp.mail(c, 'Oracle11.2');
      7     utl_smtp.rcpt(c, '[email protected]');
      8     utl_smtp.data(c,'From: Oracle'||utl_tcp.crlf||'To: [email protected]'||utl_tcp.crlf||'Subject: UTL_SMTP TEST'||utl_tcp.crlf||'');
      9     utl_smtp.quit(c);
    10  END;
    11  /
    PL/SQL procedure successfully completed.
    SQL>
    This works fine and I receive the email correctly.  Now if I try to do the same thing for a role:
    SQL> CONNECT system/******@testdb
    Connected.
    SQL> BEGIN
      2     dbms_network_acl_admin.drop_acl('test_smtp.xml');
      3     commit;
      4  END;
      5  /
    PL/SQL procedure successfully completed.
    SQL> SELECT host, lower_port, upper_port, acl FROM dba_network_acls;
    no rows selected
    SQL> CREATE ROLE testacl_role;
    Role created.
    SQL> GRANT testacl_role TO testacl;
    Grant succeeded.
    SQL> ALTER USER testacl DEFAULT ROLE ALL;
    User altered.
    SQL>
    SQL> BEGIN
      2     dbms_network_acl_admin.create_acl('test_smtp.xml','TEST SMTP ACL','TESTACL_ROLE',true,'connect');
      3     dbms_network_acl_admin.assign_acl('test_smtp.xml','localhost',25);
      4     commit;
      5  END;
      6  /
    PL/SQL procedure successfully completed.
    SQL> SELECT host, lower_port, upper_port, acl FROM dba_network_acls;
    HOST                 LOWER_PORT UPPER_PORT ACL
    localhost                    25         25 /sys/acls/test_smtp.xml
    SQL> SELECT acl,principal,privilege,is_grant FROM dba_network_acl_privileges;
    ACL                                      PRINCIPAL       PRIVILEGE  IS_GRANT
    /sys/acls/test_smtp.xml                  TESTACL_ROLE    connect    true
    SQL>
    And now I test it again with the same user:
    SQL> CONNECT testacl/testacl@testdb
    Connected.
    SQL>
    SQL> SELECT host, lower_port, upper_port, privilege, status FROM user_network_acl_privileges;
    no rows selected
    SQL> DECLARE
      2     c utl_smtp.connection;
      3  BEGIN
      4     c := utl_smtp.open_connection('localhost', 25); -- SMTP on port 25
      5     utl_smtp.helo(c, 'localhost');
      6     utl_smtp.mail(c, 'Oracle11.2');
      7     utl_smtp.rcpt(c, '[email protected]');
      8     utl_smtp.data(c,'From: Oracle'||utl_tcp.crlf||'To: [email protected]'||utl_tcp.crlf||'Subject: UTL_SMTP TEST'||utl_tcp.crlf||'');
      9     utl_smtp.quit(c);
    10  END;
    11  /
    DECLARE
    ERROR at line 1:
    ORA-24247: network access denied by access control list (ACL)
    ORA-06512: at "SYS.UTL_TCP", line 17
    ORA-06512: at "SYS.UTL_TCP", line 267
    ORA-06512: at "SYS.UTL_SMTP", line 161
    ORA-06512: at "SYS.UTL_SMTP", line 197
    ORA-06512: at line 4
    SQL>
    I'm aware that role privileges doesn't apply inside procedures, functions or packages by default, but this is an anonymous block so it should use the active roles for the user.  I also tried adding a "dbms_session.set_role('TESTACL_ROLE');" at the beggining of the anonymous PL/SQL block but I got the same access error.
    Thanks in advance for any help you can give to me on this question, it would be very hard to grant the ACL to all the individual users as they are more than 1000, and we create more regularly.

    Thanks for your quick reply... I don't have a problem creating the basic ACL with the privileges granted for a user.  The problem appears when I try to create an ACL with privileges for a ROLE.  You can see here http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_networkacl_adm.htm#BABIGEGG than the official Oracle documentation states that you can assign the ACL principal to be a user or role:
    Parameter
    Description
    acl
    Name of the ACL. Relative path will be relative to "/sys/acls".
    description
    Description attribute in the ACL
    principal
    Principal (database user or role) to whom the privilege is granted or denied. Case sensitive.
    My issue is that when I try to create the ACL for a role it doesn't work.
    Have you ever created an ACL for a role? if so please send me an example or let me know which step I might be missing.  Cheers.

  • The best option to create  a shared storage for Oracle 11gR2 RAC in OEL 5?

    Hello,
    Could you please tell me the best option to create a shared storage for Oracle 11gR2 RAC in Oracel Enterprise Linux 5? in production environment? And could you help to create shared storage? Because there is no additional step in Oracle installation guide. There are steps for only asm disk creation.
    Thank you.

    Here are names of partitions and permissions. Partitions which have 146 GB, 438 GB, 438 GB of capacity are my storage. Two of three disks which are 438 GB were configured as RAID 5 and remaining disk was configured as RAID 0. My storage is Dell MD 3000i and connected to nodes through ethernet.
    Node 1
    [root@rac1 home]# ll /dev/sd*
    brw-r----- 1 root disk 8, 0 Aug 8 17:39 /dev/sda
    brw-r----- 1 root disk 8, 1 Aug 8 17:40 /dev/sda1
    brw-r----- 1 root disk 8, 16 Aug 8 17:39 /dev/sdb
    brw-r----- 1 root disk 8, 17 Aug 8 17:39 /dev/sdb1
    brw-r----- 1 root disk 8, 32 Aug 8 17:40 /dev/sdc
    brw-r----- 1 root disk 8, 48 Aug 8 17:41 /dev/sdd
    brw-r----- 1 root disk 8, 64 Aug 8 18:26 /dev/sde
    brw-r----- 1 root disk 8, 65 Aug 8 18:43 /dev/sde1
    brw-r----- 1 root disk 8, 80 Aug 8 18:34 /dev/sdf
    brw-r----- 1 root disk 8, 81 Aug 8 18:43 /dev/sdf1
    brw-r----- 1 root disk 8, 96 Aug 8 18:34 /dev/sdg
    brw-r----- 1 root disk 8, 97 Aug 8 18:43 /dev/sdg1
    [root@rac1 home]# fdisk -l
    Disk /dev/sda: 72.7 GB, 72746008576 bytes
    255 heads, 63 sectors/track, 8844 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 8844 71039398+ 83 Linux
    Disk /dev/sdb: 72.7 GB, 72746008576 bytes
    255 heads, 63 sectors/track, 8844 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 4079 32764536 82 Linux swap / Solaris
    Disk /dev/sdd: 20 MB, 20971520 bytes
    1 heads, 40 sectors/track, 1024 cylinders
    Units = cylinders of 40 * 512 = 20480 bytes
    Device Boot Start End Blocks Id System
    Disk /dev/sde: 146.2 GB, 146278449152 bytes
    255 heads, 63 sectors/track, 17784 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sde1 1 17784 142849948+ 83 Linux
    Disk /dev/sdf: 438.8 GB, 438835347456 bytes
    255 heads, 63 sectors/track, 53352 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sdf1 1 53352 428549908+ 83 Linux
    Disk /dev/sdg: 438.8 GB, 438835347456 bytes
    255 heads, 63 sectors/track, 53352 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sdg1 1 53352 428549908+ 83 Linux
    Node 2
    [root@rac2 ~]# ll /dev/sd*
    brw-r----- 1 root disk 8, 0 Aug 8 17:50 /dev/sda
    brw-r----- 1 root disk 8, 1 Aug 8 17:51 /dev/sda1
    brw-r----- 1 root disk 8, 2 Aug 8 17:50 /dev/sda2
    brw-r----- 1 root disk 8, 16 Aug 8 17:51 /dev/sdb
    brw-r----- 1 root disk 8, 32 Aug 8 17:52 /dev/sdc
    brw-r----- 1 root disk 8, 33 Aug 8 18:54 /dev/sdc1
    brw-r----- 1 root disk 8, 48 Aug 8 17:52 /dev/sdd
    brw-r----- 1 root disk 8, 64 Aug 8 17:52 /dev/sde
    brw-r----- 1 root disk 8, 65 Aug 8 18:54 /dev/sde1
    brw-r----- 1 root disk 8, 80 Aug 8 17:52 /dev/sdf
    brw-r----- 1 root disk 8, 81 Aug 8 18:54 /dev/sdf1
    [root@rac2 ~]# fdisk -l
    Disk /dev/sda: 145.4 GB, 145492017152 bytes
    255 heads, 63 sectors/track, 17688 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 8796 70653838+ 83 Linux
    /dev/sda2 8797 12875 32764567+ 82 Linux swap / Solaris
    Disk /dev/sdc: 146.2 GB, 146278449152 bytes
    255 heads, 63 sectors/track, 17784 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sdc1 1 17784 142849948+ 83 Linux
    Disk /dev/sdd: 20 MB, 20971520 bytes
    1 heads, 40 sectors/track, 1024 cylinders
    Units = cylinders of 40 * 512 = 20480 bytes
    Device Boot Start End Blocks Id System
    Disk /dev/sde: 438.8 GB, 438835347456 bytes
    255 heads, 63 sectors/track, 53352 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sde1 1 53352 428549908+ 83 Linux
    Disk /dev/sdf: 438.8 GB, 438835347456 bytes
    255 heads, 63 sectors/track, 53352 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sdf1 1 53352 428549908+ 83 Linux
    [root@rac2 ~]#
    Thank you.
    Edited by: user12144220 on Aug 10, 2011 1:10 AM
    Edited by: user12144220 on Aug 10, 2011 1:11 AM
    Edited by: user12144220 on Aug 10, 2011 1:13 AM

  • Oracle 11gR2 certification for Oracle Linux 6

    Hello,
    According to Oracle documentation, database certification and support for Oracle 11gR2 under Oracle Linux starts with 11.2.0.3.
    I was wondering if this might have anything to do with the i386 software prerequisites. Speaking of Oracle 11gR2 x86_64, the need for i386 libraries was removed with 11gR2 11.2.0.2. Or in other words, one can go straight to 11.2.0.2 without the need to install any 32-bit libraries.
    Under Oracle Linux 5 x86_64, the "oracle-validated" package triggers the installation of several i386 packages. Under Oracle Linux 6 x86_64, the oracle-rdbms-server-11gr2-preinstall package uses x86_64 only. Under Oracle Linux 6, i386 changed to i686.
    For what it's worth, I have installed Oracle 11gR2 database 11.2.0.1 under Oracle Linux 6.1 to 6.3, both x86_64, simply by using the oracle-rdbms-server-11gr2-preinstall package, and so far have not noticed any problems. Is there some information available, why 11.2.0.1 (x86_64) should not be used or is not certified for Oracle Linux 6 (x86_64)?
    Thanks.

    I was afraid of that. Since the question is Oracle Linux 6 specific, I thought I'd try my luck here, thinking that if I get an answer, then probably here. Maybe it was not very realistic to get an answer anyway.
    For what it's worth. Using "oracle-validated" under Oracle Linux 5, and "oracle-rdbms-server-11gR2-preinstall" under Oracle Linux 6, I was able to install Oracle 11gR2 11.2.0.1 just fine, both platforms x86_64 and 32-bit. I have not found any operational issues yet and it seems to run perfectly well.
    The only trouble I had was with Grid Infrastructure 11.2.0.1, and here 11.2.0.3 is indeed required for it to install. I made a custom patch, just a few lines and after that 11.2.0.1, both x86_64 and 32-bit installed just fine and is fully operational.
    I'm though I could post the patch. I guess it might make those people happy who do not have access to Oracle support and download 11.2.0.3. The patch will allow them to use the 11gR2 OTN version and install it under Oracle Linux 6. It won't be certified, but it is good enough for the purpose of education.
    I'm closing the thread.

  • Sun Solaris 10,Upgrade 8 or higher,having issues with VxFS,for Oracle 11gr2

    A while ago, we tried doing a prototype upgrade of our main Oracle 10g db to Oracle 11gr2.
    The OS on which our Oracle 10g is running is Sun Solaris 10, upgrade 4.
    According to Oracle 11gr2 documentation, we need Sun Solaris 10, upgrade 6 or higher for Oracle 11g2.
    The filesystem we are using is VxFS, Veritas File System.
    According to our system administrator, we had issues , making Sun Solar 10, upgrade 8 , work with the VxFS filesystem.
    I was wondering if anybody is running Oracle 11g2 on Sun Solaris 10 upgrade 6 or higher with VxFS file system.
    At present, our Oracle db upgrade project is on a hold, because of the above issue. So your help on this , can really help us in figuring out if there is an issue between VxFS filesystem and Sun Solaris 10 OS.
    Thanks
    Ashish

    Hi Ashish,
    We are not running Veritas Cluster file system.
    We tried moving our Oracle 10g r2 db on ZFS ,before doing the upgrade and performance on ZFS was worst.
    ZFS has certain memory parameter setting. If you did not configure that then ZFS will eat your complete system memory.
    My system administrator, has gotten a copy of Solaris 10 upgrade 9 and will try that with VxFS.
    I was curious to find out if folks are running Oracle 11g on Sun Solaris 10 with VxFS file system and if they had experienced any issue.If you can Install Vxfs on Oracle Soalris 10 U9, then according to me there sholudn't be any limitations for an oracle database.
    Recently i installed Oracle database 11.2.0.2 on one of my test server. I have created two databases - one on ZFS and another on ASM.
    Refer:
    http://appsdbaworkshop.blogspot.com/2010/10/installation-of-11202-on-oracle-solaris.html
    We dont have any performance issues. We are testing it for the performance benchmarks on both of the filesystem.
    If you can Install Vxfs on Oracle Soalris 10 U9, then according to me there sholudn't be any limitations for an oracle database.
    Regards,
    X A H E E R

  • Oracle clusterware for 11gR2 ?

    We are trying to install 11gR2 for RAC on Linux and have downloaded the Enterprise Edition 11gR2 binary. But cannot see any clusterware software to download. Like in 10gR2, you have to down both database and clusterware for RAC install. Should the 11gR2 have include the clusterware in the DB enterprise edition binary?
    Thanks in advance,

    No. The 11gR2's cluster s/w is called Grid Infrastructure and is a separate download. The s/w includes the new CRS s/w stack and ASM - and note that the installation recommendations include installing it as a separate o/s user (with new o/s groups) and not as the traditional oracle o/s user (the user grid is recommended). This way there is better physical separation of the cluster s/w stack from the RBMS s/w stack and makes monitoring and management and administration a lot easier.

  • Enable hyperthreading for virtualized Oracle 11gR2 database (OEL57 64-bit)?

    We are virtualizing our Oracle 11gR2 databases (running on OEL57 64-bit) on Vmware 5.1. I've read information at various locations that hyperthreading is not recommended for Oracle 11g database. One example is here, however, I seen many more:
    http://bryangrenn.blogspot.com/2011/08/hyperthreading.html
    My issue is that Vmware themselves recommends enabling hyperthreading for virtualized Oracle databases in their Oracle Databases on VMware Best Practices Guide.
    Does anyone have any practical experience with this issue that can be shared? What are the advantages and disadvantages of enabling hyperthreading for our virtualized Oracle 11gR2 on OEL57 64-bit virtual machines
    Thanks, Fred
    Edited by: 995752 on Mar 30, 2013 11:26 AM

    995752 wrote:
    We are virtualizing our Oracle 11gR2 databases (running on OEL57 64-bit) on Vmware 5.1. I've read information at various locations that hyperthreading is not recommended for Oracle 11g database. One example is here, however, I seen many more:
    http://bryangrenn.blogspot.com/2011/08/hyperthreading.html
    If you read the comments on that blog you will see that the results are highly dependent on the type of CPU.
    The effects can also be dependent on the nature of the workload: you may have CPUs that are fine with an OLTP workload, but don't scale as you might hope with a DW workload.
    Regards
    Jonathan Lewis

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

  • Ntp Server for Oracle 11gr2 (oracle clusterware) on HP-UX

    we are planning to configure a ntp server on Windows 2003 server for our Oracle 11gr2 RAC (2 nodes) on HP-UX but we have some issues to be clear. Following are the details for our environment.
    RAC : Oracle Clusterware (2 nodes)
    Database : 11gr2
    OS: HP-UX B11
    Hardware: HP Intergrity Blade Servers BL860c i2
    ntp server : HP Proliant
    if our ntp server fails how the both nodes will manage the time?

    if our ntp server fails how the both nodes will manage the time?Use NTP insure that all cluster nodes must be synchronized to the same time ,in 9i , 10g and 11gR2 Oracle Clusterware includes the Cluster Time Synchronization Service (CTSS) . On startup Clusterware checks for a NTP configuration, if found, CTSS goes into Observer mode. This means it will monitor the clock synchronization and report in the Oracle Clusterware alert log if it finds a problem. If it does not find a NTP configuration, CTSS will be active .
    Check
    http://docs.oracle.com/cd/E26996_01/E18548/html/manager_ntpconfig.html
    http://docs.oracle.com/cd/E23824_01/html/821-1454/time-20.html

  • Oracle 11gR2 (2 node) RAC Architecture requirements for ASM implementation

    My architect is the following:
    * RAC1 server of Red Hat Linux Enterprise 5.5 64bit
    * RAC2 server of Red Hat Linux Enterprise 5.5 64bit
    * NFS Server (SAN) with Red Hat Linux Enterprise 5.5 64bit
    - Exported files systems for Shared Data, OCR and Voting Disks to nodes RAC1 and RAC2
    I've installed the ASM packages on to my NFS Server (SAN) and then realized that I still need a way to share the storage. It is my understanding that Oracle ASM for Red Hat Linux Enterprise 5.5 64bit DOES NOT PROVIDE Shared Storage to the other nodes (RAC1 and RAC2). It seems that I need something else???
    I've implemented Oracle RAC 11gR2 using NFS and wanted to try building Oracle RAC using ASM in my playground (home server's).
    Does anyone have any ideas on how I might be able to use ASM with out having a true network shared storage. I'm using NFS because it is part of the Red Hat Enterprise 5.5.
    Any ideas are appreciated !!!

    Hi,
    I would't recommend NFS for RAC in a enterprise solution. However if you are doing this for your playpan, then this is what you can do.
    Once the NFS shares are presented to the servers, you need to mount your filesystems on the RAC servers to access the NFS shares.
    e.g, If the the following NFS shares are presented to rac nodes:
    /mnt/disk1
    /mnt/disk2
    And let say you want to have your ocr and voting disks on /mnt/disk1 and database on /mnt/disk2.
    Firstly, you need to mount the shared on one of the rac nodes as follows. I will mount /mnt/disk1 as /u01/shared for my ocr and voting disks and /mnt/disk2 as /u01/asmdata by updating my fstab file as follows:
    nfs_server:/mnt/DISK1 /u01/shared nfs rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,noac,vers=3,timeo=600 0 0
    nfs_server:/mnt/DISK2 /u01/asmdata nfs rw,bg,hard,nointr,rsize=32768,wsize=32768,tcp,actimeo=0,vers=3,timeo=600 0 0
    Mount the FS on both servers and then create the block devices into each filesystem. You don't need to run oracleasm to create disks on it but rather change your ASM discovery path to the location where you have the block devices created and mount your asm diskgroups.
    That is how I got my 11g RAC setup.
    Hope that helps.
    Pranilesh

  • Installation of Oracle 11gR2 in suse 12.1

    Hi,
    I recently installed the the linux Open suse 12.1, I have only one os in my pc. Now i want to install Oracle, can any one help me how to install and what are the packages to install before installation of oracle and where can i get those package.
    One more point is I am newly to the linux, I dont know anything about this linux, Just 2 days before i installed the os. Can any one help me for this query
    Thanks and regards,
    G.Manikanta

    How many PC's and OS's do you have ;-) Installation of oracle 11gR2 in fedora 16
    Supported OS versions are listed in the Install Doc - http://docs.oracle.com/cd/E11882_01/install.112/e24321/pre_install.htm#CIHFICFD
    If you insist on using an unsupported OS, you are on your own.
    HTH
    Srini

  • Oracle 11gR2 installation problem on Windows Server 2008 R2 datacenter

    Hi
    I am trying to install Oracle 11Gr2 64 bit on Windows server 2008 R2.The system configuration is "Intel Xeon, RAM 8.00 GB.
    i
    The installation is getting paused at the 8th step of Oracle installation.Neither i am getting any error message nor an entry is recorded in the Oracle inventory log.
    It is showing a blank screen after the prerequiste checks are complete.
    Request you to help me out in resolving the issue.
    Thanks in advance for your cooperation.

    Hi Helios
    Thanks for the response. The database is still not created to check in the Alert log .It is still in the phase of pre-requisite checks. I did not go with Silent installation.It is a plain single instance installation.
    The installation screen is greyed out with out any message or error.
    Please could you share if you have any thoughts on this.

Maybe you are looking for

  • Unable to install Boot Camp and Windows 8.1 on Mac Mini

    Hello, My computer is a late 2012 mac mini with fusion drive. OS is OSX 10.9.1. Also an apple external optical drive and a Windows 8.1 full install DVD. I attempted to install Boot Camp and Windows 8.1 and failed. I ran Boot Camp Assistant and first

  • Sluggish Finder

    I have had no problems with my mac until today. Every action I make in finder takes thirty seconds to complete, and it seems to be affecting my Indesign since it takes thirty seconds to save, thirty seconds to place, thirty seconds to export, etc, et

  • SOAP to IDOC and Control record

    Hi I am doing SOAP to IDOC scenario and we are using XSLT mapping in our scenario. In the mapping we dont want to hard code any IDOC control record values..can some one explain how to proceed with this. We tried the following scenarios. 1) We hard co

  • My first PKGBUILD - python-sleekxmpp

    I'm reading the O'Reilly book on XMPP and it use a python library called "SleekXMPP". It doesn't seem to be in the AUR, so I decided to try my hand at a PKGBUILD. How does this one look? # Contributor: Jonathan Arnold <[email protected] pkgname=pytho

  • SAP Inventory management interface with Third party Warehouse System

    Hi Experts, Need your input for designing the SAP solution with existing Third party warehouse system ( Exacta ):- SAP ERP will be implemented for all locations of Client ( SAP MM, FI, PS , HR etc ).The Client has 10 distribution centres which are on