Goldengate DDL Capture only for 'ADDING and DELETING' a column

Hi
Source Oracle 11.2
GG Version: 11.2
Target Oracle 11.2
I am configuring the replication between oracle-oracle and regarding DDL replication ,for few tables , in addition to the DML replication , i want to capture only the DDL's related to the structure changes to the table (only adding or deleting a column) and noting else for ddl. For this ,  is the below command sufficient for my requirement or do i need to have the 'exculde' parameter specifying all those that needs to be excluded.If anything else needs to be configured , please let me know .
DDL INCLUDE MAPPED include optype 'alter'
Thanks in advance.

yes your command is sufficient for alteration...
example:
DDL &
INCLUDE UNMAPPED &
OPTYPE alter &
OBJTYPE ‘table’ &
OBJNAME “scott.tab*” &
INCLUDE MAPPED OBJNAME “*” &
EXCLUDE MAPPED OBJNAME "scott.temp*"

Similar Messages

  • Capturing DDL only for 'ADDING and DELETING' a column

    Hi
    Source Oracle 11.2
    GG Version: 11.2
    I am configuring the replication between oracle-oracle and regarding DDL replication ,for few tables , in addition to the DML replication , i want to capture only the DDL's related to the structure changes to the table (only adding or deleting a column) and noting else for ddl. For this ,  is the below command sufficient for my requirement or do i need to have the 'exculde' parameter specifying all those that needs to be excluded.If anything else needs to be configured , please let me know .
    DDL INCLUDE MAPPED include optype 'alter'
    Thanks in advance.

    Appreciate if someone can throw some light on this  as i am a bit confused after reading the doc.
    Thanks

  • Recommended practice for adding and deleting from a Collection

    Are there any suggestions for updating a Collection in a OneToMany ( privateOwned ) Collection? Here is our use case:
    1. Retrieve a Source object from the database
    2. Remove 1 or more SourceLinks from the sourceLinks Set
    3. Add 1 or more new SourceLinks to the sourceLinks Set
    4. Update the Source object
    The SourceLink object has isPrivateOwned(true).
    Adding and Removing things from a Collection seems like a fairly common use case. Are there recommended ways of handeling the above case? I've tried doing the add/remove operation in one transaction as well as removing, then re-fetching, and then adding in separate transactions and haven't had any luck.
    Here is the code an test case.
    class Source
    @OneToMany(mappedBy = "source",
    fetch = FetchType.EAGER,
    cascade = { CascadeType.ALL })
    private Set<SourceLink> sourceLinks = new HashSet<SourceLink>();
    class SourceLink
    @ManyToOne
    @JoinColumn(nullable = false)
    private Source source;
    //~ Unit Tests
    @Test
    public void testMultiUpdateSourceLink()
    // typical set up.
    SourceLink sourceLink = new SourceLink( "junit1", 48, "mp3" );
    SourceLink sourceLink2 = new SourceLink( "junit2", 64, "mp3" );
    Source mySource = new Source( "http://www.site.com", SourceType.RSS );
    mySource.addSourceLink( sourceLink );
    mySource.addSourceLink( sourceLink2 );
    beginTransaction();
    sourceDao.persist( mySource );
    commitTransaction();
    Long sourceId = mySource.getId();
    Assert.assertEquals( 2, mySource.getSourceLinks().size() );
    // fetching what we just added, then deleting something from the set
    // with privateOwned this works.
    beginTransaction();
    Source fetched = sourceDao.find( sourceId );
    fetched.deleteSourceLink( sourceLink );
    sourceDao.update( fetched );
    commitTransaction();
    Assert.assertEquals( 1, fetched.getSourceLinks().size() );
    // now fetch again, try to add a new SourceLink
    // fails with an OptimisticLockException
    beginTransaction();
    Source updated = sourceDao.find( sourceId );
    Assert.assertEquals( 1, updated.getSourceLinks().size() );
    SourceLink sl = new SourceLink( "ryan", 64, "mp3" );
    updated.addSourceLink( sl );
    sourceDao.update( updated );
    commitTransaction();
    Assert.assertEquals( 2, updated.getSourceLinks().size() );
    The sourceDao.update() method simply calls entityManager.merge(source). Is it required to flush the entityManager as well?

    Hi,
    TMG MBE doesn't have the capability to add network topolgy routes via the TMG MMC. You have to use the ROUTE ADD /P command from a privileged command prompt
    regards Marc Grote aka Jens Baier - www.it-training-grote.de - www.forefront-tmg.de - www.galileocomputing.de/3276?GPP=MarcGrote

  • Outlook Calendar items added and deleted at same time

    I have several repeating calendar items (like birthdays) in my Outlook calendar.  When I sync, I find that some are added (that I thought were there before) but some show as added and deleted at the same time to my blackberry... any ideas what may be causing the confusion?

    I find myself with the same issue, I just wiped my computer and began syncing and installing all programs back into laptop,now i have noticed that outlook does not add the some events in my calender, for instance, birthdays , one thing that i have noticed is that it only syncs items that have my work email, my other 2 emails are not being synced and those are my blackberry and personal emails.
    my syncing preferences are made to go both way sync ... what seems to be the problem 
    thanks 

  • Adding and Deleting Multiple Rows or Columns

    How do you add or delete more than one row or column at a time.

    Robby! wrote:
    That's a great finding!
    I just wrote a feedback requesting a shortcut like this.
    It is a pity though that they desing it to work only if you select the header of the row/column. It should be enabled to work from within any cell in the table.
    Who wrote such an error ?
    These interesting shortcuts behave flawlessly even if the cursor was in D18 for instance.
    (a) I never saw them in the delivered resources.
    (b) they aren't responding to the OP's question which was about "Adding and Deleting Multiple Rows and Columns"
    Yvan KOENIG (from FRANCE vendredi 3 octobre 2008 18:39:01)

  • InfoPackage (Only for Vishvesh and Olav)

    Sorry!!!
    This posting is made ONLY for Vishvesh and Olav to give points
    which I was not able to give them in another thread because of my mistake.
    Thank you very much for your understanding.
    Hi All.
    If anybody knows the solution for my question, please let me know.
    I am now using these objects.
    &#12539;2 InfoCubes (same structure, each cube includes DTP)
    &#12539;1 InfoSource
    &#12539;1 DataSource (Flat File)
    &#12539;1 InfoPackage (Used for 2 InfoCubes above)
    I would like to upload data only to one of those 2 Infocubes, but it seems the check-box
    which we were able to chose the data target in BW3.5 on the InfoPackage screen no more exists...
    In 2004s BI, Do we always have to upload data to both data targets(DTP) ???
    Please let me know.
    Thank you .

    Hi Daijiro,
    The DTP does not offer any selection to update certain targets or not as stated in one of the answers.
    The whole concept of DTP is to have a target based delta mechanism as opposed to the source driven delta mechanism of the previous releases.
    You need a separate DTP per target you want to load.
    In this DTP you can filter, but not (yet) on request-id.
    You can try to include a identifying characteristic into the source and use that for filtering or as you suggested, use delta updates to both targets using PSA deletion to control the updates.
    Best regards,
    Olav

  • List of newaly added and deleted users

    I am looking for the powershell script to get the list of users which are added and deleted with in last 1 day from user profile service application. I do have SharePoint 2010
    Santosh sethi

    Hi Inderjeet, Thanks for the information, sorry steps metioned in above link didn't help me too much.
    I know the information of number of profiles deleted and added after each sync can be viewed through
    miisclient.exe , but not sure how to get the data with out open it in explorer view
    Santosh sethi

  • On my daughters IPHONE 5 i want to know which apps she has added and deleted.  Is there a log or way to track?

    My daughter has an IPHONE, i want to be able to track which applications she has added and deleted.  For instance, if she adds an application she shouldn't and when it comes time to verify and she doesn't have the application because she deleted it so i wouldn't see, is there a log or way to track what application have been added / deleted with dates and times?

    If you go to a computer that has the itunes program on it you are then able to go to the APPs store on itunes and login in with  your daughters apple id. Once logged in with her apple id you then are able to see all historical archies by simply clickon in the apple id going from there to 'accounts' from account you are able to see purchased items. Not clear exactly what the 'deleting' of apps is all about but certainlly this will allow you to track what has been downloaded to her apple id.
    Good luck.

  • Bootcamp no longer bootable after adding and deleting partitions

    I am using a 2014 Macbook Pro with OSX 10.9.5
    I was trying to add a partition to install Ubuntu on and after adding and deleting partitions, my bootcamp partition will no longer boot whether I use rEFIt or bootcamp assistant or normal osx boot menu.
    Judging from the information I got from similar threads on this I think this information will be useful
    Last login: Thu Apr  9 12:05:32 on ttys000
    abdulrahmansmbp:~ abdulrahmanLASTNAMEREDACTED$ sudo gpt -r -vv show disk0
    Password:
    gpt show: disk0: mediasize=251000193024; sectorsize=512; blocks=490234752
    gpt show: disk0: Suspicious MBR at sector 0
    gpt show: disk0: Malformed MBR at sector 0
    gpt show: disk0: Pri GPT at sector 1
    gpt show: disk0: Sec GPT at sector 490234751
          start       size  index  contents
              0          1         MBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  285122688      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      285532328    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      286801864    7847992        
      294649856  195584000      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      490233856        863        
      490234719         32         Sec GPT table
      490234751          1         Sec GPT header
    abdulrahmansmbp:~ abdulrahmanLASTNAMEREDACTED$ sudo fdisk /dev/disk0
    Disk: /dev/disk0 geometry: 30515/255/63 [490234752 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE    0   0   2 - 1023 254  63 [         1 -  294649855] <Unknown ID>
    2: 07 1023 254  63 - 1023 254  63 [ 294649856 -  195584000] HPFS/QNX/AUX
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    *4: 07    0   0   0 -    0   0   0 [         0 -          0] HPFS/QNX/AUX
    abdulrahmansmbp:~ abdulrahmanLASTNAMEREDACTED$
    It wasnt like this before. Before 3 and 4 had some of the same values from above instead of all 0s. After trying to take advice from threads with similar problems and entering stuff into the command line it became like this. I think I might have messed thing up while looking for a quick fix.
    Can anyone help me with this? Thanks.

    I'm not sure how to edit my replies so I'm just gonna make another reply. I assumed the following values:
    GPT 3 Start
    GPT 3 End
    GPT 3 Size
    NTFS Start
    NTFS Offset
    NTFS End
    NTFS Size
    293378384
    293380320
    1936
    294649856
    1936
    490233855
    195584000
    I followed the rest of the instructions given here. I made sure to enter the second number with a + sign. After doing all of that all these checks worked:
    Test 1 - Does Bootcamp Volume show up in Finder?
    Test 2 - Can you see files in Bootcamp Volume?
    Test 3 - Can you select Bootcamp in System Preferences -> Startup Disk?
    I've always been able to access my bootcamp files from finder and I can try to boot from System Preferences -> startup disk, from rEFIt and also from my macbooks startup manager that I access by holding down option while booting.
    I'm starting to think I've misrepresented my problem and that I've been looking at the wrong threads. Every time I try to boot windows I get a black screen with the Windows logo and some text saying something like "starting automatic recovery" or something like that. It then takes me to a blue screen displaying an error number and telling me to use recovery tools on the installation media. Maybe this is different from the problems I've been looking at in other threads.
    I've tried using the same USB I used to install bootcamp with but it doesn't give me the option of repairing the installation.
    EDIT: So I figured out how to edit replies. Anyway I just tried to boot into Windows and checked. The black screen with the Windows logo says "Preparing Automatic Repair". The blue screen gives me the error 0xc00000e.

  • Cs5 update only for mac and w64 ?

    Hi
    i read the bugs fixed but they are only for mac and windows 64bit
    is there at least some improvement or bug fixed for the 32bit?
    thanks

    Hi,
    I know of a few fixes which affected Win 32 bit (x86).
    regards,
    steve

  • Opening Balance only for Assets and Liabilities in Trial Balance Report

    Hi SAP B1 members,
    Following is my query :
    I would like to see the Opening balance in the Trial Balance report only for Assets and Liabilities and not for Revenue and Expenses.Though the other details such as Debit,Cumulative balance etc should be seen for all Assets,Liabilities,Revenues and Expenses.Kindly help.

    Hi,
    You can try the option of running the Trail Balance for Assets and Liabilities with the Opening Balance checkbox and the other for revenue and other drawers without checking the Opening Balance.
    Export the values to Excel and consolidate the reports to get the required result(if that is what is needed).
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Read Only for "Group" and "Others" via SMB

    I see when Windows vista users of my OS X 10.5.8 server save a file to the server, the permissions show on the server as Read & Write for the owner and Read Only for 'Group' and 'Others'.
    Is there a way I can make the OS X server always make 'Group' and 'Others' always be Read & Write?
    Thanks!

    It's using a shared component LOV cleverly called LOV_YN which consists of a static LOV with
    1 Display=Yes, Return=Y
    2 Display=No, Return=N
    The settings in the LOV section on the item iteself:
    Named LOV: LOV_YN
    Display Extra values: No Dynamic translation: Not translated
    Number of columns: 2 Display null: No
    Null display value is blank as is null return value
    Item was setup as a radio group and was only converted over to a select list to work around this issue. Let me know what else you need and thanks again.
    Rgds/Mark M.

  • Search file for text and delete the found text.  How?

    I need to know how to search a file for text and delete the found text. I think grep will let you do this but not sure of the syntax.

    Hi Dmcrory,
       In addition to what Camelot and nobody loopback point out, one must also consider the fact that UNIX text tools are largely line based. You also fail to tell us for what kind of text you are searching. If you are looking for multiple words, there's a very good chance of finding the expression wrapped onto different lines. With hyphenation, even single words can wrap to multiple lines. Tools that search line-by-line will miss these unless you use multiline techniques.
       Multiline substitutions require that you write "read-ahead" code for the command line tool that you're using and that you take that into account in the substitution. Given how you want the results to be printed out, you may also want to preserve any newlines found in the match, which is even more difficult. That could bring up the subject of line endings but that's a completely different topic.
       I apologize if this sounds discouraging. Multiline searches aren't needed that often and in most of those cases, exceptions can be dealt with by hand. I just didn't want you to get surprised by it. To give you an idea of how easy basic substitution is, have a look at Tom Christiansen's Cultured Perl: One-liners 102 and One-liners 101. Both have some "in-place" substitution examples.
    Gary
    ~~~~
       MIT:
          The Georgia Tech of the North

  • How I can use my galaxy II only for camera and wifi while I am traveling out of states without any extra charge?

    How I can use my galaxy II only for camera and  while I am traveling out of states without any extra charge?

    i think you can put the device in airplane mode then selectively turn on wifi...
    before you travel you could try this and check your cellular usage on the settings ! mobile data display. you might be able to turn mobile data / cellular radio off that way as well.

  • I have a second coppy of cs6 design and web premium. Its only for mac and I need it for pc. Can i swap its platform?

    I have a second coppy of cs6 design and web premium. Its only for mac and I need it for pc. Can i swap its platform?

    From Adobe: "If you have an older version of a product, you must order an upgrade instead of a swap." Because you have a CS6 suite your only option may be to subscribe to Creative Cloud in order to get current cross-platform versions of all their applications. Check here for further info: Order product | Platform, language swap

Maybe you are looking for

  • Can't remove event listener from Image

    I'm clearly missing something and would appreciate some help.  I'm trying to run an event handler when an Image completes loading,  then remove the handler so that it won't  run again should the image be reloaded later. The problem that I'm having is

  • How to avoid getting bogus error messages when running a build file?

    Consider the following fragment in a build file: <var name="component.key" value="provisioning.include.atk"/> <var name="provisioning.include.atk.domain.hostname" value="localhost"/> <echoNested>component.key.domain.hostname=${${component.key}.domain

  • Column mode property

    What is column mode property and can anybody tell me how to use this and what is the purpose of this property ? null

  • Subcontracting scenario in MM-SUS

    Dear Gurus, have anyone of you used subcontracting scenario in MM-SUS scenario? does it require development effort from PI and webdynpro ABAP in SUS? Any input will be highly appreciated. Regards, Ranjan

  • Sdo_util.remove_duplicate_vertices on an ORA-13341 line - session crash

    BANNER Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production PL/SQL Release 11.2.0.2.0 - Production CORE    11.2.0.2.0      Production TNS for 64-bit Windows: Version 11.2.0.2.0 - Production NLSRTL Version 11.2.0.2.0 - Producti