Oc4j cluster how to?

Hello,
i have downloaded document from metalink and that seems to be very useful.
What is your opinion about below?
If something else is useful, kindly guide.
Appriciate your help.
Thanks and regards,
Kash.
summary is as below:
Reference in metalink:
Bulletin: Configuring Multiple OC4J Instances as a High Availability Cluster
SUMMARY
To configure multiple OC4J instances as a clustered environment with session
replication between instances of the same cluster:
[1] Configure the http-web-site.xml/default-web-site.xml file as follows:
(a) Configure following attributes in <web-site> tag:
- ensure HOST attribute provides fully qualified name of the machine.
- ensure CLUSTER-ISLAND attribute provides same value for all
instances of the cluster.
(b) Add as a child element of <web-site> a <frontend> tag identifying
the hostname and port of the "clusters" global name:
<web-site
display-name="kash:rmi(20001):web(28881)"
host="kash..website.com"
port="28881"
cluster-island="21"
>
<frontend
host="kash.website.com"
port="28080"
/>
[2] Ensure that each web applications "orion-web.xml" deployment descriptor contains or will get generated with a <cluster-config> tag. Ensure that the ID attribute of this tag is set the same for all orion-web.xml files on this container but that different values are used on other instances:
<cluster-config
id="20002"
/>
[3] Edit the http-web-site.xml/default-web-site.xml file and ensure that the
<web-app> tag for any application which propagates state information has a
"load-on-startup" value of "true":
<web-app
application="BalanceTest"
name="web"
root="/bal"
load-on-startup="true"
/>
[4] Edit the "web.xml" deployment description for any web module which will replicate it's session information to other instances and ensure that a
<distributable> tag is present:
<web-app>
<display-name>BalanceTest2881</display-name>
<description>Test of servlet load balancing/failover</description>
<distributable/>
[5] Startup the load-balancer from %ORACLE_HOME%\j2ee\home directory by running:
java -jar loadbalancer.jar -host <generic hostname> -port <port>
-minimumIsland <min> -maximumIsland <max> -debug
[6] Startup individual OC4J instances from %ORACLE_HOME%\j2ee\home directory by running:
java -Dhttp.cluster.debug=true -Dcluster.debug=true -jar oc4j.jar
-config <path to server.xml of instance> -verbosity 10
[7] Browser requests can then be sent using the cluster wide hostname and port number associated with the load-balancer:
http://kash.website.com:28080/bal/BalanceTest
[8] The messages displayed to the console window for each instance can be used to identify the propagation of session state messages (both sent and
received).
Through these messages it is possible to identify and then terminate the
OC4J instance which is currently associated with that session. After this,
further requests to the same URL should will be dispatched to a different
OC4J instance but the same session values will be seen.
Edited by: user10419491 on Jun 23, 2009 10:42 PM

Hello,
There is another method to configure OC4J Cluster: From the Admin GUI (em)
Seems its very easy and riskless.
I have seen some recommendations to not configure from the flat files.
Where i think if the em does not support you for some features, then we have no choice but use files.
Any opinion please?
Thanks and regards,
-Kash.

Similar Messages

  • Deploy in oc4j cluster

    Do it is possible to deploy XML Publisher in AS 10.1.2 OC4J Cluster?
    Thanks

    Check [installation guide|http://download.oracle.com/docs/cd/E10391_01/doc.910/e10368/cluster.htm#CHDCIDAC]
    There are also some metalink notes about cluster configuration and oc4j with oim

  • OC4J cluster

    Hi All,
    I am looking for a solution to cluster OC4J in active-active configuration.
    I need steps to cluster OC4J in OAS10gR2(10.1.2.3). The middle tier is installed as BI and Forms and not as J2ee and WC, therefore I cannot use DCM for clustering OC4J.
    The middle home is installed on two different nodes(each Windows 2003 server).
    Thanks for sharing the steps to cluster the same.
    Regards,
    Ishar

    Hello,
    There is another method to configure OC4J Cluster: From the Admin GUI (em)
    Seems its very easy and riskless.
    I have seen some recommendations to not configure from the flat files.
    Where i think if the em does not support you for some features, then we have no choice but use files.
    Any opinion please?
    Thanks and regards,
    -Kash.

  • Using AQ Topic in OC4J Cluster

    Hello,
    I want to load balance messages from an AQ JMS Topic to an OC4J JEE application running in an AS Cluster. I have that setup:
    AQ: Topic / Durable Subscriber -> OC4J: 2 Containers
    Comming from the BEA JMS terminology I used to configure a "Messaging Bridge" (singleton) which had managed a durable subscription to that topic. The "Messaging Bridge" then load balanced the incoming messages to local destinations using a "Distributed Destination" to each logical JVM.
    Is here somebody how had before a similiar scenario? What's the concept of "Distributed Destinations" in OC4J?
    grüße,
    \thomas

    This forum is "DATABASE >> AQ"
    In what way does your question relate to the database and what version if it does?

  • Using UMS on a Glassfish cluster - how to support session replication ?

    Hello,
    I have deployed the imqums.war in a Glassfish cluster but can not use the session replication.
    The UMS uses sid as client session identifier. If the client session is is created on node 1, when the call hits the node 2 it gets:
    com.sun.messaging.ums.service.UMSServiceException: javax.jms.JMSException: sid is not authenticated. Use login to get a new sid, expired/invalid sid=4-LTE2NTA5ODMzMTU=
    at com.sun.messaging.ums.service.ClientPool.getClient(ClientPool.java:157)
    at com.sun.messaging.ums.service.SendServiceImpl.commit(SendServiceImpl.java:244)
    at com.sun.messaging.ums.service.UMSServiceImpl.commit(UMSServiceImpl.java:234)
    at com.sun.messaging.ums.core.UMSServlet.doSimpleMessaging(UMSServlet.java:786)
    at com.sun.messaging.ums.core.UMSServlet.doPost(UMSServlet.java:633)
    Can you provide advise how to obtain session replication for UMS calls ?
    Thank you,
    Cristina

    There is an example here,
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/CacheCoordination
    It was run on WebLogic but should be runnable on Glassfish without too much effort. (if you port it, please submit your changes to the wiki or bugzilla).

  • SQL 2012 Cluster- How to or Steps to Move Tempdb Files from Local drive to Shared volume

    Hi..
     I did Installation of SQL Server 2012 Cluster. During this setup I installed Tempdb Files on Local drive. Now I want to move this tempdb files from local drive to Shared Drive . When I am trying to move I am getting below error.
    Does any one can help me or provide the steps to move this tempdb files from local drive to Shared Drive ?
    Msg 5184, Level 16, State 1, Line 1
    Cannot use file 'Z:\Tempdb\tempdb.mdf' for clustered server. Only formatted files on which the cluster resource of the server has a dependency can be used. Either the disk resource containing the file is not present in the cluster group or the cluster resource
    of the Sql Server does not have a dependency on it.
    Thanks 
    Regards..
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

    Hi,
    The error message may be thrown out when you attempt to create a database on another shared cluster drive when the SQL Server resource is not dependent on that disk.
    Check if you are in the scenario which mentioned in the following article:
    How to create databases or change disk file locations on a shared cluster drive on which SQL Server was not originally installed
    http://support.microsoft.com/kb/295732/en-nz
    Here is a thread with similar issue:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/c9f80af7-5b51-4c43-a2a0-f9c7d97aa41d/sql-disk-dependency-problem-on-sql-2008-cluster-including-errors
    Hope it helps.
    Tracy Cai
    TechNet Community Support

  • OAS(10.1.2.3) OC4J cluster

    Hi All,
    I am looking for a solution to cluster OC4J in active-active configuration.
    I need steps to cluster OC4J in OAS10gR2(10.1.2.3). The middle tier is installed as BI and Forms and not as J2ee and WC, therefore I cannot use DCM for clustering OC4J.
    The middle home is installed on two different nodes( each Windows 2003 server).
    Thanks for sharing the steps to cluster the same.

    Resolved. Command "dcmctl resetfiletransaction" and then opmnctl stop and startall cleared the process. It was dcm-daemon that was still alive.

  • RPC calls and multicast messages in oc4j cluster

    Hi, our application uses RPC calls, which are distributed over multicast messages (jgroups). We use RPC calls to update internal object cache, which exists on each cluster instance. The OC4J instance, which sends the message, successfully receives these and executes the RPC call. The other OC4J instance does not get the message or cannot execute the RPC call. I don't know whether reception of multicast messages is not possible and/or the RPC call is not possible (safety reasons). The same implementation does work with other app. server like Bea Weblogic 8.1.

    Scrap JMS. Use plain java.net or JINI.
    You could create a Peer-to-Peer Chain:
    Server A -> Server B -> Server C -> Server A
    On each Server have a server listening for messages (from the Server to the left in the chain) and a client that sends messages (to the Server to the right in the chain) and an application that links the server and client on each Server.
    So,
    Server A's "server" listens for messages from the "client" on Server C, and so on.
    This is vary efficent. A simple send-receive chain that is clusterd within a small (or large) group of Servers. You could also try Bi-Directional Parallel Communications BDPC. That would basically have Server A send messages to both Servers - one to the left and one to the right, then at the same time, listen for messages from the Server on the left and the Server on the right. This is better suited for large-scale clusters where a Uni-directional communications model would take too long to propogate messages to every member of the group.
    But, that's just me.

  • NI-DAQmx Analog out to Cluster how to convert to individual array elements

    I am trying to decompose the cluster that comes from a single channel multiple point anolog input capture. What you get is a cluster that has the starting time, the time interval between samples and the actual analog input data points. What I want to do is after capture I want to have access to the data so I can make calculations on it. When I am done I want to write the data to a spreadsheet file. I can't seem to get the cluster to array function to wire up. I have tried every possible combination of functions and I can't get them to wire up eventhough the input type is a cluster. I have posted a screen shot of my code below.
    I can get this to work with raw data using the express vi that writes to spreadsheet but I would like to know how to do this manually as well.
    Perry
    Attachments:
    unbundle.jpg ‏85 KB

    You don't understand how dataflow works with LabVIEW and an understanding of this is essential. Dataflow means that a function does not execute until all of the data wired to it is present. In your second file, you create the date/time for the header in the second frame of the sequence structure, when the frame completes, it passes out of the structure to the concantanate string function. This is then wired to the Write Characters to File Function which will now execute because all the data inputs are present. This is set to create a new file so it is executing after the Write to Spreadsheet File which is inside the sequence structure. You do not need the sequence structure at all. You do need to provide some dataflow between the Write Characters and the Write to Spreadsheet File. Here's a bit cleaner example of your code.
    Attachments:
    Example with Dataflow.vi ‏190 KB

  • Weblogic production cluster: how to configure it for ADF, ADF Faces, BC?

    Given a production ready cluster of Weblogic 10.2. What should I do to convert it an ADF ready weblogic server ? How to make it as usable for ADF as the integrated weblogic in jdeveloper?
    any official guide from Oracle ?
    thanks,
    fabio

    For WLS 11g (aka 10.3.x) you must install the Application Development Runtime (get it from here http://www.oracle.com/technology/software/products/middleware/htdocs/fmw_11_download.html) and extend your existing domains.
    Check the Installation Guides first: http://download.oracle.com/docs/cd/E14571_01/install.htm
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Oracle Cluster - How does it work?

    Can anyone tell me how exactly it works. It says "A cluster table uses the space allocation of the cluster."
    But what does it mean for me? Example: I create a cluster "clu1" with a varchar column. Then I create two different tables "table1" and "table2" with a column based on that cluster column.
    Do the tables share the same values? What exactly do they share? Space? Does it have direct influence on my data?

    Maybe this thread sheds some light on your questions:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:4536286321836
    C.

  • OC4J Newbie:  How to configure oc4j em console

    I have recently downloaded the oc4j_extended_101340.zip and followed the installation procedures. After issuing the java -jar oc4j.jar (from $J2EE_HOME), I am able to access the http://<hostname>:8888 URL with success. However, when I click the link to manage the oc4j instance (http://<hostname>:8888/em) I am redirected to (http://<hostname>:8888/em/console/ias/oc4j/home), but receive an internal server error 500. Is there something I'm missing?

    After modifying the j2ee-logging.xml file for increased tracing and restarting the oc4j instance (output follows)...
    08/09/09 09:20:52 FINEST: Oc4jMBeanServerFactory.init Creating MBeanServer for domain oc4j
    08/09/09 09:20:52 FINEST: Oc4jMBeanServerFactory.registerSystemMBeans Registering J2EELogging MBean with MBeanServer
    08/09/09 09:20:52 FINEST: Oc4jMBeanServerFactory.registerSystemMBeans Registering the J2EEDomain MBean with MBeanServer
    08/09/09 09:20:52 FINEST: Oc4jMBeanServerFactory.registerSystemMBeans Registering the EJBCompiler MBean with MBeanServer
    08/09/09 09:20:52 FINEST: Oc4jMBeanServerFactory.registerSystemMBeans Registering the Compiler MBean with MBeanServer
    08/09/09 09:20:52 FINER: UseDeploymentLockFile.installIfNeeded File lock hooks not installed
    08/09/09 09:20:59 FINER: LocalizationFilterMBeanServer.registerMBean register mbean: default:type=OracleASJMSConnector,name=OracleASjms,providerType=OracleASJMS
    2008-09-09 09:21:01.425 NOTIFICATION J2EE HTTP-00011 Http server listener initialized on port: 8888
    2008-09-09 09:21:01.437 NOTIFICATION J2EE HTTP-00012 Starting web site: file:/data/oracle/product/10.2/oc4j-standalone/j2ee/home/config/default-web-site.xml
    2008-09-09 09:21:01.478 NOTIFICATION J2EE HTTP-00014 Starting web application: fop
    08/09/09 09:21:01 FINEST: JspPageTable.<init> Initializing JspPageTable
    08/09/09 09:21:01 FINEST: JspPageTable.<init> Servlet Config = com.evermind.server.http.EvermindServletConfig@16999c8
    08/09/09 09:21:01 FINEST: JspPageTable.<init> JspServlet Instance =oracle.jsp.runtimev2.JspServlet@1ef3d12
    08/09/09 09:21:01 FINEST: JspPageTable.<init> pageRepositoryRoot = /data/oracle/product/10.2/oc4j-standalone/j2ee/home/application-deployments/default/fop/persistence/_pages
    08/09/09 09:21:01 FINEST: JspPageTable.<init> justRunShortCut = false
    08/09/09 09:21:01 FINEST: JspPageTable.<init> jsp-timeout = 0
    08/09/09 09:21:01 FINEST: JspPageTable.<init> TldCache= oracle.jsp.parse.tldcache.ApplicationTldCacheImpl@1927504
    2008-09-09 09:21:01.997 NOTIFICATION J2EE HTTP-00015 Web application: fop started
    2008-09-09 09:21:01.998 NOTIFICATION J2EE HTTP-00014 Starting web application: dms0
    2008-09-09 09:21:01.998 NOTIFICATION J2EE HTTP-00015 Web application: dms0 started
    2008-09-09 09:21:01.999 NOTIFICATION J2EE HTTP-00014 Starting web application: dms0
    2008-09-09 09:21:01.999 NOTIFICATION J2EE HTTP-00015 Web application: dms0 started
    2008-09-09 09:21:02.000 NOTIFICATION J2EE HTTP-00014 Starting web application: JMXSoapAdapter-web
    2008-09-09 09:21:02.000 NOTIFICATION J2EE HTTP-00015 Web application: JMXSoapAdapter-web started
    2008-09-09 09:21:02.000 NOTIFICATION J2EE HTTP-00014 Starting web application: jmsrouter_web
    08/09/09 09:21:02 FINEST: JspPageTable.<init> Initializing JspPageTable
    08/09/09 09:21:02 FINEST: JspPageTable.<init> Servlet Config = com.evermind.server.http.EvermindServletConfig@1c37b8f
    08/09/09 09:21:02 FINEST: JspPageTable.<init> JspServlet Instance =oracle.jsp.runtimev2.JspServlet@e51960
    08/09/09 09:21:02 FINEST: JspPageTable.<init> pageRepositoryRoot = /data/oracle/product/10.2/oc4j-standalone/j2ee/home/application-deployments/default/jmsrouter_web/persistence/_pages
    08/09/09 09:21:02 FINEST: JspPageTable.<init> justRunShortCut = false
    08/09/09 09:21:02 FINEST: JspPageTable.<init> jsp-timeout = 0
    08/09/09 09:21:02 FINEST: JspPageTable.<init> TldCache= oracle.jsp.parse.tldcache.ApplicationTldCacheImpl@e51510
    08/09/09 09:21:02 FINER: MsgRouterMBeanServlet.init MsgRouterMBeanServlet initializing
    08/09/09 09:21:02 FINER: MsgRouterMBean.<init> Created MsgRouterMBean: oracle.j2ee.jmsrouter.mbean.MsgRouterMBean@1cc5af0
    08/09/09 09:21:02 FINER: MsgRouterMBean.postRegister ENTRY
    08/09/09 09:21:02 FINER: JMXStateImpl.Context getApplicationJndiContext() ENTRY
    08/09/09 09:21:02 FINER: JMXStateImpl.getApplicationJndiContext appName_: default
    08/09/09 09:21:02 FINER: JMXStateImpl.Context getApplicationJndiContext() RETURN application default context
    08/09/09 09:21:02 FINER: AdminMgrBean.ejbCreate AdminMgrBean created: oracle.j2ee.jmsrouter.ejb.AdminMgrBean@18c668c
    08/09/09 09:21:02 FINER: MsgRouterMBean.fireXMLConfigEvent ENTRY
    08/09/09 09:21:02 FINER: MsgRouterMBean.fireXMLConfigEvent RETURN
    08/09/09 09:21:02 FINE: Oc4jJmsMbeanAccessor.registerXMLConfigListener Registered XMLConfigListener
    08/09/09 09:21:02 FINER: MsgRouterMBean.postRegister RETURN
    08/09/09 09:21:02 FINER: LocalizationFilterMBeanServer.registerMBean register mbean: default:j2eeType=OracleASJMSRouter
    08/09/09 09:21:02 FINE: MsgRouterMBeanServlet.registerMBean Registered Message Router MBean
    2008-09-09 09:21:02.235 NOTIFICATION J2EE HTTP-00015 Web application: jmsrouter_web started
    2008-09-09 09:21:02.236 NOTIFICATION J2EE HTTP-00014 Starting web application: javasso-web
    2008-09-09 09:21:02.237 NOTIFICATION J2EE HTTP-00015 Web application: javasso-web started
    2008-09-09 09:21:02.237 NOTIFICATION J2EE HTTP-00014 Starting web application: ascontrol
    08/09/09 09:21:03 FINER: LocalizationFilterMBeanServer.registerMBean register mbean: ascontrol:objectName=LogViewerService
    08/09/09 09:21:04 FINEST: JspPageTable.<init> Initializing JspPageTable
    08/09/09 09:21:04 FINEST: JspPageTable.<init> Servlet Config = com.evermind.server.http.EvermindServletConfig@6d98
    08/09/09 09:21:04 FINEST: JspPageTable.<init> JspServlet Instance =oracle.jsp.runtimev2.JspServlet@1b2cb9
    08/09/09 09:21:04 FINEST: JspPageTable.<init> pageRepositoryRoot = /data/oracle/product/10.2/oc4j-standalone/j2ee/home/application-deployments/ascontrol/ascontrol/persistence/_pages
    08/09/09 09:21:04 FINEST: JspPageTable.<init> justRunShortCut = true
    08/09/09 09:21:04 FINEST: JspPageTable.<init> jsp-timeout = 0
    08/09/09 09:21:04 FINEST: JspPageTable.<init> TldCache= oracle.jsp.parse.tldcache.ApplicationTldCacheImpl@154ec5
    2008-09-09 09:21:04.307 NOTIFICATION J2EE HTTP-00015 Web application: ascontrol started
    2008-09-09 09:21:04.308 NOTIFICATION J2EE HTTP-00013 Web site: file:/data/oracle/product/10.2/oc4j-standalone/j2ee/home/config/default-web-site.xml started
    08/09/09 09:21:04 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized
    08/09/09 09:22:04 FINER: AdminMgrBean.ejbRemove AdminMgrBean remove: oracle.j2ee.jmsrouter.ejb.AdminMgrBean@18c668c

  • Portal Cluster: How to locate all user sessions at once?

    Hi Folks -
    We use Portal NW 7.0 SP14 (Java only) in a clustered mode (several server nodes).  The UME is LDAP, the portal database is Oracle.  Sometimes we need to see where a user's sessions are located in the cluster. We currently use Visual Administrator > Security Provider > Login sessions, but we must search each server node (very time-consuming).
    Does anyone know of an easier (one-step) method to retrieve all sessions for a userid?
    Thanks in advance - Jeff

    Hi Jeff,
    Bad luck: There is no easier way implemented within the standard.
    Hope it helps nevertheless
    Detlev

  • Runcluvfy.sh before upgrading cluster, how and where?

    Hello,
    In a couple of days I have to upgrade 2 node RAC DB to 11.2.0.3. DB version is 10.2.0.4. OS=SELINUX 11. For the purpose of preparation, I want to run CLUSTER VERIFY UTILITY.
    grid@db [db1]: /home/grid > crsctl query crs softwareversion
    Oracle Clusterware version on node [db] is [11.2.0.1.0]Should I unzip new GI 11.2.0.3 software and run ./runcluvfy.sh from new home? Should I created DESTINATION HOME before (e.g. /oracle/app/11.2.0.3/grid). Running runcluvfy from user grid or oracle? Is it okay to run cluster verify utility NOW (upgrade is in a couple of days), is it risk free?
    runcluvfy.sh stage -pre crsinst -upgrade [-n node_list] [-rolling] -src_crshome src_Gridhome -dest_crshome dest_Gridhome -dest_version dest_version [-fixup [-fixupdir path]] [-verbose]
    Also, looking from official upgrade guide ( no idea is this a correct link considering the scenario: http://docs.oracle.com/cd/E11882_01/install.112/e22489/procstop.htm)
    Thanks a lot.
    Best Regards

    I run it with user ORACLE, may be this was the mistake or what. As user grid also exist as can be seen from my above posts. I try to create with directory with user grid initially, but I configuration of the machine (I have not set it up) I was not able to mkdir with user grid ...owner is root there I think.
    oracle@db1 [ee]: /oracle/work/cluvf/grid > ./runcluvfy.sh stage -pre crsinst -upgrade -n db1,db2px -rolling -src_crshome /oracle/app/11.2.0/grid -dest_crshome /oracle/app/grid/11.2.0.3/grid -dest_version 11.2.0.3.0 -fixup -fixupdir /home/oracle/fixup -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "db1"
      Destination Node                      Reachable?             
      db2px                               yes                    
      db1px                               yes                    
    Result: Node reachability check passed from node "db1px"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
      Node Name                             Status                 
      db1px                               passed                 
      db2px                               passed                 
    Result: User equivalence check passed for user "oracle"- -- so I cancel it here
    It means it was in hanging state in my case, isnt it?
    One more thought: At following location I unzipped 30f7 installation file and then used ./runcluvf.sh -- Is it okay? or something need to be install first or so?? confused ...
    oracle@db1 [ee]: /oracle/work/cluvf/grid > ls -l
    total 72
    drwxr-xr-x 9 oracle oinstall 4096 2011-09-22 09:41 doc/
    drwxr-xr-x 4 oracle oinstall 4096 2011-09-22 09:44 install/
    -rwxr-xr-x 1 oracle oinstall 28122 2011-09-22 10:57 readme.html*
    drwxr-xr-x 2 oracle oinstall 4096 2011-09-22 09:44 response/
    drwxr-xr-x 2 oracle oinstall 4096 2011-09-22 09:44 rpm/
    -rwxr-xr-x 1 oracle oinstall 4878 2011-09-22 09:09 runcluvfy.sh*
    -rwxr-xr-x 1 oracle oinstall 3227 2011-09-22 09:09 runInstaller*
    drwxr-xr-x 2 oracle oinstall 4096 2011-09-22 09:44 sshsetup/
    drwxr-xr-x 14 oracle oinstall 4096 2011-09-22 09:44 stage/
    -rwxr-xr-x 1 oracle oinstall 4326 2011-09-02 05:46 welcome.html*
    Regards
    Edited by: John-MK on Jan 10, 2013 5:03 PM
    Edited by: John-MK on Jan 10, 2013 5:09 PM

  • Expdp on  cluster - how to determine where does the dumpfile go

    I'm running expdp with parallel=4 cluster=y and all works fine except that I have to go look on all 4 nodes where the file got put.
    Is there a sql query that would tell me on which node the file would be written to?

    Hi,
    First, make sure the directory object points to shared storage that can be seen by any Oracle RAC instances designated to run Data Pump worker processes.
    query dba_directories and see the dumpfiles directories,
    see this post
    http://download.oracle.com/otndocs/products/database/enterprise_edition/utilities/pdf/datapump11gr2_twp_rac_1009.pdf

Maybe you are looking for