How to keep the source of updated model table?

Hello


Database MS SQL source-
Target - Oracle


I have a reverse engineering source and tables targets say 'src_table' and 'trg_table' respectively. The data are available in src_table. I have implemented an interface named "Load_Interface", which loads the data from the source of 'src_table' to
'trg_table '. My Interface works very well. But I have one query, assume that my source (in the database not in ODI) update table.

Should I do reverse engineering on the source model again to update the 'src_table' in the model of ODI?

Because I want to run this interface on the daily basis. Is it possible to src_table automatically update once updated the table in MS SQL?

Thank you
Shrinivas

Hi Shrinivas,

Is not mandatory, you can run the interface and get settled.

Some of the approach that you can follow,

1. use IKM incremental update to capture him and the calendar frequently.

2. use the CDC to capture these modified from the source data.

http://odiexperts.com/tag/simple-CDC

3 use the ODI utilities to trigger the interface once new data has arrived (OdiWaitForLogData, OdiWaitForData etc.)

Thank you
Guru

Tags: Business Intelligence

Similar Questions

  • How to keep the style of setting shaped tables that you paste IN when copying old pictures?

    Hi all

    I know that CMD-SHIFT-V works perfectly to keep the text styles you paste IN when you copy another block of text that contains different styles, but how do I do the same thing with a TABLE?

    I have paintings from an InDesign document with a set of styles/table cell styles, etc and am copying into another InDesign document where I have tables that have table styles different styles/cell, etc. The only way I can successfully get the information in one table to another is to copy the information from the old table with the old styles and then paste it into an excel worksheet, and then copy the excel worksheet and paste into new tables in the new InDesign document.

    Now, wouldn't that be so bad if I didn't have SO MANY hundreds and hundreds of paintings I was working with! I am currently working on a big catalogue and this workflow is slowing down a lot:)

    Please note that I have deleted all styles (by removing all styles) tables I am pasting FROM, but chose to keep the formatting.

    Once more, I bet that I I will kick myself when I see how the answer is easy!

    Any help would be so appreciated!

    Thank you kindly,

    Christine

    Try converting your old text table (column separator: tab; line separator: paragraph). Copy, select the style of lines and columns you want to paste the text in and paste without formatting in your new table. It may not work if your table is very complicated, but it worked for me on a test very simple.

  • WSUS - in a Windows 8 how know the source of updates, Windows Update or WSUS Web site

    WSUS - in a Windows 8 how know the source of updates, Windows Update or WSUS Web site.

    There is no powershell command (or other means) to learn if a Windows Client to get updates from WSUS (and details of the WSUS server) or the Windows Update Site.

    Moreover, in the history of Windows Update, knowing the source of the instalation (WSUS or Windows Update Web site).

    Thank you

    PQ ;-)

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • How to keep the (update or delete, insert) triggering action in the table?

    Hello experts,
    I have create a trigger on update, delete or insert. I insert records into a table which records insert, update, or delete.
    I would also like to insert the revival of whick action the trigger as update, delete or insert.

    Here's my trigger code.

    create or replace trigger BOM_HISTORY_TRIGGER
    after update or delete or insert on BOM_HISTORY
    for each line
    Start

    insert into bom_history (BOM_MOD_CODE, BOM_ASSY_CODE, BOM_ASSY_QPS_old, BOM_ASSY_QPS, PPC_SRL_ #, ITEM_ENTR_BY,)
    ITEM_MOD_BY, MOD_DATE, ACTION)
    values(:Old.) BOM_DIV_CODE,: old. BOM_MOD_CODE,: old. BOM_ASSY_CODE,
    : old. BOM_ASSY_QPS,: new. BOM_ASSY_QPS,: old. PPC_SRL_ #,: old. ITEM_ENTR_BY,
    : old. ITEM_MOD_BY, SYSDATE, 'delete')
    END;

    HOW to keep the action in the table.

    also, there is error:
    WARNING: Trigger created with compilation errors.

    Please help to fix it.

    Thank you best regards n
    Yoann

    >
    insert into bom_history (BOM_MOD_CODE, BOM_ASSY_CODE, BOM_ASSY_QPS_old, BOM_ASSY_QPS, PPC_SRL_ #, ITEM_ENTR_BY,)
    ITEM_MOD_BY, MOD_DATE, ACTION)
    values(:Old.) BOM_DIV_CODE,: old. BOM_MOD_CODE,: old. BOM_ASSY_CODE,
    : old. BOM_ASSY_QPS,: new. BOM_ASSY_QPS,: old. PPC_SRL_ #,: old. ITEM_ENTR_BY,
    : old. ITEM_MOD_BY, SYSDATE, 'delete')
    >
    Unless I've counted wrong you have 9 mentioned columns but try insert 10 items.

  • How to keep the environment setting

    We need to set disable javascript.

    But,

    after update, it turns to activate.

    You please show me

    How to keep the environment-setting before and after the update of Adobe reader.

    Thank you

    JavaScript is enabled by default in the browsers. Turn off (disable) is a manual process, which must be done by the end user.

    JavaScript must be enabled in order to use the Adobe Download Manager.

    You can download the Installer http://get.adobe.com/reader/enterprise/ offline without having to activate javascript. But there IS NO Adobe Reader (or Adobe Updater) affecting control javascript in browsers, or disable it automatically afer a download.

  • How to keep the cursor in short to a TLF in ScrollPane?

    How to keep the cursor in short to a TLF in ScrollPane? Consider this:

    textFlow.addEventListener (UpdateCompleteEvent.UPDATE_COMPLETE, tlfUpdtHandler, false, 0, true);


    private void tlfUpdtHandler(e:Event):void {}
    textFlow var = e.currentTarget;
    var containerController = textFlow.flowComposer.getControllerAt (0) as ContainerController;
    var contentBounds:Rectangle = containerController.getContentBounds ();
    var tlf_mc = containerController.container;
    containerController.setCompositionSize (containerController.compositionWidth, contentBounds.height);
    var sp:ScrollPane = tlf_mc.parent.parent;
    TPI Update();
    trace (Math.ceil (SP.verticalScrollPosition), Math.ceil (sp.maxVerticalScrollPosition), sp.verticalScrollPosition, sp.maxVerticalScrollPosition);

    sp.verticalScrollPosition = sp.maxVerticalScrollPosition;

    }

    I can't do this as the scroll position will always be in the last line. I would like the scrollpane to scroll to the line where the content is typed.

    Kindly help out me with pointers.

    Thank you.

    Sabine

    Thanks I understand now.  I'm not familiar with the fl classes but here goes.

    (1) using the NaN being the height of composition that tlfUpdateHandler keeps the cursor in view.  It worked with a few simple tests - there may be a few missing details.  I call sp.update so that it catches the total height changes?

    private void tlfUpdtHandler(e:UpdateCompleteEvent):void
    {
    find the current activePosition
    var activePos:int = e.textFlow.interactionManager.activePosition;
    If (activePos == - 1).
    return;
               
    var tfl:TextFlowLine = e.textFlow.flowComposer.getLineAt (e.textFlow.flowComposer.findLineIndexAtPosition (os activeP));
               
    If his view not to scroll into view
    If (sp.verticalScrollPosition > tfl.y: sp.verticalScrollPosition + sp.height)<>
    sp.verticalScrollPosition = tfl.y - 20;    just a number for him give a certain margin above
    }

    (2) If you do not use NaN as the height of the composition (less accurate but works better) I don't think that you will be able to use ScrollPane.  TLF automatically scrolls the lines inside the Sprite using the limits of composition.  Instead, you need to instantiate a control ScrollBar and synchronize the contentBounds with maximum heights and also synchronize the scroll positions.  TLF generates a "scroll" event every time it scrolls the content.  ContainerController has a r/w for verticalScrollPosition properties.

    Hope that helps

    Richard

  • How to keep the Safari in full screen, when it opens instead of small rectangle I enlarge them with green button and how to keep the presentation of upper task bar without always having to lower

    How to open safari in its entirety in a small rectangle and then having to enlarge.  It started to happen.

    How to keep the top toolbar in view rather than having to lower whenever necessary

    Drag the bottom right and left corners of the window to enlarge it to fit the screen.

  • I made my largest site and how can keep the same size for all other sites?

    I did the 2 larger site and how to keep the same size for all pages when I re - open the web browser?

    You can use an extension to set a page zoom and the size of the default font on the web pages.

  • How to keep the Safari line at the top of my screen to disappear?

    How to keep the Safari line at the top of my screen to disappear?

    See the toolbar of Safari mode full screen?

    Launch Safari.

    Click on the Green navigation button to enter full screen mode.

    Move the mouse to the top of the screen.

    When the menu bar and the toolbar drop-down, click on 'View' in the menu bar of Safari.

    In the drop-down menu choose «Always see the toolbar in full screen»

  • How to keep the Macbook pro screen and cin on position?

    How to keep the Macbook pro screen and computer in position 'on '.  I don't want the computer shuts down or cut unless I ask him to...

    If you talk to keep your machine to fall asleep, take a look at the caffeine.

  • How to disable the AppStore offers updated app that does not exist on the ipod touch 5g ios 9 and Reset counter app

    Regularly I receive notifications of updated Brainiacs Sudoku which I had deleted Ipod Touch 5 g a long time ago.  I can't disable the app update counter until I have download the update.  So, how to disable the AppStore offers updated app that does not exist on the ipod touch 5g ios 9 and Reset counter of the application once and for all?

    Try to hide this purchase

    Hide and show purchases iTunes or iBooks on your Mac or PC - Apple Support

  • Windows vista Home premium recovery question - how to get the source for windows vista home edition premium as the recovery does not work since the recovery partition

    How to get the source to windows vista Home premium recovery is not from the recovery partition and gives me an error message

    Hello

    Contact the computer manufacturer and ask them to send you to vista recovery disks to reinstall the operating system back as it was when you bought it

    they do it for a nominal cost of $

    or borrow a vista microsoft dvd; not a HP, Acer recovery disk etc

    Make sure that you borrow the correct 32-bit or 64-bit microsoft dvd to your computer

    they contain all versions of vista

    This is the product key that determines which version of vista is installed

    http://www.theeldergeek.com/Vista/vista_clean_installation.html

    How to replace Microsoft software or hardware, order service packs and replace product manuals

    http://support.Microsoft.com/kb/326246

  • How to stop the date of update when I opened the old correspondence

    I asked this question two years when I had XP. I'm now running Windows 7. The answer I received before does not work now.

    Hi Kerisis,

    1. What do you mean by "how to stop the date of update when I opened the old correspondence?

    2 edit. you and save the document?

    Answer us with more information for you help.

    Also see this link for suggestions for a question on the help forums
    http://support.Microsoft.com/kb/555375

    Kerisis, when you open a document, make a few changes, save it, date will be automatically updated. However, creation date won't change. You can check this by clicking on the file, select Properties, on the general tab, you will find the dates of access created, modified.

  • How to keep the input value after click on the back button being the ADF

    Hi expert,

    I have a case currently the adf:

    1. I put 'value' in the Label 1

    2. I click on the next button

    3. I click on the "back" button

    4. the 'value' went from 1 label.

    How to keep the 'value' of 1 tag after I click back, do you have any suggestions?

    Kind regards

    Ricky

    Hello

    Where you store the value? Try to store it in a variable pageFlowScope or a property of the pageFlowScope bean.

    value = "#{pageFlowScope.testVar} '"

    value = "#{pageFlowScope.testBean.testVar} '"

    Kind regards

    Ruben.

  • How to access the source timecode in the timeline?

    Hello

    When I enter a time code while in the panel mounting, the prescription jumps to absolute timecode. How to access the source timecode of the clip on the prescription is?

    THX,

    Jayson

    You can't directly.  You need to charge this element in the Source monitor, where you can go the desired timecode, and then make a game framework reverse to get to the very image of this sequence.

Maybe you are looking for

  • Do you keep your old phone at the end of the Apple upgrade program?

    I think to get the new iPhone on the upgrade program, can I sell privately at the end and still be upgraded?

  • I can't get Apache configured correctly El Capitan

    Hi, I'm new to the Forum and coding on a mac os x. I am actually starting to code in PHP and have gone through several guides to configure apache2 so that I can access my 'Sites' directory via my web browser. I followed several guides configuration t

  • Satellite C75 - A - question installation sound driver

    Hello I have this 3 drivers:-Driver sound (conexant)-Accessory audio Toshiba (Toshiba)-Sound studio DTS (DTS Inc.) I know that I need to install the sound driver but other 2 need me it? I read a few bad reviews:-on improving audio toshiba all level/s

  • HP Photosmart D7360

    I'm working on a Photosmart D7360 printer.  'Training' rollers do not turn for the supply of paper for printing.  When you try to print a test page, no paper is 'loaded '.  Finally, the error returns "on paper", even though a large paper is in the tr

  • Transferring the operating system

    I have a laptop that is not worth fixing, I use the OS on my laptop to upgrade desktop (XP) to vista.  The portable version is an OEM one.