3 Way Replication with SYNC_CAPTURE (WBSSTORT = WBSZENTR = WBSSTORT2)

Hi,
i have a big issue in Oracle Streams 11g (11.1.0.7) with a 3 Way replication with SYNC_CAPTURE.
My challenge is a replication just like that:
WBSSTORT <=> WBSZENTR <=> WBSSTORT2
I have to use the SYNC_CAPTURE because our Customer is using a Oracle Standard Edition.
I followed your Metalink Note: 462102.1 with one big difference in Capture Process.
REM ####################################
REM ### CREATE SYNC CAPTURE ########
REM ####################################
conn stradmin/stradmin@WBSSTORT
BEGIN
DBMS_STREAMS_ADM.ADD_TABLE_RULES(
table_name => 'mfr.t2',
streams_type => 'sync_capture',
streams_name => 'sync_capture',
queue_name => 'stradmin.streams_queue',
source_database => 'WBSSTORT.OPITZ_CONSULTING.INT');
END;
conn stradmin/stradmin@WBSSTORT2
BEGIN
DBMS_STREAMS_ADM.ADD_TABLE_RULES(
table_name => 'mfr.t2',
streams_type => 'sync_capture',
streams_name => 'sync_capture',
queue_name => 'stradmin.streams_queue',
source_database => 'WBSSTORT2.OPITZ_CONSULTING.INT');
END;
conn stradmin/stradmin@WBSZENTR
BEGIN
DBMS_STREAMS_ADM.ADD_TABLE_RULES(
table_name => 'mfr.t2',
streams_type => 'sync_capture',
streams_name => 'sync_capture',
queue_name => 'stradmin.streams_queue',
source_database => 'WBSZENTR.OPITZ_CONSULTING.INT',
include_tagged_lcr => true);
END;
After I have instantiatet the Table SCNs, I tried to insert a row in WBSZENTR, but that row is not propagated and applied to WBSSTORT or WBSSTORT2.
If I insert a row into WBSSTORT, nothing is propagated and applied on WBSZENTR or WBSSTORT2.
So my questions are:
1.     Can I build a 3 way Replication with SYNC_CAPTURE
2.     I’m not sure if the Apply Process working, because the apply_capture is set to TRUE, but in Oracle Documentation I read, the the SYNC_CAPTURE is Captureing only on Table and not from REDO
3.     How can I Build a 3 Way Replication with SYNC_CAPTURE
Many Thanx and greetings from Berlin – Germany
Martin

Have you seen the metalink note: 728911.1

Similar Messages

  • One-Way replication

    Hi,
    Is there a way to perform a one-way replication: we run 9i on a primary server and we want to duplicate the database (running on that server) to a secondary server In case of a failure of the primary server, the second one would be operational.
    We are thinking about using replication to copy data from the primary database to the secondary server. The problem with this solution is that replication is a 2 way process: any changes made on the secondary server is duplicated to the primary one.
    Deletion is a huge problem in our case: deleting a table from the standby server, would delete it from the primary one. This is not acceptable in our case because we do not want to have changes made on the secondery server copied to the first one!
    Any solution to that problem?
    Thanks in advance.

    Using read only materialized view

  • Setup Masters (two ways) Replication

    Anyone knows where I can find clear setup documentation for master replication using Enterprise Manager?? I have two Linux servers running Oracle 9.2 and I like to setup two ways replication between DB1 on server 1 and DB2 on Server 2. I read Oracle replication documentation and It is not clear..Could I setup everything by using tools or I need to run some scripts myself?? thanks...

    Refer to the Metalink Note 117434.1 [http://metalink.oracle.com] - title "Initial Steps Required to Create a Multi Master Replication Environment V8.1/V9.x
    Also, the Oracle Replication Management API Reference document that comes with the Oracle online documentation has scenario-based step-by-step instructions.

  • Replication with fast refresh

    hi everybody,
    I have a problem in replication with fast refresh. I used 2 Windows 2000 server with Oracle 9i Release 9.0.1.1.1 and I can't made the automatic update. This doesn't work and I cant use ON DEMAND.
    I made
    Remote server
    Create table teste (a number primary key, b varchar2(20));
    insert into teste (a, b) values (1, 'weqwuqeui');
    create materialized view log on teste with primary key;
    Server Local --------
    create materialized view admin.teste_mv
    build immediate
    refresh fast start with sysdate next sysdate + 1/1440
    with primary key as
    select * from teste@servidor1;
    Server Remote -------
    insert into teste (a, b) values (2, 'qwerty');
    The first line is in the materialized view teste_mv but the second never appear.
    I know it's a dumb trick but I can't solve this problem at the moment.
    If somebody can help I would appreciate.
    Thanks in advance

    thanks for the reply.
    The job_queue_processes parameter in both servers is set to zero
    The dba_jobs returned the following columns, every other columns are null. The next date and time is in the past.
    JOB LOG_USER 1
    PRIV_USER ADMIN
    SCHEMA_USER ADMIN
    NEXT_DATE 11-JUL-07
    NEXT_SEC 17:45:47
    TOTAL_TIME 0
    BROKEN N
    INTERVAL sysdate + 1/1440 FAILURES
    WHAT dbms_refresh.refresh('"ADMIN"."TESTE_MV"');
    NLS_ENV NLS_LANGUAGE='AMERICAN' NLS_TERRITORY='AMERICA' NLS_CURRENCY='$' NLS_ISO_CURRENCY='AMERICA' NLS_NUMERIC_CHARACTERS='.,' NLS_DATE_FORMAT='DD-MON-RR' NLS_DATE_LANGUAGE='AMERICAN' NLS_SORT='BINARY'
    MISC_ENV 0102000200000000
    INSTANCE 0
    Cheers

  • One way replication from MS sql server to Oracle 10g

    Hi,
    We are using Sql server 2005 windows 2003 32 bit and Oracle 10g 10.2.0.3 on linux 64 bit
    Is it possible to replcate table data on real time from sql server (2005 32 bit or sql server 2000 32 bit)to oracle 10g running on linux 64 bit?
    If yes then what are the steps.
    It will be one way replication from sql server to oracle.
    Which option is best sql server dts or Oracle Stream replication to replicate table data?
    Regards,

    If you want to push data from SqlServer, then ODBC, Linked tables, DTS etc.
    If you want to pull data from Oracle, then Heterogenous Services / Gateway.

  • Transactional replication with 1 publisher 2 subscribers in SQL 2012 SE

    I have a setup of transaction replication between one publisher and subscriber in the Same server.Now, I need to add a new subscriber to the existing publisher. So publisher database name is DB_A and Subscriber 1 name is DB_B. So the new subscriber will
    be DB_C. 
    Is this kind of setup possible on one server?
    If yes then at the time of reinitialization is it going to apply the snapshot on DB_B as well as DB_C?
    Also let say if due to disk error DB_B gets corrupted then will data be still replicated between DB_A and DB_C? (Assuming publisher, subscriber 1 and 2 are sitting on individual disks)
    Need your valuable thoughts experts.
    Thanks a ton.

    For that you have to setup replication with backups. Assuming you had a failure and the only option now is to reinitialize, then instead you basically drop the subscription, change the publication property to
    allow_initialize_from_backup to true. Now you can follow the article below to create the subscription. Instead of using the backup from publisher you can use the old backup of subscriber. In this case, you need to confirm that
    all the data that is in the publisher (which needs to be replicated) is already there in subscriber.
    http://msdn.microsoft.com/en-us/library/ms147834.aspx
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • What is best way dealing with large tiff file in OSX Lion?

    I'm working with large tiff  file (engineering drawing), but preview couldnt handle (unresponsive) this situation.
    What is best way dealing with large tiff file in OSX Lion? (Viewing only or simple editing)
    Thx,
    54n9471

    Use an iPad and this app http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=400600005&mt=8

  • SQL Server 2012 Transactional Replication with updateable subscriptioins

    Hi All,
    It is heard that Transactional Replication with Updateable Subscriptions
    is
    deprecated in SQL 2012 so it is not possible to configure through the wizards but
    we can still configure it by using T-SQL Script. Would you please share that script if possible to configure the same in SQL Server 2012. Thank You.
    Regards,
    Kalyan
    ----Learners Curiosity Never Ends----

    Thanks for the information,
    I understand that you have got the answer yourself and post it, Therefor I mark your answer. If this is still open question please inform us.
    [Personal Site] [Blog] [Facebook]

  • Error message saying "unable to establish two-way communication with device"

    I have an HP C309a printer/scanner/fax. I have recently reconfigured it to work wirelessly instead of via the USB cable, which it does. But if I try to go on to  the HP Solution Centre/Settings/Printer Toobox to clean the printheads, it tells me that this cannot be done because "the computer cannot establish two-way  communication with the device".
    If I plug the USB cable back in, I can clean the printheads fine.
    Does anyone have a way of allowing me to clean the printheads without using the USB cable?
    roger

    Hi rogercorke,
    I believe you can also clean the printhead from the printer control screen. Press the Wrench button from the printer Home screen and then press Tools>Clean Printhead.
    If you need to use this feature wirelessly, try running the HP network diagnostic utility on your wireless setup and see what it says: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?cc=us&lc=en&jumpid=ex_r4155/en/hho/ipg/foru...
    Please click the blue Kudos star in the post that helped you. 

  • Implement two way replication on few tables

    Is there a way where I can implement 2 way replication.
    For instance I've two database A and B
    In a table in database A get updated or changed ..the effect should be shown on B
    and vice versa....
    Need ideas...

    * Oracle edition (enterprise, standard),
    Enterprise edition
    * network connectivity (is there a stable network link between the two),
    Yes we have a stable network
    * latency requirements (how quickly does a change on one have to appear on the other), and
    probably every 3 hrs
    * business requirements (why are you replicating the data in the first place)
    Well ours is call center, we work according to the availability of the interpereters and also we keep change pricing of call on daily basis.
    So there are few tables which needed to be updated regularly.

  • Oracle stream two ways replication

    Hi all,
    I have a primary database and standby database. I'm using Oracle Stream for replication.
    I have a question.
    Can my standby database becomes primary and primary database becomes standby?
    Thank you!
    Dan.

    Thanks Arun,
    I've configured Bi-directional Replication on DB-11G-R2 by command and configured 1 way replication on Enterprise Manager but i failed to configure Bi-directional Replication on Enterprise Manager.
    Do you have document that guides steps by steps configuration Bi-directional Replication on Enterprise Manager?
    Brds,
    Dan.

  • Fully integrated 2 way sync with my computer

    Guys
    really starting to enjoy my new Z10 apart from the lack of 2 way syncing with my computer, outlook, appts & contacts etc. This is one of the features that was really good with my old Bold on OS7, when will it be availbel for OS10 please?
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!
    When? How about now? Refer:
    http://supportforums.blackberry.com/t5/BlackBerry-Link/NEW-Download-Link-with-Outlook-Sync-v1-1-1-an...
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • 2 way sync with outlook contacts

    how do i configure itunes to do a 2 way sycn with my iphone and outlook 2010?

    The sync process for contacts with a supported address book app on your computer is a bi-directional or true sync process, or should be. There is no setting to enable or disable this.

  • 2 way replication using Oracle 10g OID

    Hi Friends,
    Is it possible to have 2 way replication between Oracle E-Biz R12.1.3 and Microsoft Active Directory(windows 2008 server) at the same time using Oracle 10g OID.
    Regards,
    DB

    Hi Leoncio,
    Thanks and the requirement is :
    1) user will be cretaed in Oracle e-biz R12.1.3 HRMS application and it should be replicated to Microsoft Active Directory (windows 2008 server)
    2)E-mail address will be cretaed in Microsoft Active Directory (windows 2008 server) against an existing user and it shoule be replicated/updated in Oracle e-biz application User
    Regards,
    DB

  • 2 way sync with my Blackberry Curve and Hotmail

    Is it the case that with a free hotmail account I can not have 2 way sync with my Blackberry Curve. What if I upgrade to a subscription Hotmail account? Or is it just not possible?

    Its not possible with Hotmail.
    Here is a comparison chart of the various services:
    http://www.blackberry.com/btsc/KB05133
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Some computers are not being assigned IP addresses WRT54G

    We have Wireless-G (WRT54G) Recently our cable modem went out and was replaced.  All the computers that were connected at the time are accessing the internet just fine. However, any new connections (or re-establishing connections after powering off)

  • Grant read only permission on my stored procedure.

    I have a requirement like give reaonly access on my stored procedure to another user , not even execute permission on that steored procedure. Could you please let us know the command ?

  • Anyone else order their iphone online?

    Hi, My friend at work was smitten with my iPhone and ordered one online, it says an estimated 2-4 week ship. Did anyone else order one online and get any different information from apple on maybe getting them sooner? iBookvG4   Mac OS X (10.4.10)  

  • Looping through an array more that once

    I have simple array of movie clips that loop through once according to the code below: private var  lettersL1:Array = [a,a,f,f,f,g,h,i,i,n,n,n,o,o,o,o,s,s,t,t,t];           for (var i: Number  =0; i < lettersL1.length; i++)                     trace

  • Letterboxed 16:9 Buttons over Video: a nightmare in the making?

    I am creating a project that will include A LOT of Button Over Video menus. The videos are 16:9, so I had planned to use Letterbox display mode. In the manual (p.442)it says that there are issues with this on 4:3 monitors. One solution seems to be a