Using CDC feature

I am trying to use the CDC feature so that the changed data is transfered from source table to the target table in ODI. I am using the Oracle Simple JKM.
I have started CDC --> Start Journal and it works fine. When I insert a few records into the table, I can see that newly created records have been noticed by Journal (I see this by clicking CDC --> Journal Data)
My problem is that when I execute my interface it tries inserting all the records from source to target and essentially it is not using the Journal feature.
Any thoughts on how I can use it ?

Did you check the "Journalised data only" checkbox in the interface?

Similar Messages

  • CDC feature for snapshots and views

    Hi,
    Can we use the Oracle Change Data Capture (CDC) feature which can be used with Oracle's Publish and Subscribe packages for views and snapshots in Oracle 10g? Or is it only for tables?

    This is question for Oracle support as DI is just using it. And they will tell you that it is for tables only.

  • Report using the feature of opening Excel in SAP.

    We are building a custom report using the feature of opening Excel in SAP.
    We need to do things like:
    Protect the worksheet, but leave some rows unprotected
    Freeze the windows
    Have any one ever used this feature before? Can any know how to do this?
    Thank you,
    PV

    No, no extra somewhere.  What it actually is, is that you are calling the methods of the application(sort of).  Here is an example application which does to the freeze panes.
    report zrich_0001.
    include ole2incl.
    data: e_sheet type ole2_object.
    data: e_appl  type ole2_object.
    data: e_work  type ole2_object.
    data: e_col1  type ole2_object.
    data: e_col2  type ole2_object.
    data: e_cols  type ole2_object.
    data: e_cell  type ole2_object.
    data: e_wind  type ole2_object.
    data: field_value(30) type c.
    parameters: p_file type localfile default 'C:RichTest.xls'.
    start-of-selection.
    * Start the application
      create object e_appl 'EXCEL.APPLICATION'.
      set property of e_appl 'VISIBLE' = 1.
    * Open the file
      call method of e_appl 'WORKBOOKS' = e_work.
      call method of e_work 'OPEN'
              exporting
                   #1 = p_file.
    * Write data to the excel file
      do 20 times.
    * Create the value
        field_value  = sy-index.
        shift field_value left deleting leading space.
        concatenate 'Cell' field_value into field_value separated by space.
    * Position to specific cell  in  Column 1
        call method of e_appl 'Cells' = e_cell
               exporting
                    #1 = sy-index
                    #2 = 1.
    * Set the value
        set property of e_cell 'Value' = field_value .
    * Position to specific cell  in  Column 2
        call method of e_appl 'Cells' = e_cell
               exporting
                    #1 = sy-index
                    #2 = 2.
    * Set the value
        set property of e_cell 'Value' = field_value .
    * Position to specific cell  in  Column 3
        call method of e_appl 'Cells' = e_cell
               exporting
                    #1 = sy-index
                    #2 = 3.
    * Set the value
        set property of e_cell 'Value' = field_value .
      enddo.
      call method of e_appl 'Columns' = e_col1
             exporting
                  #1 = 1.
      call method of e_appl 'Columns' = e_col2
              exporting
                  #1 = 2.
      call method of e_appl 'Range' = e_cols
              exporting
                #1 = e_col1
                #2 = e_col2.
      call method of e_cols 'Select' .
      get property of e_appl 'ActiveWindow' = e_wind.
      set property of  e_wind 'FreezePanes' = 1.
    ** Close the file
    *  call method of e_work 'close'.
    ** Quit the file
    *  call method of  e_appl  'QUIT'.
    *  free object e_appl.
    Regards,
    Rich Heilman

  • Sorry, we couldn't open your file using this feature. Visio Web Access is not available on this site.

    Recently installed Service Pack 1 in SharePoint Server 2013 Farm, post upgrade we are experiencing issue when opening visio documents:
    I am trying to open .vsdx (visio 2013) file but encounter following issue:
    Sorry, we couldn't open your file using this feature. Visio Web Access is not available on this site.
    Under Document library-->Library settings-->Advanced Settings
    Still I cant open file in browser as we always used to. Unfortunately we don't have Visio services in Farm.
    can you share your experiences regarding this issue post Sp1 SharePoint Server 2013.
    Thank You

    Hi Octopus,
    Based on the error message, it seems that the Visio Graphics Service is not started or the Enterprise feature is not enabled.
    I recommend to check the things below:
    Go to Central Administration > System Settings > Manage service on server > check if the Visio Graphics Service is started > then click Application Management > Manage service applications > check if the Visio Graphics Service application
    is created.
    Go to the root site settings page of the site where you got this error, click Site collection features to check if the SharePoint Server Enterprise Site Collection Features is enabled.
    Go to the site settings page of the site where you got this error, click Manage site feature to check if the SharePoint Server Enterprise Site Features is enabled.
    More information about the Visio Graphics Service:
    http://tutorial.programming4.us/windows_server/microsoft-sharepoint-2013---looking-at-visio-services-(part-3)---visio-graphics-service-service-application.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Hi! I'm a Windows XP convert... switched to an imac about 4 months ago and am LOVIN' it  As a graphics designer I did use a feature on my Windows machine which I really miss on my mac... beaing able to see a preview of one of the images in a folder on top

    Hi! I'm a Windows XP convert... switched to an imac about 4 months ago and am LOVIN' it As a graphics designer I did use a feature on my Windows machine which I really miss on my mac... beaing able to see a preview of one of the images in a folder on top of the folder icon. In other words, in Windows, you can see the first image that is inside the folder as an icon on the folder itself. Is there a way to do this on the mac? Maybe some software program that will do it? Thanks for you help!

    It would be brilliant if Apple could make picture folders behave like events in iPhoto. You could see a photo on the folder, and also mouse over it to change pictures.
    But no, there's not an application I'm aware of that does this. You can manually make a picture the folder icon, but it's a tedious process.
    Unfortunately this is another example of how dated and worn out the Mac's interface is. The concept of using a file folder as the icon for a directory of images is so 80's. You could use coverflow, but that only helps once you're in the directory itself. Or use iPhoto or Aperture, although they just do photos. Or try Lyn as an alternative: it has a sort of iTunes-like interface, and makes it easy to organize photos without having to put them in iPhoto. And it can display photos that are already in Libraries.
    But you'd probably need a Finder alternative. I use Leap, which displays any type of document. It also does tagging, which is another huge omission in the Finder. More like Windows Explorer (although still no photo on folder icons).
    Another very stylish Finder alternative, especially useful for pictures, is FileBrowse. I don't know why it hasn't gotten more attention. It DOES put photo previews on the folders it shows. And allows one-click expansion to show the photo enlarged. It's super fast, and even allow you to group/sort by camera or flash! It really has to be seen to be appreciated. It works in Lion, although it doesn't seem to be have been updated lately. http://www.filebrowse.com/index.html
    Rob

  • How to use the feature of ajax in visual web jsf

    Hello,everyone!
    I want to use the feature of ajax in visual web jsf,but the program encountered a error. I want refresh the dropdownlist once the javascript captured the refresh message,they both behaved asynchronously. However, the textField1 rendered with a blank box,while the dropDown1 had no change. The code as follows:
    <jsp:root version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <webuijsf:page binding="#{Page1.page1}" id="page1">
    <webuijsf:html binding="#{Page1.html1}" id="html1">
    <webuijsf:head binding="#{Page1.head1}" id="head1">
    <webuijsf:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
    <webuijsf:script>
    var processEvents = {                                                
    update: function(props) {
    var combo=document.getElementById("form1:dropDown1");
    combo.refresh();
    // Subscribe to refresh event.
    function refreshme(){
    var dom=document.getElementById("form1:textField1");
    dom.refresh();
    dojo.subscribe(webui.suntheme.widget.textField.event.refresh.endTopic, processEvents, "update");
    </webuijsf:script>
    </webuijsf:head>
    <webuijsf:body binding="#{Page1.body1}" id="body1" style="-rave-layout: grid">
    <webuijsf:form binding="#{Page1.form1}" id="form1">
    <webuijsf:textField binding="#{Page1.textField1}" id="textField1" onBlur="refreshme();"
    style="position: absolute; left: 168px; top: 144px" valueChangeListenerExpression="#{Page1.textField1_processValueChange}"/>
    <webuijsf:textField binding="#{Page1.textField2}" id="textField2" style="left: 168px; top: 96px; position: absolute"/>
    <webuijsf:dropDown binding="#{Page1.dropDown1}" id="dropDown1" items="#{Page1.dropDown1DefaultOptions.options}" style="position: absolute; left: 192px; top: 216px"/>
    </webuijsf:form>
    </webuijsf:body>
    </webuijsf:html>
    </webuijsf:page>
    </f:view>
    </jsp:root>
    /**********************************java******************************************/
    the function textField1_processValueChange didn't been invoked
    public void textField1_processValueChange(ValueChangeEvent event) {
    DropDown dd=getDropDown1();
    Option op1=new Option();
    String addText=(String)getTextField1().getText();
    op1.setLabel(addText);
    op1.setTooltip("tooptip");
    op1.setValue(addText);
    ArrayList <Option> l=null;
    Iterator <Option> i = dd.getListItems();
    while(i.hasNext()){
    l.add(i.next());
    l.add(op1);
    dd.setItems(l);
    thanks In advance all of your replies.

    Hi there,
    Take a look at this, will help you
    http://developers.sun.com/jscreator/learning/tutorials/2/textcompletion.html
    Thanks
    K

  • HP Officejet Pro 8600 Plus not able to use full features

    HP Officejet Pro 8600 Plus (Model No. N911h)
    Serial No.[Personal Information Removed]
    Windows 7 Professional Service Pack 1
    The printer is being used on the desktop as a network printer.  Windows Firewall is turned off.  Office uses Trend Micro Antivirus.  Able to use full features like digital fax, print, scanning only when Trend Micro Office Scan is offloaded.  Printer was taking dynamic port so created Standard/TCP-IP port created.  Even this did not solve the problem.  Trend Micro administrators say the port is open.  Not sure if anything particularly needs to be allowed by Trend Micro.  Spoke with HP support system over phone.  They are also not sure what is to be done rectify the problem.

    Hello,
    I see that you're having an issue unblocking ports for the printer. 
    Here is a list of the ports that needs to be unblocked. Hopefully this will help. 
    Incoming ports (UDP) are destination ports on the computer while outgoing ports (TCP) are destination ports on the
    HP device.
    • Incoming (UDP) ports: 137, 138, 161, 427
    • Outgoing (TCP) ports: 137, 139, 427, 9100,
    9220, 9500
    The ports are used for the following functions:
    Printing
    • UDP ports: 427, 137, 161
    • TCP port: 9100
    Photo card upload
    • UDP ports: 137, 138, 427
    • TCP port: 139
    Scanning
    • UDP port: 427
    • TCP ports: 9220, 9500
    HP device status
    UDP port: 161
    Faxing
    • UDP port: 427
    • TCP port: 9220
    HP device installation
    UDP port: 427"

  • I have file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Ac

    I have pdf file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Acrobat X Pro and Windows -7 platform.

    Yes, I just want to cover up all the pages for those particular area of document numbers.
    Nothing sensitive about it. I just want to show the correct document numbers on all pages in print out.
    So, I wanted to cover up by comments, but commenting on each page will be difficult. So, I wanted to comment the same on all pages.

  • List of useful NEW features in Keynote '13

    There's a long thread on features that are missing in the update.  Some changes are quite annoying.  However I'm also noticing a lot of useful new features beyond the top-level things that get reported in news articles.  Here are some.  Please add to the list.
    Text boxes can take any shape so text flows in a specific way you want it to, such as around a curved shape — awesome special case of the next feature.
    Format > Shapes and Lines > Make Editable allows you to edit bezier points of an object. Note: inconsistent functionality — weirdly, does not work for curves or connection lines, for example.
    Vastly simpler and more beautiful way of editing Bezier points: simply hover mouse between two existing points and a new one appears for you to grab onto if you want it.
    Edit shapes with unite / intersect / subtract (under Format > Shapes and Lines).  E.g., take a bite out of an object.
    Connection lines (under Insert - > lines).  Like magnets in OmniGraffle: the end of the line attaches to another object and moves with it.  But very limited halfhearted implementation: not every object type can be connected to, you can’t designate positions on the object to connect to, nothing else in the interface even tells you whether the line is a connector or not, there’s no way to switch it on an off for a particular object, etc…
    Magic Move transitioncan match text boxes with some text changes (inserting words or letters)
    Format > Shapes and Lines > Make motion path from shape (haven’t tried this)
    Insert comments tagged with your name and optionally attached to certain objects
    Fewer floating windows (panel on right instead)
    Negative things worth noting:
    The new keynote autosaves, even when this destroys compatibility with older versions of Keynote.  So if you want to try editing an old presentation, and you might want to still use it in the old Keynote, make a copy first.
    The new Curve object (click the Shape toolbar button, and it’s in the top right) is very strange and you might want to avoid using it.  It doesn’t seem to be a “first class” object like others.  You cannot add Bezier points, and strangely, you can’t even rotate it!  Instead, add a straight line and then add a Bezier point to it.
    Cannot reapply master to selection (can only apply to entire slide)
    Bezier nodes have only a point, not the two handles, so they’re less flexible
    Old themes can fail to work correctly.  Not only if there are animations in the master, as has been reported elsewhere; one of my themes incorrectly displays paragraphs as bullets, until I manually tell it to reapply the master to the slide.

    The viewable area is centered now. So, you can stage objects off-slide to the top or left very easily.
    No more fiddling with a button to scale. Now, as with most drawing apps, pinch can zoom in and out quickly
    Right-to-left language text (like Arabic and Hebrew) builds actually WORK!
    Have an image and want to replace it with an updated version (or one that's customer specific)? You can now replace images in place quickly
    Negative thing worth noting
    No longer possible to tweak the file manually to create rounded joins on lines (or rounded butts on dashes for that matter). If you have an old file you manually updated, those still work in the latest version (I've posted a presentation here that uses lines with rounded corners instead of mitered corners to show the difference https://www.icloud.com/iw/#keynote/BAI2xMm7NsSaRKQ1wayBKy6a3BIs7ZO7W1OE/Symbols_ ME_11)

  • Just subscribed to Acrobat for $19.99/year to be able to use expanded pdf manipulation features. From left hand window I signed in successfully. However when I try to use a feature like export to Word doc I am sent to Web page to subscribe for more money.

    Just subscribed to Acrobat for $19.99/year to be able to use expanded pdf manipulation features. From left hand window I signed in successfully. However when I try to use a feature like export to Word doc I am sent to Web page to subscribe for more money.  I thought I had already paid for access to these features by subscribing for the $19.99? What features did this $19.99 allow me if NOT to edit or export PDF files?

    Please check the name of what you subscribed to. You say "Acrobat" but that isn't $19.99/year. Unfortunately Adobe have products which do the same thing and need to be used in different ways.

  • Exporting TIF files using 'Use artboards' feature

    Currently, when using the 'Use artboards' feature to export multiple artboards, AI will do the following to determine individual file names:
    Filename shows name of AI document then an underscore followed by the name of the artboard.  Is there any way to change it somehow so that the underscore is a hyphen?
    Example:
    My AI document is simply called "z.ai".  There are several artboards on the document with similar names such as "asda-ao" and "asdb-ao".
    After exporting individual TIF files using the 'Use artboards' feature, the file names come out as follows: "z_asda-ao.tif" and "z_asdb-ao.tif".
    I would rather the files be named "z-asda-ao.tif" and "z-asdb-ao.tif".
    Is this possible without having to do it manually after the fact?

    There are a lot of programs that do file renaming, one is Bridge. If you have it, select the files, choose Tools > Batch Rename, and for New File Names, choose String Substitution, and then use "Find" and "Replace With" fields.

  • Popup content not displaying after doing a rollback using savepoint feature

    Hello everyone,
    I have a pop up window which has a taskflow embedded as a region. This taskflow has an activity which does the rolling back of changes done in the task flow using the restore save point feature.
    I have a cancel button on the pop up and it is bound to the cancel activity so that when the user clicks on the cancel button, the changes are discarded and the popup is closed(using a managed bean).
    I am able to discard the changes using this feature.
    My problem is when I try to invoke the same popup in the same session, only a very small panel window appears and nothing else.
    This happens only if I do the rollback feature. Just closing the pop up without any changes and reopening works.
    I tried several ways and can't find a solution to this problem. Can any one help ?
    thanks
    AC
    Edited by: user723140 on Nov 25, 2008 1:27 PM

    Hi,
    restore to savepoints happens when you exit the bounded taskflow with a return. So in your case you are actually closing the taskflow, which is not what you should do in a region. This is why it comes up empty. What you can try is to
    - set the popup loading to lazyUncached
    - set the refresh on the region container to ifNeeded
    - set the refresh condition to some value reference that changes with each call to region (e.g. a managed bean that returns the time in ms)
    Not sure if this will re-create the taskflow, but chances are that it does
    Frank

  • "Do Not Use Envelope"  feature: WS Receiver vs Soap Receiver

    I have a scenario that I need to call web service on receive side.
    When I use Soap adapter, need to use mapping program to compose SOAP message mannully:
    Envelope
       + Header
         ++MessageID
         ++Action
       +Body
         ++FistName
         ++FistName
    In SOAP receiver adapter, I do not use PI envlope, so I have to choose "Do Not Use Soap Envelope" option.
    When I use WS receiver adapter to call the same web service, I could not find the way the Soap adapter does.
    Anyone tried to use same feature in WS adapter ?
    Thanks
    Liang
    Edited by: Liang Ji on Oct 27, 2011 4:33 PM

    >Anyone tried to use same feature in WS adapter ?
    IMO, WS adapter does not provide "Do Not USe Envelope option" in 7.1 as well in  above versions.   You might want to see other experts opinion.

  • Using Boost features in CS3

    I am working on porting an plugin from CS5 to CS3 on a MAC, this plugin uses some features of boost libary. So when i try to compile the plugin in CS3 i get a no of linking errors related to boost, however the plugin builds successfully in CS5.
    So i looked into the sdk and found that the CS5 sdk in fact ships with frameworks of boost like boost_regex.framework and also have a ASLSupportLib.dylib which are missing in the CS3 sdk. So my question is how do i get the libraries of boost to link with a CS3 plugin, do i have to build the boost libraries myself or there is some other way to do it.
    And if indeed i have to build the boost library how do i do it, in this scenario i have the following queries
    1. Can i use the boost source files shipped with sdk to generate the lib, if so how.
    2. If i need to get the source from internet which version of boost shall i build to be compatible with CS3 plugin.
    Please guide me as to how i can get around this problem,
    Thanks
    -Manan

    Hi
    In CS3 boost regex libraries are named libboost_regex-mt-1_33.dylib and libboost_regex-mt-d-1_33.dylib
    Regards
    Bartek

  • Can I use Bluetooth feature on my IPad?

    CAn I use Bluetooth feature with Verizon cellular phone number?

    What exactly are you trying to do? What happens when you try?

Maybe you are looking for