Failed Oracle VM Tempalte RAC 11g deployment(Failed to run rootcrs.pl,)

I have deployed 2 nodes via the VM templates using Oracle VM Manger. But after running # ./buildcluster.sh I got an error
Configure Oracle Grid Infrastructure for a Cluster ... failed
ERROR (node:atldrmsrac01): Failed to run rootcrs.pl, status: 1
It seems that my SCAN was incorrectly configured. After fixing this error, can I run the # ./buildcluster.sh again? or do I have to do some sort of clean up before attempting to run the command again?
Edited by: 992586 on Apr 2, 2013 12:35 PM

bump please

Similar Messages

  • Oracle Identity Analytics (OIA 11g) Deployment failure in weblogic server

    Hi,
    While deploying OIA 11g (which is integrating with OIM 11g) in weblogic application server 10.3.3.0, i am getting the following deployment error...could you please advise on this.
    Appreciate your help!
    An error occurred during activation of changes, please see the log for details.
    weblogic.application.ModuleException:
    Could not initialize class org.springframework.aop.aspectj.AspectJExpressionPointcut
    Server log -
    er org.springframework.web.context.ContextLoaderListener failed: org.springframe
    work.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem
    : Failed to import bean definitions from relative location [security-acls-contex
    t.xml]
    Offending resource: ServletContext resource [/WEB-INF/security-context-server.xm
    l]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreExc
    eption: Unexpected exception parsing XML document from ServletContext resource [
    /WEB-INF/security-acls-context.xml]; nested exception is java.lang.NoClassDefFou
    ndError: Could not initialize class org.springframework.aop.aspectj.AspectJExpre
    ssionPointcut.
    org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Config
    uration problem: Failed to import bean definitions from relative location [secur
    ity-acls-context.xml]
    Offending resource: ServletContext resource [/WEB-INF/security-context-server.xm
    l]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreExc
    eption: Unexpected exception parsing XML document from ServletContext resource [
    /WEB-INF/security-acls-context.xml]; nested exception is java.lang.NoClassDefFou
    ndError: Could not initialize class org.springframework.aop.aspectj.AspectJExpre
    ssionPointcut
    at org.springframework.beans.factory.parsing.FailFastProblemReporter.err
    or(FailFastProblemReporter.java:68)
    Thanks,
    Sudhakar
    Edited by: Sudhakar on Mar 14, 2011 8:12 AM

    These logs are coming from my tomcat trial:
    14:58:48,749 INFO [Config] OSCache: Getting properties from URL file:/home/mw/Downloads/apache-tomcat-6.0.32/webapps/rbacx.war/WEB-INF/classes/oscache.properties for the default configuration
    14:58:48,749 INFO [Config] OSCache: Properties read {cache.blocking=true, cache.algorithm=com.opensymphony.oscache.base.algorithm.LRUCache, cache.cluster.multicast.ip=231.12.21.100, cache.capacity=10000, cache.memory=true}
    14:58:48,749 INFO [GeneralCacheAdministrator] Constructed GeneralCacheAdministrator()
    14:58:48,749 INFO [GeneralCacheAdministrator] Creating new cache
    14:59:07,794 ERROR [MultiCoreClusterAwareEmbeddedServer] I/O problem
    java.io.FileNotFoundException: /home/mw/mwh/oia/.indexes/solr.xml (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
    I tried creating a .indexes directory there and it worked fine. Then I deleted it.
    14:59:55,387 INFO [SearchIndexStartupRunner] Scheduler Started
    14:59:55,398 WARN [SearchIndexStartupRunner] Indexes are not consistent.
    14:59:55,398 WARN [SearchIndexStartupRunner] We will rebuild indexes now.
    14:59:55,398 INFO [SearchIndexStartupRunner] Starting Full Indexing
    14:59:59,396 ERROR [SolrSearchProvider] Could not start full search.
    java.lang.NullPointerException
         at com.vaau.commons.search.searchengine.solr.MultiCoreClusterAwareEmbeddedServer.initIndex(MultiCoreClusterAwareEmbeddedServer.java:547)
         at com.vaau.commons.search.searchengine.solr.AbstractSolrSearchEngine.initializeIndex(AbstractSolrSearchEngine.java:229)
         at com.vaau.commons.search.searchengine.solr.MultiCoreClusterAwareEmbeddedServer.initializeIndex(MultiCoreClusterAwareEmbeddedServer.java:541)
    No idea.
    5:00:00,474 DEBUG [CertificationReminderJob] [start] Executing certification reminder job...
    15:00:00,475 DEBUG [ReminderManagerImpl] [start] firing certification reminders
    15:00:00,506 ERROR [ReminderManagerImpl] Error: No System configuration found, please configure the system first
    15:00:00,506 DEBUG [CertificationReminderJob] [finished] Executing certification reminder job...
    15:00:00,506 DEBUG [CertificationReminderJob] [start] Executing certification expiry check job...
    15:00:00,508 DEBUG [CertificationReminderJob] [finished] Executing certification expiry check job...
    Now I found a reference to another post that mentioned ReminderManagerImpl (Re: OIA OIM Integration issue on weblogic 10.3 and OIA Installation & configuration and the instructions there were to download the latest version of the oscache jar. I seem to have the latest one already though.

  • Jdeveloper 11g deployed jar not running - Windows 7

    After I deployed a simple form to a jar, the following message comes up when trying to run with command: java -jar  sw.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jbo/uicli/controls/JUNavigationBar
    Caused by: java.lang.ClassNotFoundException: oracle.jbo.uicli.controls.JUNavigationBar
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Could not find the main class: asax.view.Form. Program will exit.
    Manifest.MF contains the following:
    Manifest-Version: 1.0
    Main-Class: asax.view.Form
    I have also added all libraries and veririfed they exist within the jar 's root.
    Within jdeveloper the application runs with no problem.
    I 'd appreciate any ideas any help on this..

    If you run a jar from the command line, the class loader don't look into the jar for other jars needed and hence you get a class not found error.
    If you start the app in JDev and look at the log window, you'll notice that jdev puts all needed jars on the classpath. This way the app finds them and the app runs OK.
    This is not a jdev problem, but a general java problem. To make it run you can unzip the jar and set the classpath when starting the app to include the folder which contains the jars.
    Timo

  • Is VMPlayer3 supported by Oracle DB 11gR2 RAC system ?

    Folks,
    Hello. I have been running Oracle regular ( a single instance) Database 11gR1 successfully with Oracle Linux 5.6 as Guest OS in VMPlayer3 and with Windows 7 as Host OS for a long time.
    Now, I am installing Oracle Database 11gR2 RAC system (2 nodes) in the same environment that is with Oracle Linux 5.6 as Guest OS in VMPlayer3 and with Windows 7 as Host OS.
    I have installed Clusterware for 2 nodes. But it seems that VMPlayer3 is not supported by Oracle DB 11gR2 RAC system.
    Only VMware Server 2.0.2 is supported. When I install VMware Server2.0.2 in Windows 7, the error message comes up as follows:
    "Setup has detected that VMPlayer is already installed on this machine. Please uninstall this product through the Control Panel and try again."
    This means we cannot installed VMPlayer3 and VMware Server 2.0.2 in one OS Windows 7. I have installed many VMs in VMPlayer3 and cannot uninstalled VMPlayer3.
    My questions are:
    Can any folk make sure whehter VMPlayer3 is supported by Oracle DB 11gR2 RAC system or not ?
    If not, how to solve the issue that VMPlayer3 and VMware Server 2.0.2 cannot be installed in one OS Windows 7 ?
    Thanks.

    Folks,
    Hello. As I know, VMPlayer 3 supports Oracle Linux 5.6 as Guest OS and Windows 7 as Host OS.
    But when I am installing Clusterware and running the script root.sh, the error message comes up as follows:
    "ADVM/ACFS is not supported on Oracle Linux-release-5-6-6.0.1".
    My questions are:
    First, what is ADVM/ACFS about ?
    Second, can any folk make sure whether Oracle DB 11gR2 RAC system is compatible to run in Oracle Linux-release-5-6-6.0.1 in VMPlayer 3 with Windows 7 as Host OS ?
    Thanks.

  • RAC 11g installation failed

    Hi ,
    i am trying to install RAC 11g. The systems , i am using was having RAC 11g installed already , i uninstalled it then started fresh installation.
    now during fresh RAC 11g installation i am getting following error during prerequisit check.
    checking for proper system cleanup :- failed
    It seems i have done some mistakes and it was not uninstalled properly.
    Please help me , what should i do to cleanup systems properly.
    Thanks a lot for your help ,

    Check ... and Clean ->
    How to Clean Up After a Failed Oracle Clusterware (CRS) Installation
    metalink:      Doc ID:      239998.1
    Sun:
         rm /etc/init.d/init.cssd
         rm /etc/init.d/init.crs
         rm /etc/init.d/init.crsd
         rm /etc/init.d/init.evmd
         rm /etc/rc3.d/K96init.crs
         rm /etc/rc3.d/S96init.crs
    rm -Rf /var/opt/oracle/scls_scr
    rm -Rf /var/opt/oracle/oprocd
         rm /etc/inittab.crs
         cp /etc/inittab.orig /etc/inittab
    Linux:
    rm /etc/oracle/*
         rm -f /etc/init.d/init.cssd
         rm -f /etc/init.d/init.crs
         rm -f /etc/init.d/init.crsd
         rm -f /etc/init.d/init.evmd
         rm -f /etc/rc2.d/K96init.crs
         rm -f /etc/rc2.d/S96init.crs
         rm -f /etc/rc3.d/K96init.crs
         rm -f /etc/rc3.d/S96init.crs
         rm -f /etc/rc5.d/K96init.crs
         rm -f /etc/rc5.d/S96init.crs
    rm -Rf /etc/oracle/scls_scr
         rm -f /etc/inittab.crs
         cp /etc/inittab.orig /etc/inittab
    HP-UX:
         rm /sbin/init.d/init.cssd
         rm /sbin/init.d/init.crs
         rm /sbin/init.d/init.crsd
         rm /sbin/init.d/init.evmd
    rm /sbin/rc2.d/K960init.crs
    rm /sbin/rc2.d/K001init.crs
         rm /sbin/rc3.d/K960init.crs
         rm /sbin/rc3.d/S960init.crs
    rm -Rf /var/opt/oracle/scls_scr
    rm -Rf /var/opt/oracle/oprocd
         rm /etc/inittab.crs
         cp /etc/inittab.orig /etc/inittab
    HP Tru64:
         rm /sbin/init.d/init.cssd
         rm /sbin/init.d/init.crs
         rm /sbin/init.d/init.crsd
         rm /sbin/init.d/init.evmd
         rm /sbin/rc3.d/K96init.crs
         rm /sbin/rc3.d/S96init.crs
    rm -Rf /var/opt/oracle/scls_scr
    rm -Rf /var/opt/oracle/oprocd
         rm /etc/inittab.crs
         cp /etc/inittab.orig /etc/inittab
    IBM AIX:
         rm /etc/init.cssd
         rm /etc/init.crs
         rm /etc/init.crsd
         rm /etc/init.evmd
         rm /etc/rc.d/rc2.d/K96init.crs
         rm /etc/rc.d/rc2.d/S96init.crs
    rm -Rf /etc/oracle/scls_scr
    rm -Rf /etc/oracle/oprocd
         rm /etc/inittab.crs
         cp /etc/inittab.orig /etc/inittab
    - rm -f /var/tmp/.oracle/*
    or
    rm -f /tmp/.oracle/*
    - Remove the ocr.loc
    Usually the ocr.loc can be found at /etc/oracle
    - De-install the CRS home in the Oracle Universal Installer
    - Remove the CRS install location:
         rm -Rf <CRS Install Location>/*
    - Clean out the OCR and Voting Files with dd commands. Example:
    dd if=/dev/zero of=/dev/rdsk/V1064_vote_01_20m.dbf bs=1M count=256
    dd if=/dev/zero of=/dev/rdsk/ocrV1064_100m.ora bs=1M count=256

  • RAC 11g Installation Failing, saying "$GRID_HOME/bin/crsctl : No such file or directory"

    Hi All,
       I've the below mentioned problem.
    Some time ago, I installed Oracle 11g RAC. As this installation failed, I removed both Grid Home and Database Home using "rm", rather than deinstalling as deinstall failed while running. Now, when I do a fresh install of Oracle 11g RAC, I get the below response while running $GRID_HOME/root.sh:
    [code]
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= grid
        ORACLE_HOME=  /u02/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2013-08-28 00:15:36: Parsing the host name
    2013-08-28 00:15:36: Checking for super user privileges
    2013-08-28 00:15:36: User has super user privileges
    Using configuration parameter file: /u02/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    Improper Oracle Clusterware configuration found on this host
    Deconfigure the existing cluster configuration before starting
    to configure a new Clusterware
    run '/u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig'
    to configure existing failed configuration and then rerun root.sh
    [code]
    I ran "/u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig", But, I get the below errors:
    [code]
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig
    2013-08-28 00:17:19: Parsing the host name
    2013-08-28 00:17:19: Checking for super user privileges
    2013-08-28 00:17:19: User has super user privileges
    Using configuration parameter file: /u02/app/11.2.0/grid/crs/install/crsconfig_params
    Failure to execute: No such file or directory for command /u02/app/11.2.0/grid/bin/crsctl check cluster -n racnode2
    Failure to execute: No such file or directory for command /u02/app/11.2.0/grid/bin/crsctl check cluster -n racnode2
    Oracle Clusterware stack is not active on this node
    Restart the clusterware stack (use /u02/app/11.2.0/grid/bin/crsctl start crs) and retry
    Failed to verify resources
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/bin/crsctl start crs
    -bash: /u02/app/11.2.0/grid/bin/crsctl: No such file or directory
    [code]
    In fact, there are no "crsctl" under GRID_HOME/bin.
    OS : Linux
    Can someone help. I am willing to provide any information.
    Thanks,

    Hi Pradeep,
       Your suggestion helped immensely. I removed all the oracle related files and directories from /etc/oracle, removed entry in /etc/inittab and removed links to startup/kill scripts from /etc/rc.d/*.
    I've added below steps I followed so it may be helpful:
    1. Removed these directory lastgasp,  oprocd,  scls_scr from /etc/oracle
    2. removed ocr.loc.orig, olr.loc, olr.loc.orig from /etc/oracle
    3. Removed the entry h1:35:respawn:/etc/init.d/init.ohasd run >/dev/null 2>&1 </dev/null from /etc/inittab
    4. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc0.d
    5. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc1.d
    6. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc2.d
    7. Removed S96ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc3.d
    8. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc4.d
    9. Removed S96ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc5.d
    10. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc6.d
    Then, Grid installation was started, and root.sh went well. The Grid Infrastructure was installed successfully on both the nodes.
    This has been performed on all nodes in the cluster. In fact, I had only 2 nodes in the cluster.
    Thanks again,

  • 11gR2 RAC install fail when running root.sh script on second node

    I get the errors:
    ORA-15018: diskgroup cannot be created
    ORA-15072: command requires at least 2 regular failure groups, discovered only 0
    ORA-15080: synchronous I/O operation to a disk failed
    [main] [ 2012-04-10 16:44:12.564 EDT ] [UsmcaLogger.logException:175] oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-15018: diskgroup cannot be created
    ORA-15072: command requires at least 2 regular failure groups, discovered only 0
    ORA-15080: synchronous I/O operation to a disk failed
    I have tried the fix solutions from metalink note, but did not fix issue
    11GR2 GRID INFRASTRUCTURE INSTALLATION FAILS WHEN RUNNING ROOT.SH ON NODE 2 OF RAC USING ASMLIB [ID 1059847.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    it looks like, that your "shared device" you are using is not really shared.
    The second node does "create an ASM diskgroup" and create OCR and Voting disks. If this indeed would be a shared device, he should have recognized, that your disk is shared.
    So as a result your VMware configuration must be wrong, and the disk you presented as shared disk is not really shared.
    Which VMWare version did you use? It will not work correctly with the workstation or player edition, since shared disks are only really working with the server version.
    If you indeed using the server, could you paste your vm configurations?
    Furthermore I recommend using Virtual Box. There is a nice how-to:
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php
    Sebastian

  • Oracle RAC 11g query

    Hi All,
    I am new to Oracle RAC 11g, facing a issue, Request all to help.
    1) What is the instance id means which we get from gv$session in Oracle RAC setup?
    2) What is differnce between Session failure and node failure?
    3) If session fail, then client should connect to node1(to which session previously connected) or node2?
    Thanks

    1) What is the instance id means which we get from gv$session in Oracle RAC setup?Instance ID is unique for each instance in clustered database.
    2) What is differnce between Session failure and node failure?Session Failure - when the connection to an instance is lost, SESSION failover results only in the establishment of a new connection to another Oracle RAC node
    Node Failure/Eviction - we can say hardware fails, the Cluster Manager reports the change in the cluster's membership to Global Resource Directory (GRD)
    Resource directory which consists of both Global enqueue service & cache service
    3) If session fail, then client should connect to node1(to which session previously connected) or node2?You have to configure in SERVICE.

  • Oracle rac 11g installation

    Hi
    Am planning to install oracle RAC 11g on linux server. Have doubt on installation of clusterware or grid infrastructure first .?
    I think grid infrastructure covers clusterware and ASM both and then oracle 11g software to be installed.
    But how to download grid insfrastructure software. Will it come with oracle 11g software..? or need to download it seperately.?
    Because when i try to download oracle RAC 11g which gives link to download the 11g software not grid.
    Thanks in advance,

    Hi,
    Its called "oracle one node rac"  you will find plenty of documents on metalink, extract is below, hope this helps you to understand the differences.
    Oracle RAC Database : Oracle RAC database is a clustered database. It can have more than one instance running on one or more hosts. To make is database RAC , there is another software needs to be installed called Oracle Grid infrastructure which takes care of multinode sync, ASM, Oracle restart etc. Oracle GI is necessary as a base of Oracle RAC. In Oracle RAC, the load is balanced across multiple instance of databases running on different nodes. This is best for Production database. Failure of any instance is abstracted from user and forwarded to another instance from the database server pool. No of instances can be controlled using Policy Managed or Admin Managed.
    Oracle RAC One Node : Some time we need to have RAC databases but donot need many instances, why? Simple answers to it is leverage the high availability of RAC. The Oracle RAC One node is a RAC DB runs on one host. The advantage is it saves your resource, can to converted to full RAC any time, Cluster fail over i.e. the Database instance is moved to new instance in case of any failure on host known as Instance Relocation,easy to upgrade etc. This type of database is well suited for small production and dev/test environments.

  • Oracle RAC 11G - Service configuration

    Hi,
    I have been reading a lot of documentation regarding oracle services and I have an ok understanding of how they work. However, I have a general question regarding configuring services using Oracle RAC. For instance, if I have a 2 node oracle 11GR2 RAC on a Linux Redhat server. I have an application that connects to a service I have created. I create the service as follows.
    srvctl add service -d ORCL_RAC -s APP_SERVICE -r ORCL_RAC1,ORCL_RAC2
    The tnsnames contains:
    APP_OLTP =
    (DESCRIPTION =
    (LOAD_BALANCE = ON)
    (FAILOVER = ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = server01)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = server02)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = APP_SERVICE)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 20)
    (DELAY = 1)
    My questions are as follows:
    1) When I do a 'srvctl status service -d ORCL_RAC', should I see the service running on both nodes of the RAC? Or does it run only one node, then it will fail over to the other when needed?
    2) If I have a RAC environment where I see two services created (RAC_SRV1 and RAC_SRV2). I see that RAC_SRV1 is only running on node1 and RAC_SRV2 is only running on node2. There are two applications sharing the same database, one application is using RAC_SRV1 and the other application is using RAC_SRV2. Am I correct in thinking that there is no failover available here? If node1 goes down, the application connecting to RAC_SRV1 will not be able to connect to node2 right?
    3) In the case of the scenario in question 2 above, would it be best practise to simply create one service and have both applications connecting to the one service? Could I configure the one service to point connections from one application to node1 and connections from the other application to node2?

    1) When I do a 'srvctl status service -d ORCL_RAC', should I see the service running on both nodes of the RAC? Or does it run only one node, then it will fail over to the other when needed?you can see its running on both nodes.
    use option -a in srvctl ( A list of available instances to which the service fails over when the database is administrator managed.)
    http://docs.oracle.com/cd/E11882_01/rac.112/e16795/srvctladmin.htm#i1008562
    2) If I have a RAC environment where I see two services created (RAC_SRV1 and RAC_SRV2). I see that RAC_SRV1 is only running on node1 and RAC_SRV2 is >only running on node2. There are two applications sharing the same database, one application is using RAC_SRV1 and the other application is using RAC_SRV2. Am >I correct in thinking that there is no failover available here? If node1 goes down, the application connecting to RAC_SRV1 will not be able to connect to node2 >right?All depend on your service configuration. check it by srvctl config
    3) In the case of the scenario in question 2 above, would it be best practise to simply create one service and have both applications connecting to the one >service? Could I configure the one service to point connections from one application to node1 and connections from the other application to node2? better create two service ,one for each application with specific node and other node in available list.

  • Configure UCP/FCF for oracle RAC 11g R2 in JBOSS

    I am trying to configure UCP/FCF with Oracle RAC 11g R2.
    Currently, I have configured oracle-ds.xml in Jboss in my deploy folder.
    I have got this working using jboss connection pool
    <xa-datasource>
    <jndi-name>name1</jndi-name>
    <track-connection-by-tx>true</track-connection-by-tx>
    <isSameRM-override-value>false</isSameRM-override-value>
    <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class>
    <xa-datasource-property name="URL">
    jdbc:oracle:thin:@(description=(address_list=(load_balance=on)(address=(protocol=tcp)(host=sample1.oracle.com)(port=1521)))(connect_data=(service_name=ha1)))
    </xa-datasource-property>
    <xa-datasource-property name="User">dbo_9</xa-datasource-property>
    <xa-datasource-property name="Password">dbo_9</xa-datasource-property>
    <exception-sorter-class-name>
    org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
    </exception-sorter-class-name>
    <no-tx-separate-pools/>
    <min-pool-size>100</min-pool-size>
    <max-pool-size>100</max-pool-size>
    <check-valid-connection-sql>SELECT 1 FROM DUAL</check-valid-connection-sql>
    <new-connection-sql>SELECT 1 FROM DUAL</new-connection-sql>
    </xa-datasource>
    1. I have configured ONS on database server. (racnode1:6200,racnode2:6200)
    2. I have copied ons.jar,ucp.jar,ojdbc6.jar in classpath.
    Now, how do I enable UCP and configure FCF in jboss.
    can anybody please help me?
    Edited by: user10697869 on Dec 14, 2011 12:22 PM

    not supported ..

  • Oracle RAC 11g on Windows 2008 64 bit - blue screen error on both nodes

    Hi Everyone,
    I installed Oracle RAC 11g on Windows 2008 64 bit, The installation was successfull and crs_state -t shows all services in two nodes are online.
    When executed a select query with 100 sessions( For performance evaluation using Transaction generator ) ,the machine got crashed and blue screen is appeared on two nodes. I restrated the machines and and starts the same evaluation ,bt the same bug is repeating.
    Can anyone suggest a solution to solve this issue? Is our hardware is not sufficient ? Shall we need to perform any
    specific settings in Oracle RAC setup for performance evaluations?
    Is our settings for load balancing is not enough? ( We added "Load Balancing= On" on tnsnames.ora on client for load
    balancing)
    The following machine configuration is used for Oracle RAC setup
    Intel Core 2 Duo 2.66 GHz,
    Ram :4GB.
    OS : windows 2008 Server 64 Bit
    Oracle RAC 11g , Clusterware 11g R2 , ASM with 5 raw disk ( 1- votting disk ,1- ocr files and 3 disk files)
    Edited by: user2033016 on Jun 29, 2011 10:02 PM

    user2033016 wrote:
    Hi Everyone,
    I installed Oracle RAC 11g on Windows 2008 64 bit, The installation was successfull crs_state -t executed successfully.
    Bt the machine got crashed ,when executed a select query with 100 sessions( For performance evaluation using TG). A blue screen is appeared on two nodes. So i am not able to evaluate the performance.
    Can you please tell any suggesstions to solve this issue? Is our hardware is not sufficient? Or any software settings has to be done?. I tried most of hte technique ,bt the problem still exists.
    The following machine configuration is used for Oracle RAC setup
    Intel Core 2 Duo 2.66 GHz,
    Ram :4GB.
    OS : windows 2008 Server 64 Bit
    Oracle RAC , Clusterware 11g R2 64 Bit.i guess you have installed/configured RAC using VMware. i guess, the problem is with your RAM size. how much disk space and RAM size you have allocated for each machine?
    which documentation you have followed?

  • How to install oracle RAC 11g on oracle linux 5 using vmware workstation ?

    Hello;
    I need to Install Oracle RAC 11g R2 with database 11g ( 2 nodes ) but by using vmware workstation ( not server 2) on oracle linux 5-6 .
    So any document can help me please ..
    regards.

    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-ol5-using-vmware-server-2.php
    http://appsdbaworkshop.blogspot.in/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    http://robertgfreeman.blogspot.in/2009/12/11gr2-rac-on-vmware-part-one.html

  • Running Oracle database 10g and 11g on same 5 RAC nodes

    Hello Gurus,
    Could any body throw light if I can install and sucessfully run Oracle database 10g and 11g on the same Oracle RAC installation setup.My setup is below
    Number of nodes-5
    OS- windows 2003 or RHEL5
    storage- DELL EMC SAN
    Clusterware- oracle version11g
    File system-Automatic storage management(ASM)
    After I successfully setup clusterware,ASM on the nodes,I would want to install 11g database on all 5 nodes .
    Then Install 10g database on only 3 of the nodes using the same clusterware.
    What are your views on the same.
    Also FYI... as per metalink node 220970.1(RAC: Frequently Asked Questions) one can do such a setup.
    what iam looking for is practical experience if anyone has implemented this in production system,if yes any issues faced and how tough it is to support.
    Thanks,
    Imtiyaz

    You could run an 11g database and 10g database on the same cluster as long as you use Clusterware 11g.
    The administration aspect will drastically change according to the platform you run on. As of now, it appears you don't know whether it will be Linux or Windows.
    It would be practical to support the same database release.

  • Modify parameter file ORACLE RAC 11G

    Dear all
    I have a production ORACLE RAC 11G database. i want to modify shared spfile parameter file in RAC .But spfile is shared file which is on ASM.
    how to achive it using pfile, actually i want to change in pfile and then make a spfile in ASM which is shared by all instances
    Please reply soon

    846671 wrote:
    Dear all
    I have a production ORACLE RAC 11G database. i want to modify shared spfile parameter file in RAC .But spfile is shared file which is on ASM.
    how to achive it using pfile, actually i want to change in pfile and then make a spfile in ASM which is shared by all instances
    Please reply soonYou know that the modifications you'have done on spfile are not active until you restart DB. So why don't you want to modify the spfile by "alter system ... scope=spfile" commands? I don't see the point to create pfile, modify it and recreate spfile...
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28264/params.htm#CIHIDAHD

Maybe you are looking for

  • Encrypt file without modules PI or XI

    Hi folks, We are doing the integration between Success Factors and SAP HCM (on-premise), one of the requirements from the business is to encrypt the output files. We are using the SAP Add-On SuccessFactors BizX to integrate the systems, the step by s

  • How to get business partner in BUPT for BP screen enhancement ??

    I have enhanced Business partner transaction screen using BDT - BUPT to show a sub screen, my problem is that I don't know how to get the BP no at subscreen level. Please help.

  • Weblogic Commerce and Personalisation Server

    The Company I am working for just purchased both Commerce and personalisation server as they wish to revamp their current website into a modern one. I have a few questions as I have been doing some portal creation with the personlization server. How

  • DNG 8; CS2; Win XP

    Refering to earlier post:  Adobe page seems to say DNG 8.X will only work with Win 7 or 8 and CS6!  Are you sure it will work with CS2 and Win XP?

  • Dv6000 No wireless and sometimes will not boot

    Hi all i am steve from i have a DV6152EU it has a fault of no wireless card showing up and also sometimes 3 beeps on boot i am told it is a none issuse andcan be fix via HP on a free repair the laptop is about 18months old i have tried a couple of nu