Can anyone please help me out in this scenario regarding golden gate

We have source Plants.Fruits and target plants1.fruits. If we need toset up a filter in replicat with the condition were name is not equal to apple. Other than the row with name=apple rest has to be replicated in target. This filter has to be added only in replicate. We tested the below condition but it is not working.
MAP PLANTS.FRUITS, TARGET PLANTS1.FRUITS,WHERE(NAME <> "APPLE");
This condition inserts no records not only apple other records are also not replicated to target. Can anyone please suggest us the way to resolve this.

Wrong forum - try GoldenGate or GoldenGate, Streams and Distributed Database (MOSC)

Similar Messages

  • My Iphone 4 is changing screens without me touching it. I will be in a msg and it will jump out of that msg and into another one... can anyone please help me with what this could be?

    my Iphone 4 is changing screens without me touching it. I will be in a msg and it will jump out of that msg and into another one... can anyone please help me with what this could be?

    Try the basics from the manual.
    restart.
    reset.
    restore.
    iPhone User Guide (For iOS 4.2 and 4.3 Software)

  • Hi, I have recently updated my iMac from OS x mountain lion to OS X Mavericks. After that I can't upload any video and some files to my personal email account. Can anyone please help me to sort this problem.

    Hi,
    I have recently updated my iMac from OS x mountain lion to OS X Mavericks.
    After that I can't upload any video and some files to my personal email account.
    I have tried to send a small video clip to the sender as attachment. i have done this before
    with the same video same and same email account. This problem found just after installed the
    OS X Movericks. Can anyone please help me to sort this problem.
    Thanks.
    Roman

    Please follow these directions to delete the Mail "sandbox" folders. In OS X 10.9 there are two sandboxes, while in earlier versions there is only one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Log out and log back in. Launch Mail and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Repeat with this line:
    ~/Library/Containers/com.apple.MailServiceAgent
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combinationcommand-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • HT1212 My iPod touch is disabled after too many attempts and I want to enable it without getting it clear so can you please help me out in this....

    My iPod touch is disabled after too many attempts and I want to enable it without getting it clear so can you please help me out in this....

    A data recovery company MAY be able to do it for a price. The Disabled is a very good security feature.
    JWhy not just restore from the last backup you have?
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Can anyone please help me to overccome this download error message: "Error getting License, License Server Communication Problem: E_ADEPT_DOCUMENT_OPEN_ERROR. I would be most grateful.

    Can anyone please help me to overcome this e-book download error message? It reads: "Error getting License, License Server Communication Problem: E_ADEPT_DOCUMENT_OPEN_ERROR. I would be most grateful.

    Please try de-authorizing and authorizing again.
    Steps to De-authorize
    1) Switch to Library Mode by clicking Library button
    2) Select menu item Help--> Erase Authorization or Press Ctrl+Shift+D
    3) Click Erase button to De-authorize
    Steps to Authorize
    1) Launch ADE
    2) Switch to Library Mode by clicking Library button (if you are in Reading Mode)
    3) Select menu item Help-->Authorize Computer or Press Ctrl+Shift+U
    4) Enter the valid credential to Authorize
    Hope this solves your problem.

  • I have accidentally deleted an sms that I require from my iphone 4s. Can anyone please help me to get this back?

    I have accidentally deleted an sms that I require from my iphone 4s. Can anyone please help me to recover this?

    If it wasn't present the last time you backed up your phone, then you've lost it forever.  There's no "trash" on the iPhone that you can "undelete"

  • Could not connect to internet even when my cellular data is ON. Have tried the steps mentioned in "trouble shooting cellular data" but still the same issue exists. Can anyone please help me out

    I am unable to connect to internet on My iphone 5. I have turned on Cellular data and also 3G but still could not connect.
    I have also tried the steps mentioned for touble shooting cellular data, restarted my phone, turned on airplane mode and turned off. removed my sim and inserted back. Still internet connection in not getting connected.
    Please can anyone help me out from this issue.
    Regards,
    Josh

    Do you have voice service?  If you have voice service but just no cellular data service, I would suggest calling your carrier as you may just have an improperly provisioned account with them, or a bum SIM card.

  • Hi all,,,, I am using apple ipod classic 80 GB... can anyone please tell me why i can't see my device on itunes once i connect it to my pc through usb cable???CAn anyone please help me out .... thanks

    hi all,,,, I am using apple ipod classic 80 GB... can anyone please tell me why i can't see my device on itunes once i connect it to my pc through usb cable???

    Hey wajahat86!
    Here is an article that describes this issue and can help you resolve it:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • Can anyone please help me out ? it's urgent!!!!

    I have few questions to be solved. Is there any one who can give me the correct o/p of the following code snippets. I would really appreciate it.
    (1)
    Object o = null;
    try { System.err.println(o.toString()); }
    catch ( Exception e ) { System.err.println(�Ex�);}
    catch ( NullPointerException e) { System.err.println(�NPEx�);}
    What�ll this print ?
    a ) null     b) Ex          c) NPEx               d) Nothing
    (2)
    int i = 1;
    try{ i++; throw new Exception();}
    catch (Exception ex ) { i++; throw ex;}
    finally{ i++; System.out.print(i)};
    What will this print, if anything ?
    a) Nothing.          b) 2          c) 3          
    d) 4
    (3)
    class A{public void print(){System.out.print(�A�);}},
    class B extends A{public void print(){System.out.print(�B�);}};
    B a = new A();
    What will a.print() print ?
    a) A          b) B          c) Compilation Error     
    d) Runtime Error
    (4)
    class A{public static void print(){System.out.print(�A�);}},
    class B extends A{public static void print(){System.out.print(�B�);}};
    A a = new B();
    What will a.print() print ?
    a) A          b) B          c) Compilation Error     
    d) Runtime Error
    thanks a lot in advance

    Ok here is the answers and the reasons why
    1) NullPointerException b/c when the expression is evaluated it evaluates everything inside the parn's first. It's very similar to order of operations in math. So when you try to call the .toString() on nothing (null is nothing) then there is no such method and you will get a NPE. If you would have just put the object o in the system.err.out(...) then you would print "null".
    2) First off all this code segment is not going to compie if unless the that block of code is inside a try/catch or the last exception is thorwn. (All exceptions, with exception to RunTimeExceptions must be caught or thrown.) So whoever gave you this code sample does not have the true answer on there which would be "WILL NOT COMPILE" However, I am assuming your prof figures that the code will compile. Therefore, it prints out 4 b/c you throw an exception and then since it is in side a try catch which the exception is thrown it catches it and does what it is supposed to do, add 1 to i. Then it throws another exception but not before the finally block is executed. Finally block is always excuted!
    3) It will give a complie error b/c A is-a not a B(the whole is-a vs. has-a). You can assign a child to a parent type but you cannot assign a parent type to a child. Can do A parent = new B() (assigning a child to a parent) cannot do opposit.
    4) It will print out A b/c it is of type A. Although it is really a type B b/c the method is static it will take the base method with will be the print of A.
    I hope this helps. How-a-bout assigning some duke dollars to this and giving me a few for taking the time to explain this stuff to you. :) 5 would do nicely.
    Thanks

  • Ah can anyone PLEASE help me out here?

    When I try to open my itunes, a windows message pops up saying that itunes has encountered a problem and needs to cose. I have the option to either send error report of don't send. what is the issue? I've unintalled it tons of times and reintalled from both the site and the disk i got with my ipod shuffle a year ago and still no luck. Does anyone know why this is happening?

    Dont worry about your computer skills.
    I have iTunes on a WIN laptop. My properties list has READ ONLY unchecked and my iTunes works. Try that.
    The problem is not iTunes, it's that some setting you've got is saying you're not allowed to access the program. So we just have to find it.
    So find the iTunes. exe app in your iTunes folder in Program Files and right click on the icon. Deselect the read only box.
    Try to open again. Let me know if that helps.

  • TS3297 Can you please help me out on this

    My town get a way 2

    You'll need to be more specific with presenting your problems insteasd of just putting up a bunch of code and asking others to fix it for you.  Try to keep what you present focused on a specific problem.

  • HT201263 When my ipod touch is in recovery mode, when i try to restore it, the itunes page says the website has timed out so it won't recover. Can anyone please help me?

    When my ipod touch is in recovery mode (when I try to re-store it) the itunes page sayes the website has been timed out and so it won't re-store. There is a limited time, whilst restoring the ipod, it lasts for approx 5 mins, then asks to start again all over again. Can anyone please help me?

    This device is not eligible for the requested build (Also sometimes displayed as an "error 3194")
    Update to the latest version of iTunes. Mac OS X 10.5.8 (Leopard) users may need to download iTunes 10.6.3.
    Third-party security software or router security settings can also cause this issue. To resolve this, followTroubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. Uninstall the unauthorized modification software from the computer.
    Edit out the "gs.apple.com" redirect from your hosts file, and then restart the computer for the host file changes to take affect. For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart.
    Avoid using an older or modified .ipsw file. Try moving the current .ipsw file (see Advanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations), or try restoring in a new user to ensure that iTunes downloads a new .ipsw.

  • What to do when my iPhone is asking for password of old apple I.D. when I don't have it and have created a new applie i.d.  Can anyone please help me on this issue?

    Can anyone please help me on this issue "What to do when my iPhone is asking for password of old apple I.D. when I don't have it and have created a new applie i.d."??

    Sir, Thank you very much for your prompt response.  I have already done this.  But the problem is still persisting.  Actually, I want to upgrade my WhattsApp application and as soon as I click the upgrade button in App Store, it asks for the password of previous apple i.d., which I don't have as I have bought this phone from somebody.  There is no option for log out or log in.  It there any other way out to upgrade the WhatsApp ????

  • HT201401 Q) Can anyone please help me with this: My in coming call ringing tone not working?

    Q) Can anyone please help me with this: My in coming call-messges ringing tone not working? All I am getting in Vabration + Flashing light when receiveing messages or incoming Calls. I am missing my phone Calls constantly. Please Help me?
    I have just received this phone as a replacement from my insurance company, as I had lost my own phone. It has taken them 3 weeks to sort this out. This has ruined my business because it has taken so long. I really do not have time to send it back to them. Because it will waist another three weeks for them to sort it out again. Please Help!

    HA! By Jove I've Got it! it was simples..
    TURN ON THE RINGING ON / OFF BUTTON ON THE SIDE OF YOUR PHONE JUST ABOVE THE VOLUME BUTTONS. THEN MAKE SURE THE VOLUME IS UP TO THE HIGHEST. NOW JUST TRY THIS!
    I ALSO LOOKED UP A MANUAL ON IPHONE4:
    Ringtones, Ring/Silent switch, and vibrate
    iPhone comes with ringtones that sound for incoming calls, Clock alarms, and the Clock timer.
    You can also purchase ringtones from songs in iTunes. See Chapter 22, iTunes Store, on page 94.
    Set the default ringtone: Go to Settings > Sounds > Ringtone.
    Turn the ringer on or off: Flip the switch on the side of iPhone.
    Important:  Clock alarms still sound even if you set the Ring/Silent switch to silent.
    Turn vibrate on or off: Go to Settings > Sounds.
    Assign a different ringtone for a contact: In Contacts, choose a contact, tap edit, then tap
    Ringtone and choose a ringtone.
    For more information, see Sounds on page 139.
    THE REASON MY PHONE HAD NO RING TONE, WAS SIMPLY BECAUSE THE VOLUME WAS TURNED DOWN. :-/
    I HOPE THIS HELPS OTHERS INFUTURE!   :-D

  • Hi there, can anyone please help? Download itunes and it says The Itunes library .itl file is locked, or on a locked disk or you do not have write permission for this file.

    Hi there, can anyone please help? Download itunes and it says The Itunes library .itl file is locked, or on a locked disk or you do not have write permission for this file.

    Holding down the shift key while iTunes is opening. That will bring up the 'choose iTunes library' dialog. Select 'Choose LIbrary' from the choices and navigate to your music folder and iTunes music folder.
    Or refer to this article:
    iTunes for Windows XP: "Disk is locked" or "iTunes folder cannot be found" when installing or opening iTunes
    http://support.apple.com/kb/HT1866

Maybe you are looking for