Replication scenario (please answer)

We have 96 table in one oracle User and we want to replicate them in bidirectional way, 4-5 tables use for logging and we don't want to replicate them.
which scenario do you suggest to me:
1- Use schema base capture,apply and prevent logging tables to replicate with rule and Tag ?
If yes please tell me how can I restrict some tables in schema to don't replicate.
2- Use table base capture,apply and write it for all necessary table (HUGE work for about 90 tables :( ).
I prefer first one but I don't know how to exclude some tables from schema to don't capture and/or apply.

Do a table level capture and schema level Prop and Apply. That way you filter out the tables in capture level itself and you avoid the second filter again in Prop and Apply level.

Similar Messages

  • Unit 4 Assignment 1, AD Replication Scenario

      what is the recommendations for site-link protocols and replication schedule/frequency as well as the possibility of recommending/justifying redundant links to branch 1 ?

    I have already answered that here: https://social.technet.microsoft.com/Forums/windowsserver/en-US/a0507a50-8e4d-48ab-be8f-1f0bfb401f4a/ad-design-replication-scenario?forum=winserverDS#a0507a50-8e4d-48ab-be8f-1f0bfb401f4a
    Please note that a DC can remain unreachable for a period that should not be longer than your tombstone lifetime period: https://technet.microsoft.com/en-us/library/cc784932%28v=ws.10%29.aspx
    For redundant links, it depends of your requirements, impacts when a site is disconnected and your SLAs. So, I would recommend first to identify your requirements before looking to how the configuration should be.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • I i want to run many-to-one replication scenario

    Hi,
    i want to run many-to-one replication scenario and for that i have created two tables and inserted values on source db and one table on target db in which i want consolidated data from those two tables. Below are the table details,
    Source DB,
    CREATE TABLE GGS.CLIENT_INFO
    ( CLIENT_ID varchar2(10) not null,
    CLIENT_NAME varchar2(50) not null,
    CLIENT_ADD varchar2(50),
    CONSTRAINT CLIENTID_PK PRIMARY KEY (CLIENT_ID)
    CREATE TABLE GGS.ACCOUNT_INFO
    ( ACCOUNT_NO varchar2(15) not null,
    BANK_NAME varchar2(50) not null,
    CLIENT_ID varchar2(10) not null,
    CONSTRAINT ACCTNO_PK PRIMARY KEY (ACCOUNT_NO)
    alter table GGS.ACCOUNT_INFO add CONSTRAINT FK_CLIENTINFO FOREIGN KEY (CLIENT_ID) REFERENCES GGS.CLIENT_INFO(CLIENT_ID);
    Target DB,
    CREATE TABLE GGS1.CLIENT_ACCOUNT_INFO
    ( CLIENT_ID varchar2(10) not null,
    ACCOUNT_NO varchar2(15) not null,
    CLIENT_NAME varchar2(50) not null,
    CLIENT_ADD varchar2(50),
    BANK_NAME varchar2(50) not null,
    CONSTRAINT CLIENT_ACCOUNT_PK PRIMARY KEY (CLIENT_ID, ACCOUNT_NO)
    when i start replicat process, it is giving below error,
    *"Oracle GoldenGate Delivery for Oracle, CLACTDEL.prm: OCI Error ORA-01400: cannot insert NULL into ("GGS1"."CLIENT_ACCOUNT_INFO"."CLIENT_NAME") (status = 1400), SQL <INSERT INTO "GGS1"."CLIENT_ACCOUNT_INFO" ("CLIENT_ID","ACCOUNT_NO") VALUES (:a0,:a1)>."*
    Note: i am inserting two source tables data in one table which at target side using OGG capture-replicate process.
    Please help to resolve above error.
    Regards,
    Shital

    For one, do not use the GoldenGate database user as your source and target schema owner. Why? What happens in a bidirectional setup? To prevent ping-ponging of data, operations performed by the replicat user should be ignored. That's what keeps the applied update on a target being re-applied on the original source, and then being captured and sent to the target, etc.
    Without knowing your setup, what did you do for ADD TRANDATA and supplemental logging at the database level (only needed for the source)? What did you do for initial load and synchronization? What are your parameter files?
    The error shown so far - cannot insert null - applies everywhere in Oracle whenever you try to insert a record with a null value in a column where a NOT NULL constraint is present. You can see that for yourself in a SQL*Plus session and trying the insert. You are inserting two column values, when your own table definition shows you would need at least 4 values (to account for all of the not null constraints).

  • Is schema replicated in multimaster replication scenario?

    hellos
    I am asking basic question. I have set up a multimaster replication (ids5.1sp2) on database c=fi.. this works well.
    however, in the future I know that more objectClasses and attributes will be added to the schema.
    My simple question.. is do I have to amend the 99user.ldif files on BOTH ids5.1 servers or can I rely on the schema being replicated.
    thanks.

    Schema is supposed to replicate in all replication scenario's
    The documentation states
    "The best way to guarantee schema consistency is to make schema modifications on a single master server, even in the case of a multi-master replication environment.
    Schema replication happens automatically. If replication has been configured between a supplier and a consumer, schema replication will happen by default."
    However a few people in this forum have complained that this replication doesn't always work - so be sure to check to make sure the schema does in fact replicate.
    For more information on schema replication check out this link:
    http://docs.sun.com/source/816-5609-10/rep.htm#1063947
    It is at the bottom of the page ...

  • Ordered my iphone 6 plus from atnt on september 29 when will it be ship to my house but it doesnt show anything on atnt order information! what should i do? please answer my question!

    ordered my iphone 6 plus from atnt on september 29 when will it be ship to my house but it doesnt show anything on atnt order information! what should i do?
    the truth is that i order my iphone 6 plus on september 26 from atnt store and on site but my credit card was declined
    so i tried it the next day but it works but from atnt site doesnt show anything(it only show my order on iphone 6 plus just like the last time)
    when will it say your order has been shipped?
    when will it be ship to my house?
    and also im going to use atnt next on iphone 6 plus
    please answer my question!

    This is a user to user technical support forum.  We can't possibly answer your question.

  • Few Questions Please answer

    Hi all,
    I have a couple of Questions Please answer
    what is the basic principle inwhich lsmw was developed
    Can we transfer standard text between diffferentclients
    Difference between Session and call transaction
    In domanin we have lower case key. If we check it and enter values the values are not entering in lower case.
    Labels canot be printed in smart forms can we print in scripts
    Routines cannot be written in smart forms we can print in scripts? what are routines.
    which view can be used in Select Statements
    How to add fiends into standard tables apart from Append structures
    I cam to know that in selection screen if we enter value in one field the fields can be filled by its corresponding values . Eg: If we enter material no field then the correspondig values will
    be entered into other select options  Plant and stotrage location.
    If can to know that it is possible through fuction module f4in_table_value_equest. I tried this but iam unable to get the result.
    I saw in search help docmentation that through import and export parameter it is possible.
    when to use upload function module is used and please give example
    if you have 20000 thosand records and if there is a problem in 11000 th record in a standard reprot how to rectify it
    Debugging in smart forms
    what is the use of log data changing check box in technical settings screen of se11
    how to find base table name for fields of a screen usnig sql trace (st05)
    what is the difference between database view and maintenance view
    Please clear my doubt
    Thanks in advance
                                                 Ranjith

    > what is the basic principle inwhich lsmw was
    > developed
    >
    > Can we transfer standard text between
    > diffferentclients
    <b>Run the program RSTXTRAN.</b>
    > Difference between Session and call transaction
    <b>http://www.sap-img.com/abap/interview-question-on-bapi-rfc-abap-objects-tables.htm</b>
    > In domanin we have lower case key. If we check it and
    > enter values the values are not entering in lower
    > case.
    <b>It cannot be that way.</b>
    > Labels canot be printed in smart forms can we print
    > in scripts
    > Routines cannot be written in smart forms we can
    > print in scripts? what are routines.
    <b>Routines are subroutines in which we can write our own code without disturbing the driver program.</b>
    > which view can be used in Select Statements
    <b>Database view.</b>
    > How to add fiends into standard tables apart from
    > Append structures
    >
    > I cam to know that in selection screen if we enter
    > value in one field the fields can be filled by its
    > corresponding values . Eg: If we enter material no
    > field then the correspondig values will
    > be entered into other select options  Plant and
    > stotrage location.
    <b>Use the fm dynp_values_update</b>
    > If can to know that it is possible through fuction
    > module f4in_table_value_equest. I tried this but iam
    > unable to get the result.
    > I saw in search help docmentation that through import
    > and export parameter it is possible.
    >
    > when to use upload function module is used and please
    > give example
    >
    > if you have 20000 thosand records and if there is a
    > problem in 11000 th record in a standard reprot how
    > to rectify it
    >
    > Debugging in smart forms
    <b>Write the statement break-point <your user id> in the command lines.</b>
    > what is the use of log data changing check box in
    > technical settings screen of se11
    <b>Log data changes
    The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.
    Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.
    Dependencies
    Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.
    The existing logs can be displayed with Transaction Table history (SCU3).</b>
    > how to find base table name for fields of a screen
    > usnig sql trace (st05)
    <b>Go to st05.
    Start trace.
    Run the required program.
    Deactivate the trace.</b>
    > what is the difference between database view and
    > maintenance view
    >
    >
    > Please clear my doubt
    > Thanks in advance

    >                                              Ranjith

  • Will someone please answer this, major iPhone 3GS problem.

    SOMEONE ANSWER ME!!!!!!
    I am almost about to give up hope with this. I have posted FOUR questions with no answers, so someone please answer this one.
    My iPhone 3GS has never  been jailbroken. A couple of months ago now, the bottom half of my iPhone screen became unresponsive so I thought I would try to restore it to see if it would make it alright again. Worst mistake of my life. It is now stuck in recovery mode and will not come out, for anything. I have had various different error messages, i've tried everything. All the software programs, holding home and power and whatever else. Nothing. When trying to restore it, it will come to the last part of the bar and fail. Every single time. I really could do with some help on this one. Please.

    Take a look at this link, http://support.apple.com/kb/HT1414  It's look like your iPhone needs to be repaired, the digitizer is damaged and it could be causing the problem of not letting your iPhone completely restore.  Take your iPhone to your nearest Apple store. 

  • What Is Wrong With Java? STILL NOT ANSWERED, PLEASE ANSWER!

    So today (10 PM January 20th), the Firefox Plugin Checker said that my Java version was outdated. I also got a pop-up saying that my current version of Java at the time (Java 7 update 10) had vulnerabilities. So to try and fix this, I went to the Java page and downloaded the update (Java 7 update 11).
    To check and see if my update was working, I went to Java's check page, as well as another page I use. And here I discovered a problem. I got a notification that an old version of Java had been detected, and another prompt to download the current version (which I had already done). So I erased all versions of Java from my control panel, and tried to check it again. And when I did, I got this: http://oi50.tinypic.com/35b6xx2.jpg and http://oi47.tinypic.com/15fg37p.jpg.
    As you can see, both pages tell me that I need to install a missing plugin of some sort. So, thinking this would resolve the issue, I clicked the Install Missing Plugin button. This is what it told me was missing: http://oi45.tinypic.com/302uwbl.jpg. So I clicked next to install it.... and got this: http://oi45.tinypic.com/2cici0x.jpg, which I assume means that the plugin did not install. So I pressed Manual Install... and was lead/linked right back to the Java download page (where it all began, and what doesn't seem to be working in the first place)
    I go to check my plugins again (Just to make sure and also for extra information), and it appears to say that my Java version is current (is that what "Java Deployment Toolkit 7.0.110.21" is? I don't know, I am not good at technology at all. Either way, here is what it looks like: http://oi48.tinypic.com/4kxzz4.jpg). So...if it is current, why is it not working (i.e. I am unable to play games, DO MY COLLEGE CLASSWORK, or play Java-based games)?
    If it helps anything, here is what my control panel looks like in regards to Java right now: http://oi45.tinypic.com/2qlxu9t.jpg Am I missing anything that would make Java work?
    And before anyone says that Java is not essential: It may be that way to you, but I need Java to do classwork for college. Veterinary college.
    So, in short, what is going on with Java, and how can I fix it?
    EDITEDITEDIT: I Have found that I can do my classwork without Java.
    HOWEVER, this DOES NOT mean that the problem is solved or over with. I STILL WANT TO KNOW HOW TO FIX THIS PROBLEM AND GET JAVA TO WORK. Even if I never actually need it, I would still like to have a (working!!!) Java version because of two reasons: 1) I would rather have such a program and not need it, than need such a program and not have it, and 2) aesthetics. Sorry to say, but I am very particular about how things look when it comes to my belongings, and the fact that Java is messing up is making me actually stressed. In short, I still want the above issue solved, even if it's just purely for the sake of Peace Of Mind.

    STILL HAVE NOT GOTTEN A REPLY. PLEASE ANSWER ASAP, AS THIS IS STILL IMPORTANT TO ME. COME ON NOW, I KNOW THAT THERE ARE PEOPLE ONLINE AND ANSWERING QUESTIONS!!

  • TS2771 i updated my ipod ,but before it work completely the screen turn blue,then white and now it doesnt work even if it charge. So, what do i do? PLEASE ANSWER MY QUESTION PLEASE TELL ME WHAT TO DO

    i updated my ipod ,but before it work completely the screen turn blue,then white and now it doesnt work even if it charge. So, what do i do? PLEASE ANSWER MY QUESTION PLEASE TELL ME WHAT TO DO so i todd what others did then i did it but it kept showing the apple sign and now turn to blue again the turn yellow now white. Apple please fix it i havent been able to be gone at all past few days because of this also tries to connect with my labtop didnt work whats up with it. for people who didnt update it wait until they fix it beleive me

    it still blinking with the apple sign

  • My name is Mike. I live in New Zealand. My username is waipukurau1. I downloaded MacBook booster from the prompts. Was this a good idea and good for my MacBook Pro? Please answer.

    My name is Mike. I live in New Zealand. My username is waipukurau1. I downloaded MacBook booster. I write to ask was this a good idea? Was this good and correct for my MacBook Pro. Please answer.

    ashish35,
    No one from Apple here - we're just users like you. All I can tell you is that electronic fail and with MacBook Pros (and most notebooks) the components are so integrated as to make a repair to the logic board practically impossible, hence the high prices charged for repairs.
    Only you can decide if you want to have your computer repaired or put the money towards the purchase of a new computer. If you do decide to purchase a new unit I would suggest that you also purchase the AppleCare Protection Plan which increases your warranty from one year to three years.
    Sorry and good luck,
    Clinton

  • Hi. I wanna know the reason whyI can't sync my ipad to my computer. It says that sync will resume when (computer's name) is available? My device runs with ios6.1.3 and itunes 11. Please answer. Thanks.

    Hi. I wanna know the reason whyI can't sync my ipad to my computer. It says that sync will resume when (computer's name) is available? My device runs with ios6.1.3 and itunes 11. Even I would like to transfer and view photos using the USB cable, it doesn't appear in the computer. Please answer. Thanks.

    Hi Lauren ...
    Try the troubleshooting steps here > iOS: Device not recognized in iTunes for Windows

  • What  are the advantages over sql in pl/sql...can you please answer this?

    Hi,
    what are the main differences between sql and pl/sql...why v are using pl/sql rather then sql...can you please answer this question?

    SQL is used to access the database. PL/SQL is a programming language where SQL is seamlessly integrated. In order to access the database in PL/SQL, you have to use SQL.
    Think of it as two pieces of software, two "engines". If you want to interact with the database, then performance wise it's best to use only one engine (SQL only), instead of two (PL/SQL and SQL). If a PL/SQL program executes a SQL statement, it does a "context switch", i.e. saving its state in PL/SQL before giving control to the SQL engine and vice versa. This is quite fast, but do a lot of them and it is slow, so beware of programming SQL statements inside loops.
    Another way to put it: SQL is a fourth generation language (4GL) where you tell what you want, not how. The software, the optimizer, will decide for you how to process the statement. PL/SQL is a third generation language (3GL), or at least the PL-part is, where you describe how things should be processed. Leading to more code and more control. With every Oracle release, SQL becomes more powerful and the optimizer gets better, so using SQL is increasingly important.
    For complex processing, using PL/SQL is still necessary. But use it with care.
    Hope this helps.
    Regards,
    Rob.

  • Could you please answer this questions ?

    could you please answer this questions ......
    2. What can you do with the DBMS_LOB package?
    A. Use the DBMS_LOB.WRITE procedure to write data to a BFILE.
    B. Use the DBMS_LOB.BFILENAME function to locate an external BFILE.
    C. Use the DBMS_LOB.FILEEXISTS function to find the location of a BFILE.
    D. Use the DBMS_LOB.FILECLOSE procedure to close the file being accessed.
    3. Which two statements about packages are true? (Choose two)
    A. Packages can be nested.
    B. You can pass parameters to packages.
    C. A package is loaded into memory each time it is invoked.
    D. The contents of packages can be shared by many applications.
    E. You can achieve information hiding by making package constructs private.
    4. Which three are true statements about dependent objects? (Choose three)
    A. Invalid objects cannot be described.
    B. An object with status of invalid cannot be a referenced object.
    C. The Oracle server automatically records dependencies among objects.
    D. All schema objects have a status that is recorded in the data dictionary.
    E. You can view whether an object is valid or invalid in the USER_STATUS data dictionary view.
    F. You can view whether an object is valid or invalid in the USER_OBJECTS data dictionary view.
    5. You need to create a stored procedure, which deletes rows from a table. The name of the table from which the rows are to be deleted is unknown until run time. Which method do you implement while creating such a procedure?
    A. Use SQL command delete in the procedure to delete the rows.
    B. Use DBMS_SQL packaged routines in the procedure to delete the rows.
    C. Use DBMS_DML packaged routines in the procedure to delete the rows.
    D. Use DBMSDELETE packaged routines in the procedure to delete the rows.
    E. You cannot have a delete statement without providing a table name before compile time.
    6. You need to drop a table from within a stored procedure. How do you implement this?
    A. You cannot drop a table from a stored procedure.
    B. Use the DROP command in the procedure to drop the table.
    C. Use the DBMS_DDL packaged routines in the procedure to drop the table.
    D. Use the DBMS_SQL packaged routines in the procedure to drop the table.
    E. Use the DBMS_DROP packaged routines in the procedure to drop the table.
    7. When using a packaged function in a query, what is true?
    A. The COMMIT and ROLLBACK commands are allowed in the packaged function.
    B. You cannot use packaged functions in a query statement.
    C. The packaged function cannot execute an INSERT, UPDATE, or DELETE statement against the table that is being queried.
    D. The packaged function can execute and INSERT, UPDATE, or DELETE statement against the table that is being queried if it is used in a subquery.
    E. The packaged function can execute an INSERT, UPDATEM or DELETE statement against the table that is being queried if the pragma RESTRICT REFERENCE is used.

    It should be good if you try yourself by training your brain to solve these questions and then share them with us to get more help or advice
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • Please answer SAP HR ABAP Interview FAQs

    Hi Experts,
    Please answer the below SAP HR ABAP Interview FAQs.
    1) What is the difference between ABAP and HR ABAP
    2) What is logical data base
    3) What are logical data bases used in hr module
    4) What is the difference between PNP and PNPCE
    5) Explain GET PERNR concept when we use logical data base
    6) Explain the program flow when we use logical database PNP or PNPCE
    7) What are the program names for logical database PNP and PNPCE
    8 ) What is report category and for what purpose do we use report category
    9) What is Infotype and how it is different from tables
    10) Why do we require Infotypes for HR module
    11) What are the transaction codes to create the Infotypes
    12) What is the process to enhance the Infotype
    13) Importance of PA20, PA30 and PA40
    14) How can we decide weather we can enhance the standard Infotype or not
    15) What is PAKEY structure, PSHD1 structure and what type of fields it contains
    16) What is PS structure
    17) What are the payroll related Infotypes
    18) What are the time related Infotypes
    19) What are the personnel administration related Infotypes
    20) What are the organizational related Infotypes
    21) What is Macro
    22) What are the standard macros do we use in HR ABAP
    23) What is PNP-SW-FOUND
    24) What is the difference between select statement and provide statement
    25) Which function module reads the data for particular Infotype
    26) What is repetitive structure and for which Infotype do we have
    27) How do you retrieve the data for repetitive structures
    28) Can we develop program without logical database for hr module data retrieval
    29) By using which FM we can upload data into Infotype
    30) If yes then why do we require logical database
    31) What are advantages and disadvantages of logical data base
    32) What is the transaction code to display the payroll results
    33) What is payroll driver
    34) Where the payroll results are stored
    35) Explain the concept of clusters in payroll
    36) How do you read the data from clusters
    37) What is retro active accounting
    38) In which cluster time results are stored
    39) What is wage type
    40) What is personnel area
    41) What is personnel sub are
    42) What is payroll area
    43) What is the difference between semi-monthly and Bi-weekly payroll area
    44) What is sequence number
    45) What is For-period and In-period
    46) What is off cycle payroll run
    47) How do you execute the payroll
    48) What is schema and transaction code
    49) What is functions and transaction code
    50) What is features and transaction code
    51) What is the transaction code to modify the hr form
    52) What are the FM do we use in OM
    53) What is object in OM
    54) Which FM do you use to find out who is reporting to whom
    55) What all are the differences did you find in hr module between 4.7 and ECC6 versions
    Regards,
    Sreenivas

    Refer to Print Support For FPM in HCM Processes and Forms by Brandon Toombs
    Regards,
    Sahir.

  • Im trying to type my password but only zero and nine work I tried restarting but it still wont work have any ideas please answer ASAP

    im trying to type my password but only zero and nine work I tried restarting but it still wont work have any ideas please answer ASAP

    Have you tried resetting your iPad?
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds).
    No data will be lost.

Maybe you are looking for

  • Running 5 commands using array elements and waiting between?

    Hi All, Trying to learn PS so please be patient with me ;) System: PSv3 on Win2012 server running WSUS role I am wanting to execute 5 commands using a 'foreach' loop but wait until one finishes before moving onto the next. Can you please check out wh

  • How to create a new Structure of Data screen and screen sequence

    Hi, Can you give any link or explain all the steps required to create a new structure of data screen and how to assign it to our comapnay code or plant etc.  also when i check the screen ref. which is assign to material type in OUR system i ROH but i

  • No App to shoot video?

    I see this onslaught of iPhone App's of almost every type hitting the market...but have yet to see one that lets you shoot video with the iPhone's still camera, anyone seen a video app for the iPhone on the market yet?

  • Minimum records in aggregation

    Hi BW folks! I want to crate a query where in the result set at least 10 records are taken into account. This is a requirement of the workers council. If the query or filter step results in less than 10 record there should be no output of the query.

  • After installing adobe flash player firefox stops working

    After Downloading the Latest Firefox and uninstalling Google chrome completely My video player on BBC web said I needed adobe flash Player I did have the latest flash player before changing to Firefox Anyway I downloaded the latest version of adobe N