Replicate filter to identify inconsitence in active-active configurations

Hi,
I am looking for the best way for Goldengate to handle consistency in an active-active configuration.
I would like every transaction to be checked at the target by the replicate process if the before value of every column match the value in the target table column and row.
My databases have 400 tables and I am looking for an easy configuration to identify transactions where the before values doesnt match the actual value in the target table.
One solution is to trap the filter exception for each table, but I hope You may help me with a better solution:
replicat r_gtmgts
userid goldengate, password goldengate
assumetargetdefs
discardfile ./dirrpt/r_gtmgts.dsc, append
GETUPDATEBEFORES
REPERROR (21000, EXCEPTION)
MAP user1.table1, TARGET user1.table1,
SQLEXEC (ID tab394, ON UPDATE,
QUERY "select count(*) c from user1.table1 where 1=1 and DBID_=:p1 and STATE_=:p4 and TIMESTAMP_=:p3",
PARAMS (p1=BEFORE.DBID_,p4=BEFORE.STATE_,p3=BEFORE.TIMESTAMP_), BEFOREFILTER, ERROR REPORT, TRACE ALL),
FILTER (ON UPDATE, 0 <> tab394.c, RAISEERROR 21000);
MAP user1.table1 TARGET user1.konflikt_gg
EXCEPTIONSONLY,INSERTALLRECORDS,EVENTACTIONS (STOP),
COLMAP (konflikt_type = "UPDATE KONFLIKT OPPDAGET", eier = "USER1", tabell = "TABLE1", dato = @DATENOW(), pk = @STRCAT(DBID_), beskrivelse = @STRCAT("DBID_=", BEFORE.DBID_,">", DBID_, ", ","STATE_=", BEFORE.STATE_,">", STATE_, ", ","TIMESTAMP_=", BEFORE.TIMESTAMP_,">", TIMESTAMP_));
...repeated for each of the 400 tables.
Thanks for Your help!

Hi,
I followed ur suggestion also now also same problem.I think i did some mistake in configuration parameters.
now i will post my ext1,dpump and rep1 parameters what i given in source and destination.
please correct me where i did mistake it is very important to me.
Source Hostname : node11
Destination Hostname : node12
source side :*
mgr configuration file :-_
PORT 7809
USERID ggs_owner, PASSWORD ggs_owner
PURGEOLDEXTRACTS /u01/app/oracle/product/gg/dirdat/ex, USECHECKPOINTS
ext1 configuration file :-_
---- In before last line i given DDL MAPPED IN -----------
EXTRACT ext1
USERID ggs_owner, PASSWORD ggs_owner
EXTTRAIL /u01/app/oracle/product/gg/dirdat/lt
TABLE scott.emp;
I removed that DDL line and after i tried but i don't know y it's not working.
dpump configuration file :-_
EXTRACT dpump
PASSTHRU
RMTHOST node12 MGRPORT 7809
RMTTRAIL /u01/app/oracle/product/gg/dirdat/rt
TABLE scott.emp;
in this file also i given *,* between node12 and MGRPORT once i given *,* between that means the extract dpump is automatically goes to ABENDING state*
Y it automatically goes that state i dont know please if i did any mistake in configuration side means please correct me.
Destination side:*
mgr  configuration file :-*
PORT 7809
USERID ggs_owner, PASSWORD ggs_owner
PURGEOLDEXTRACTS /u01/app/oracle/product/dirdat/ex, USECHECKPOINTS
replicat rep1 configuration file :-*
REPLICAT rep1
ASSUMETARGETDEFS
USERID ggs_owner, PASSWORD ggs_owner
DDL INCLUDE MAPPED
MAP scott.emp, TARGET scott.emp;
Source side:
SQL> conn scott/tiger
Connected.
SQL> alter table emp add new_col varchar2(2);
Table altered.
SQL> desc emp;
Name Null? Type
EMPNO NOT NULL NUMBER(4)
ENAME VARCHAR2(10)
JOB VARCHAR2(9)
MGR NUMBER(4)
HIREDATE DATE
SAL NUMBER(7,2)
COMM NUMBER(7,2)
DEPTNO NUMBER(2)
NEW_COL VARCHAR2(2)
Destination side:
SQL> conn scott/tiger
Connected.
SQL> desc emp;
Name Null? Type
----------------------------------------- -------- ---------------------------- EMPNO NOT NULL NUMBER(4)
ENAME VARCHAR2(10)
JOB VARCHAR2(9)
MGR NUMBER(4)
HIREDATE DATE
SAL NUMBER(7,2)
COMM NUMBER(7,2)
DEPTNO NUMBER(2)
now also it is not working please give me reply as soon as possible and tel me where i did mistake in the above configuration files .
Send me solution as soon as possible.
Regards,
Ram

Similar Messages

  • Active-Active replication

    Hi , I'm implementing Active -active replication between two oracle databases, please find below my replicat setup,
    REPLICAT REP_A
    USERID ggadmin, PASSWORD ggadmin
    DISCARDFILE E:\ggs\dirrpt\conf_dsc.rpt, append
    ASSUMETARGETDEFS
    DDL INCLUDE ALL
    DDLERROR DEFAULT IGNORE RETRYOP
    --HANDLECOLLISIONS
    APPLYNOOPUPDATES
    GETAPPLOPS
    IGNOREREPLICATES
    ALLOWDUPTARGETMAP
    MAP MY_USER.EMPLOYEE, TARGET MY_USER.EMPLOYEE, &
    REPERROR (22000, DISCARD), &
    SQLEXEC ( ID checkemployee, ON UPDATE, &
    QUERY "select count(*) empduplicate from MY_USER.EMPLOYEE where employee_id = :p1 and &
    employee_timestamp > :p2 ", &
    PARAMS (p1 = employee_id, p2 = employee_timestamp), BEFOREFILTER, ERROR REPORT, &
    TRACE ALL),&
    FILTER (checkemployee.empduplicate = 0 , ON UPDATE, RAISEERROR 22000 );
    This same replicat prm configured on both source and target environments , the processes are running fine, but while try to update the same row at a time in source and target , i'm getting the below error message in both side and replicat process goes ABEND status, please help me to resolve this issue and guide me how to avoid conflict with help of timestamp?>
    2011-06-27 18:11:40 GGS ERROR 218 Oracle GoldenGate Delivery for Oracle, REP_C.prm: Error mapping from MY_USER.EMPLOYEE to MY_USER.EMPLOYEE.
    2011-06-27 18:11:40 GGS ERROR 190 Oracle GoldenGate Delivery for Oracle,
    REP_A.prm: PROCESS ABENDING.

    You'll have to look at the full report file.
    You've pasted the replicat file for "REP_A", but the error message says REP_C.prm.
    From a support perspective, the great thing about report files is that they contain the exact param (*.prm) file used when the process was started. So even if someone changes the prm file after the fact, the report file always contains the "real" params used to start the process.
    Also, just to take this one step at a time, try to not run in active/active mode. First, try to replicate in one direction, and just manually create the row in the target that you want to cause the conflict. (It's possible that you don't have the active-active configuration correct... Do you have a trace table to exclude cycles? You should explicitly use the "traceTable" param so this is clear. Or do you want to use "excludeUser" to avoid cycles?)
    Thanks,
    -Michael

  • Asa in active/active vpn solution licensing question

    Hello All
    I have a customer with the following requirements:
    1) A Cisco VPN Solution that will be support SSL VPN and Cisco Client VPN - The  solution will be a failover configuration running in an active-active set up.  The solution offered will be fully supported (i.e. it will not go into End of  Life or and lower level of support etc) by Cisco for the next 5 Years.
    a. We  would expect the devices to be similar to the ASA 5520 Appliance with  SW,HA,$GE+1FE,£DES/AES (Including ASA 5500 Advanced Endpoint ASS)
    2) User  licenses for the above - Please quote for both the following
    a. 500 appropriate SSL VPN User Licenses
    b. 250  appropriate SSL VPN User Licenses
    I am quoting them for the 500 ssl vpn bundle
    ASA5520-SSL500-K9 and for the
    ASA5520-BUN-K9.
    Is it right that in active/active  software 8.3 and above that the 500 ssl vpn licenses will be shared between the 2 asa's or will I need to have 250 licenses on each asa.
    Also I have read that in active/active I cannot use shared licenses, is this relevant in a vpn solution?
    http://www.cisco.com/en/US/docs/security/asa/asa84/license/license_management/license_86.html#wp2003381
    Url above has this “The  backup server mechanism is separate from, but compatible with,  failover.
    Shared  licenses are supported only in single context mode, so Active/Active failover is  not supported.”
    Also “Failover  Guidelines
    •Shared licenses are not supported in Active/Active mode. See the "Failover  and Shared Licenses" section for more  information.
    I also need to purchase the
    ASA-ADV-END-SEC and
    ASA-AC-M-5520 (any connect mobile) as the vpn client is eos/eol.
    Do I need to buy this for both asa's or can they share them in active/active mode.
    Thanks in advance.
    Feisal

    Hi Vibhor and thanks for the quick reply. We will be using version 9.3. I was aware that the ASA does not support PBR but I thought with the new code you could do some policy nat that could help influence the outbound flow?
    So in this case we have 2x ISPs and 2x public address space, one from each ISP. How is the NAT and routing handled by the ASA in this design?
    Can I not identify the guest subnet (192.168.0.0/22) and NAT this to a public address from ISP1 and also identify the corp subnets (10.x.x.x)  and NAT them to ISP2?
    My understanding (which is probably wrong) is that the NAT will select the egress interface rather than the routing table, so guest will be sent via ISP1 since the SVI interface of the ASA that connects to this ISP1 has an IP address from the same public address space..?
    Is that incorrect?
    Many thanks
    Rays

  • Unable to failover the services in active-active cluster node

    Hi,
    i am applying the sp2 patch for sql server 2008 r2 in active-active cluster, we have 3 services in the cluster , node 1 as 2 prefered owner and node 2 as 1 prefered owner, when i try to move the service from node 2 to node1 , i am getting the below errors
    DCOM was unable to communicate with the computer XXXXXXXXX using any of the configured protocols.
    The Kerberos client received a KRB_AP_ERR_MODIFIED error from the server XXXXXXXXX. The target name used was RPCSS/XXXXXX. This indicates that the target server failed to decrypt the ticket provided by the client. This can occur when the target server principal
    name (SPN) is registered on an account other than the account the target service is using. Please ensure that the target SPN is registered on, and only registered on, the account used by the server. This error can also happen when the target service is using
    a different password for the target service account than what the Kerberos Key Distribution Center (KDC) has for the target service account. Please ensure that the service on the server and the KDC are both updated to use the current password. If the server
    name is not fully qualified, and the target domain (XXXXXX) is different from the client domain (XXXXXXX), check if there are identically named server accounts in these two domains, or use the fully-qualified name to identify the server.
    The Cluster service failed to bring clustered service or application 'CHCROCHC045' completely online or offline. One or more resources may be in a failed state. This may impact the availability of the clustered service or application.
    Cluster resource 'SQL Server (CHCROCHC045)' in clustered service or application 'CHCROCHC045' failed.
    any inputs appreciated to resolve this issue as i could not procedd with patching
    BR
    PGR

    Hi PGR,
    As the issue is more related to Windows Server, I would like to recommend you post the issue in the
    Windows Server forums for better support.
    In addition, below are some article about troubleshooting error ” DCOM was unable to communicate with the computer XXXXXXXXX using any of the configured protocols” for your reference.
    Event ID 10009 — COM Remote Service Availability
    How to troubleshoot DCOM 10009 error logged in system event?
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Dataguard Active/Active Vs Golden gate in 11i environment

    is there any difference between setting up 11gR2 RAC + Dataguard in Active/Active mode Vs 11gR2 + DG + Golden Gate in 11i environment? Besides, are there any pros and cons in setting up one over another?
    environment: RH5.x, 11gR2, 2-node RAC, 11.5.10.2

    Data Guard with Physical Standby & Real-Time Query (Active Data Guard) is for Disaster Protection in the first place. Additionally, you can use the Standby for Reporting (Read-Only)
    Golden Gate or Streams is for Replication in the first place. You could do much more than just read-only reports. You don't need to replicate everything. You could do Multimaster-Replication. Additionally, you get some protection against damage of the source database(s).
    The question is: Do you want Disaster Protection or Replication as the most important Business Requirement.
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • Triggers in active-active configurations

    Hi,
    I am new to Goldengate and are looking for best practices regarding database triggers when replicating with Goldengate in an active-active configuration.
    Will best practices be to not replicate tables which are filled by triggers or is it some magic parameters?
    Scenario: To databases, both with active users. Tab1 in both databases has a trigger updating tab2. Will best practices be to just replicate tab1 with Goldengate?
    Thank You for Your help!

    HI,
    I think this will help you....
    SUPPRESSTRIGGERS |
    NOSUPPRESSTRIGGERS
    Valid for Replicat for Oracle. Prevents triggers from firing on target objects that are configured for replication with Oracle GoldenGate. You can use this parameter for Oracle 10.2.0.5 and later patches, and for Oracle 11.2.0.2 and later, instead of manually disabling the triggers. To use this option, the Replicat user must be an Oracle Streams administrator, which can be granted by invoking dbms_goldengate_auth.grant_admin_privilege.

  • How to know the Cluster is active active or Active Passive

    Friends 
    A quick and easy Question. I am pretty new to Clustering. How do I know the cluster is whether active active or active passive?

    Hi Prasant,
    Simple two-node,  for Active-Passive cluster, only a single SQL Server instance is running. For Active-Active cluster, both SQL Server instances are running on each physical node of the cluster.
    Generally, we can use one of the following options to identify the active node in a SQL Active-Passive Failover Cluster. For more details, please review this
    blog.
    1. In “Failover Cluster Management” console, you can see the current active node under the label “Current Owner” from summary screen.
    2. Run the following T-SQL in SQL Server Management studio.
    SELECT SERVERPROPERTY('ComputerNamePhysicalNetBIOS')
    There is also a similar thread for your reference.
    https://social.technet.microsoft.com/Forums/en-US/be030e90-f41e-4d42-89e0-ae2a740fbb54/how-to-determine-a-node-is-active-or-passive?forum=sqldisasterrecovery
    Thanks,
    Lydia Zhang

  • Cisco Access Registrar 5 : What design or requirements for active/ active deploiement

    Hi Every one
    I want to install Cisco Access Registrar 5  on two different servers in active/ active design
    What design or requirements for active/ active deploiement ?
    Using Sun Solaris ? (i know using sun Sloaris i can have this mode of high availability BUT I PREFER INSTALLING IT ON  RED HAT ENTERPRISE )
    Using RED HAT ENTERPRISE on the two servers  ?   i wan to knew if i must use Vmware with the adequate licences (Vcenter) to provide FT fonctionnality for active / active Design ?
    How i can use the replication   to provide a complet active / active Design ?
    Cordialement
    Zammit Ikbel

    It depends what functionalities you want to use on CAR.
    For example:
    If only plain authentication is needed, you can install two servers independently and just configure replication between them (they just need IP visibility to replicate configuration). NAS clients can contact servers in  round-robin or you can share load on two servers in some other way.
    If you want CAR to perform session management and dynamic IP address allocation, than you need some cluster solution, as two servers must have synchronized state of sessions and consistent administration of addresses allocated from a pool.
    Best regards,
    Jasmina

  • Active-Active config from N5k to N2k

    On the N5k-B set at priority 105, I cannot see interface 101 of the fex, but can see inter 101 on "priority 110, n5k-A" why is that? when I do a sh vpc brief, adj is up alive. I went ahead and powerdown the N5k-A and now N5k-B has inter 101....so can I assum this is normal behavior?
    vpc domain 200
      role priority 105 while the other N5k is set to 110
      peer-keepalive destination 192.168.1.1
      peer-config-check-bypass
    fex 101
      pinning max-links 1
      description FEX0101
    interface port-channel101
      description ****TO-N2K-ROW-1****
      switchport mode fex-fabric
      untagged cos 0
      fex associate 101
      speed 10000
    interface Ethernet1/7
      description ****TO-N2K-ROW-1****
      switchport mode fex-fabric
      fex associate 101
      channel-group 101
    interface Ethernet1/8
      description ****TO-N2K-ROW-1****
      switchport mode fex-fabric
      fex associate 101
      channel-group 101

    Hi,
    If you are looking at configuring the N2K for so that both uplink are active-active toward the vPC peer devices, then you need to configure the interface port-channel 101 with a common vPC identifier.  For example configure both interface port-channel 101 on the N5Ks to be in say 'vpc 101', without this they are not logically bound.
    If you run a 'show interface fex' or 'show fex' not sure from the top of my head, but it should show the status of the fex in question from the N5K which you are unable to see the interface.
    Regards
    Allan.
    Hope this helps, pls rate helpful posts.

  • Active-active,

    Hi experts,
    In active - active database replication , how to resolve constraint violation? is there any specific parameter available in GG? please advice me.

    how to add table level supplemental logging groups automatically on Taget-DB
    1. config
    Source DB: tstdb01
    --extract
    EXTRACT EXTRACT1
    -- Specify database login information as needed for the database:
    USERID gg@ORCL, PASSWORD gg
    -- Specify the local trail that this Extract writes to:
    EXTTRAIL ./dirdat/sa
    DDL INCLUDE OBJNAME "SCOTT.*"
    DDLOPTIONS ADDTRANDATA, REPORT
    -- Specify tables to be captured:
    TABLE SCOTT.*;
    --extract dump
    EXTRACT EVLLPMP1
    -- Specify database login information as needed for the database:
    USERID gg@ORCL, PASSWORD gg
    -- Specify the name or IP address of the secondary system:
    RMTHOST tstdb02, MGRPORT 7868
    -- Specify the remote trail on the secondary system:
    RMTTRAIL /u01/app/ggs/dirdat/ta
    DDL INCLUDE OBJNAME "SCOTT.*"
    DDLOPTIONS ADDTRANDATA
    -- Specify tables to be captured:
    TABLE SCOTT.*;
    Target DB: tstdb02
    --replicat
    REPLICAT REP01
    -- Specify database login information as needed for the database:
    USERID gg@ORCL, PASSWORD gg
    DISCARDFILE ./dirrpt/rep01.dsc, PURGE
    -- State that source and target definitions are identical:
    ASSUMETARGETDEFS
    ALLOWDUPTARGETMAP
    CHECKPOINTSECS 30
    GROUPTRANSOPS 2000
    BATCHSQL
    DDL INCLUDE OBJNAME SCOTT.*
    DDLERROR DEFAULT IGNORE RETRYOP
    -- Handle collisions between failback data copy and replication:
    HANDLECOLLISIONS
    -- Specify mapping of exceptions to exceptions table:
    MAP SCOTT.*, TARGET SCOTT.*;
    2. test
    Source DB: tstdb01
    sqlplus > create table SCOTT.A3 as select * from scott.dept;
    GGSCI (tstdb01) 2> dblogin userid gg, password gg
    Successfully logged into database.
    GGSCI (tstdb01) 3> info trandata SCOTT.A3
    Logging of supplemental redo log data is enabled for table SCOTT.A3
    Target DB: tstdb02
    GGSCI (tstdb02) 9> dblogin userid gg, password gg
    Successfully logged into database.
    GGSCI (tstdb02) 10> info trandata SCOTT.A3
    Logging of supplemental redo log data is disabled for table SCOTT.A3.
    3. ask
    Source DB : Logging of supplemental redo log data is enabled for table SCOTT.A3
    Target DB : Logging of supplemental redo log data is disabled for table SCOTT.A3.
    So, when create table on Source-DB , how to add table level supplemental logging groups automatically on Taget-DB?

  • How can we achive active/active cluster setup with Oracle

    Hi Experts,
    How can we achieve active/active database setup with oracle WITHOUT USING RAC.. As far as I know it's impossible (unless I'm wrong)..
    We are using Oracle 11.2.0.1 64bit on Windows 2008 server. We deployed Oracle FailSafe but that's more of an active/passive solution based on a windows cluster.
    The other solution we were thinking about is to use DataGuard and replication.. two servers.. the oracle instance running on one server generating logs, and the other server receive the logs and apply them to the physical standby db.. Still, this is not a real active/active setup.
    So, is it possible to run 2 servers in an active/active cluster and have the oracle database in an active/active setup or have the instance running on multiple nodes (at the same time)?
    Thanks

    Let me give you a brief explanation of what the situation is and you can be the judge..
    My client have four databases with the smallest one being 20GB and the biggest around the 35gb (SGA 750mb to 1.4gb (Tiny by DB standards) and probably on a normal day, you can run all four of them on a decent desktop).. The DBs are used to keep track of people information. Through out the year, the databases are almost sitting idle, and by idle I mean, the odd update here and there, the odd report..etc. No hard real processing of any sort. Two days of the year (end of year) we have all the operators consolidating records and what's not and they will be pounding away entering data and updating the tables - with hourly reports that goes to 3rd parties. The client expects a 99.99 up time and availability during those 2 days.
    Now, tell me, How can I justify using RAC and spending hundreds of thousands of dollars in licensing and what ever extra costs introduced by the complexity of the environment for the above scenario knowing that I don't have any real use for RAC for 363 days of the year; and we MIGHT need it for 2 days of the year? This is the dilemma we're facing.
    Thanks
    Edited by: rsar001 on Sep 3, 2010 9:42 AM

  • Clustering of Oracle AS 10.1.3.0 nodes in active-active topology

    Hi,
    The following requirements for clustering in our environment exist:
    * Active-active topology
    * External hardware load-balancer
    * Fail-over
    * Application session-state replication
    We use multiple Oracle AS 10.1.3.0 nodes. Applications are deployed on 2 or more OC4J instances on those nodes.
    I've read the Oracle docs on clustering and I have some questions regarding the clustering configuration to use:
    1. When an external hardware load-balancer is used, is configuring an Oracle AS cluster needed then? The docs talk about clusters, but in some cases I'm not sure whether an Oracle AS cluster or a hardware cluster is meant.
    2. It seems not entirely clear what type of application clustering to use in combination with an Oracle AS cluster: either multicast or peer-to-peer? If I'm correct the Oracle docs suggest to use dynamic peer-to-peer application clustering if an Oracle AS cluster is used and multicast for standalone OC4J. Is that correct?
    Thanks,
    Ronald

    1. Well, the idea is to have all clients route their HTTP requests to the physical load-balancer. The load-balancer will route/forward the requests to one of the Oracle AS nodes based on the load on those machines. If application state is synchronized between the application(s) on the OC4J instances, it would not be necessary to configure an Oracle AS cluster? Or are there advantages for having such a cluster? One of the pros I can think of would be that groups are automatically created so deployment/management of the application(s) becomes easier. Are there any other? Or is this configuration w/o Oracle AS cluster not a good idea?
    2. Clear.
    3. JMS, thanks for the tip.
    4. Yes we use Oracle RAC. Does that impose constraints on the Oracle AS clustering and/or application clustering?
    Ronald

  • Exchange 2013 - Unbound Stretched Active/Active DAG

    I'm designing an Active/Active DAG utilizing a 3-site scenario, with the third site for FSW.
    I intend to have 3 CAS+MBX servers in each location.
    Site A & B are separately co-located and Site C is geographically distant site for the FSW
    Should the WAN connections of Site A go down (for whatever reason), do the passive copies of Site A's DB's on Site B automatically mount?
    What happens with the copies in Site A when this is going on, and what occurs when the links are restored? Is there any manual intervention required here and is DAC/Split-Brain syndrome a concern at all?
    What if the client doesn't want Auto-failover, can blockautoactivation be set for the passive DB's to -SiteOnly?

    Hi Hayley,
    Q:- Should the WAN connections of Site A go down (for whatever reason), do the passive
    copies of Site A's DB's on Site B automatically mount?
    Yes it could be automatically mount depends on DAC mode, you should enable it by default it is disable.
    Q:- What happens with the copies in Site A when this is going on, and what occurs when the links
    are restored? Is there any manual intervention required here and is DAC/Split-Brain syndrome a concern at all?
    Site A copy would be like Passive Copy which will get the log shipping from Site B once the WAN link will be up and running, as the DAC mode is enable will not allow
    the Site A database to mount its database once it will up and running, 
    You can later change your active copy to Site A.
    Q: - What
    if the client doesn't want Auto-failover, can blockautoactivation be set for the passive DB's to -SiteOnly?
    Please check the below link for better understanding.
    http://technet.microsoft.com/en-us/library/dd979790(v=exchg.150).aspx
    Thanks & Regards
    Ashish Gaur
    Ashish Gaur

  • How to : Active/Passive and Active/Active Enterprise manager R3 (10.2.0.3)

    Soon I will implement the above named version of EMR3 on a AIX 5.3.3 platform. I have a couple of questions about active/passive and active/active implementations. These are the questions I have:
    Basic install:
    Implementing 10.2.0.2 and upgrading to 10.2.0.3 works fine on host 1234 (already done that).
    Does anyone have experience with an implementation on host 1234', in other words, a virtual host (different IP-numbers on the same ethernet adapter)?
    Active/passive
    Lets assume that the implementation on server 1234' works fine, how can I realise a cold failover situation? On AIX you can move/transport the volume group to the failover server, activate the volume group, mount your filesystems and the application is running again. This is the theory but ....
    Active/Active
    If this 'basic' install is done, can someone briefly tell me how to migrate the OMS repository to a RAC implementation? Is this possible or do I need to setup the repository for the OMS at the start of the implementation. Has anyone experience with using virtual hostnames, RAC and EMR3.
    Can anyone tell me where I can find some good documentation instead of reading all these thousands of pages of Oracle's guides.
    Help would be appreciated.
    Message was edited by:
    Jeroen Udo

    Soon I will implement the above named version of EMR3 on a AIX 5.3.3 platform. I have a couple of questions about active/passive and active/active implementations. These are the questions I have:
    Basic install:
    Implementing 10.2.0.2 and upgrading to 10.2.0.3 works fine on host 1234 (already done that).
    Does anyone have experience with an implementation on host 1234', in other words, a virtual host (different IP-numbers on the same ethernet adapter)?
    Active/passive
    Lets assume that the implementation on server 1234' works fine, how can I realise a cold failover situation? On AIX you can move/transport the volume group to the failover server, activate the volume group, mount your filesystems and the application is running again. This is the theory but ....
    Active/Active
    If this 'basic' install is done, can someone briefly tell me how to migrate the OMS repository to a RAC implementation? Is this possible or do I need to setup the repository for the OMS at the start of the implementation. Has anyone experience with using virtual hostnames, RAC and EMR3.
    Can anyone tell me where I can find some good documentation instead of reading all these thousands of pages of Oracle's guides.
    Help would be appreciated.
    Message was edited by:
    Jeroen Udo

  • FTP Adapter duplicate processing of files in Active-Active cluster env

    Hi All,
    We have single active-active cluster environment and we have configured all the HA configurations for Inbound and Outbound operations (except outboundDatasourceLocal). But we faced a situation that the FTP Adapter processed a file twice. This happened when there was a fail-over in oracle database in where SOA-INFRA schema is created.
    Please let me know if anyone faced similar issue and what would be the resolution for this duplication issue.
    Thanks in Advance.

    Hi Vernetto,
    Thanks for your reply.
    I too had opened a ticket with oracle and they are looking into the issue.
    can you please let me know what are the inbound and outbound operation configurations you have specified in the 'outbound connection pools'. Also is there any other specific property you set in jca file?
    one more thing is, we have configured outboundLockTypeForWrite to 'oracle' as we are using the oracle database. but i couldnt see any data in FILEADAPTER_IN or in FILEADAPTER_MUTEX tables. you said you could see data in FILEADAPTER_IN table. so is there any specific property requires to be set which i am missing?
    please suggest.
    Thanks.

Maybe you are looking for

  • Moved from AVID to FCP...viewing on NTSC monitor question

    I am in the process of migrating to FCP studio from AVID with mojo. With the mojo I used a S-video out to my NTSC monitor. Now with my FCP system, I have to always have my DSR-25 on and use the composite out to the monitor. Is there a better way? I a

  • N96 Problems!!!

    Just yesterday I had the opportunity to upgrade the firmware to V12!!! The thing is that during the update (using NSU), there was a problem twice and after that I managed to install the new firmware. Now the thing is that this morning I found the mob

  • Re: Where to get a cable for the 6230i

    hiya i have got a 6230i and was wondering where i can get a usb cable from?Message Edited by ajak on 19-Jun-2006 09:57 AM

  • Webdynpro themes

    Hi, i developed a theme for the SAP WEB AS 6.40 with the NW04Stack16 theme editor in the developer studio 2.0.16 and the appropriate themes (service pack 16). Now i have to migrate the standalone webdynpro application to the new SAP WEB AS 7.00 using

  • 'Solver' for Linear Programming

    Hi, I'm a university student doing accounting in UK and I need to answer some questions on Linear Programming which I am supposed to solve using Microsoft Excel. To do this, I need 'solver' tool which i can get free from the internet. However, I do n