How to put multiple targets in ODI

Hi All,
Can i know how to put multiple targets in Oracle Data Inegrator.
Thanks in Advance!!

You can have one target per interface. There are some KMs in ODI 11g to generate Oracle multi target insert statements or Teradata comparable ones. You could also hide additional inserts under the hood in a KM if it is a common design pattern.
Cheers
David

Similar Messages

  • How to put multiple photos on 1 A4 page

    Hi
    Can someone tell me how to put multiple photos on 1 A4 page,
    many thanks

    Try this:
    File >> New
    Set your width and height dimensions of A4 in mm.
    Set resolution e.g. 72 for web use/email or 240-300 for printing.
    Set background color to white (or whatever you prefer) and click OK
    Now get your first image
    File >> Place Embedded
    Select your first image and click place
    Drag to position and scale with the corner handles whilst holding down Shift.
    Click the check-mark to commit.
    Repeat for each of your other images.

  • How to put multiple 3D cubes in one big container

    Hi, I m working on 3D application, in that application I m to put multiple 3D objects like cube and cuboids in a big container.

    Hi, I m working on 3D application, in that application I m to put multiple 3D objects like cube and cuboids in a big container.

  • How to load multiple target tables simultaneously in single interface?

    I have a requirement where I have to load data into two target tables in single interface simultaneously. Reason is to populate parent-child relationship on target side as it is coming from the source side.
    For eg: I have 2 headers and 10 corresponding lines in source. Now I want load 2 headers into T1 and 10 lines into T2 simultaneously.
    Eg. SOURCE_TABLE
    HeaderId HeaderDesc LineId LineDesc
    1 AAA 10 QQQ
    1 AAA 20 WWW
    2 BBB 30 ZZZ
    2 BBB 10 XXX
    TARGET_TABLES:
    TARGET_HEADER
    HeaderId HeaderDesc
    1 AAA
    2 BBB
    TARGET_LINE
    HeaderId LineId LineDesc
    1 10 QQQ
    1 20 WWW
    2 30 ZZZ
    2 10 XXX
    I would appreciate if anyone can provide solution in this scenario.
    Thanks in advance.
    Giri
    Edited by: user10993896 on Apr 13, 2009 2:56 PM
    Edited by: GiriM on Apr 14, 2009 10:47 AM

    Hi Giri,
    Let me try to build an example... If I misunderstood your requirement please, let me know!
    1) Source table Tab_S
    create table Tab_S as (cs1 number, cs2 varchar2(10))
    2) Table Parent (P)
    create table Tab_P as (cp1 number, cp2 varchar2(10))
    3) Table Child (C)
    create table Tab_C as (cc1 number, cc2 varchar2(10), cp1 number)
    4) Function F$_Tab_C (create it in a ODI procedure)
    4.1 - step 1
    Create or Replace
    Function F$_Tab_C (p_cp2 varchar2, p_cc1 number,p_cc2 varchar2, cp_cp1 number) return varchar2 as
    begin
    insert into Tab_C (cc1, cc2, cp1)
    values (p_cc1, p_cc2, p_cp1);
    return p_cp2;
    end;
    associate this step to an procedure option like "Create_Function"
    4.2 - step 1
    Drop Function F$_Tab_C
    associate this step to an procedure option like "Drop_Function"
    4.3 - Step 2
    Disable the FK constraint and parent and child
    associate this step to an procedure option like "Disable_Constraint"
    4.4 - Step 3
    Enable the FK constraint
    associate this step to an procedure option like "Enable_Constraint"
    5) ODI interface:
    Source: Tab_S
    Target: Tab_P
    Mapping:
    cp1 ---> cs1
    cp2 ---> F$_Tab_C(cs2, 123, 'abc', cp1)
    6) ODI Package with all flow:
    6.1 - Drag and drop the procedure and put the options:
    "Create_Function" yes
    "Disable_Constraint" yes
    "Drop_Function" no
    "Enable_Constraint" no
    6.2 - Drag and drop the interface
    6.3 - Drag and drop the procedure (again) and put the options:
    "Create_Function" no
    "Disable_Constraint" no
    "Drop_Function" yes (optional, can let as NO if you wish)
    "Enable_Constraint" yes
    These are the necessary steps.... Maybe there is some syntax error because I build all in a notepad and do not compiled it in the DB. It is just to show you the general idea.
    Maybe you can be a little afraid about disable the FK but it is OK because you can guarantee the relationship by logic (funcion).
    The only point is that you must be the only one working at the target tables during the process.
    Make any sense in your case?

  • How to put same target in one RDA daemon twice

    Hi
    Anyone have experience putting the same DSO target in one RDA daemon twice?
    I have a requirement to update one target from two sources in RDA. It seems that one of it always end in error.
    Thanks and regards
    Kwong Tat

    Hi Lev,
    Do the below steps:-
    first insert a table ,and create context according to ur need.
    now
    1.right click the table and then u get Insert Grouped Column .
    2.this will show u two options
    a)TableColumn
    b)TableColumn Group
    3)select table column group
    4)now right click on column group which generated in step 3 and Select Insert Column according to ur need(means how much columns u need)
    5)now in this new column right click and get Insert cell editor and choose whatever u want.
    means:-
    Right click on the table-->Select Insert Grouped Column -> Table Group Column
    Right click on the Table Group Column Created-->Select Insert Column-> Table Column..
    Repeat the above step.
    Right Click on the Table column->Insert Table Cell Editor.
    Hope this may help you...
    Deepak!!!
    Edited by: Deepak Arora on May 21, 2010 6:13 AM

  • How to put multiple classes in a single file?

    Hello,
    I'd like to put mutliple classes in a single file. (This
    would be useful for grouping children that are minor extensions of
    parent classes or helper classes that are used by one class only).
    When I tried to put two classes in one file, I got this error
    message:
    5006: An ActionScript file can not have more than one
    externally visible definition: Notation.editField,
    Notation.labelField1
    This is the structure I used. Thanks in advance for your
    help.

    You can declare multiple classes in a single file, but only
    one can be
    within the package declaration. All class declarations
    outside the package
    are invisible to code outside the file.
    package sample
    public class SampleClass
    class SampleClassHelper
    class SampleClassHelper2

  • How to put identical target value in value mapping table

    Hi all ,
             I am implementing a value mapping function .Problem is occuring for repetated target value.for ex: if key is GL001 GL002 GL003  and destination value is 4 5 4 then its creating problem for identical values i.e for  both GL001 & GLOO3 its not accepting 4 .Same manner for many diffrent glncode i have  identical values.not understanding how to deal with these identical values please guide me as its very urgent.
    Regards,
    Saurabh

    Hi saurabh,
    you can try this out....
    First you create a value mapping table in ID like:
    AWSYS   GLNCODE
    GLOO1     10
    GLOO2     20
    (without GLOO3).
    now in your message mapping do the following mapping:
                              Contant[GLOO1]
                                   |
                                   |(then)
    AWSYS-------------> equals---->if----------------->Value Mapping---->GLNCODE
                        |          |(else)
                        |          |
    Constant[GLOO3]-----|        AWSYS
    **Reward points if helpful...
    --Sankar Choudhury

  • I want to know how to put multiple videos from youtube onto a dvd for

    my uncle wants me to put youtube videos on a dvd from my mac i emailed the videos to my email and put them on my desktop but i don't know how
    to get them all on a d vd cause it won't let me my uncle is leaving tomorrow a nd i am trying to figure it out before he leaves help!

    I am having trouble figuring out how to transfer only certain photos on a DVD to my Mac. I don't want to transfer all of them. Any suggestions?
    How are the photos stored on your DVD? Are the DVDs backups of iPhoto Libraries or simple folders of photos?
    If the photos are in an iPhoto Library, you cannot import selectively, because you cannot open an iPhoto Library on a DVD. You will have to move the library  to a disk, where iPhoto can write to the library,  even if you only want to browse it.  iPhoto needs read/write access.

  • How to put multiple lines label to a button

    I found out that the default for creating a button label is one-line setting. How can I make multile lines if the label is too long?

    forgot the url,
    http://java.sun.com/docs/books/tutorial/uiswing/components/label.html

  • In eText template, how to put multiple transaction in one logic record

    Canada Bank often use CPA Standard 005, a.k.a. CPA 1464 specification. it comes with a Header and a Trailer record, but the detail record main contains upto 6 transactions in one logic record, that is, it has 7 segments,
    segments 0 contains 3 common fields followed by segment 1~6, each contains one payament.
    The total records lenght is 1464. Question is how to create a custom level to have 6 transactions in one logic record.
    Anyone has done so, please give me some tips. If you have a sample template available, please forward me a copy, it is for supplier payment...
    Thank you in advance,

    Canada Bank often use CPA Standard 005, a.k.a. CPA 1464 specification. it comes with a Header and a Trailer record, but the detail record main contains upto 6 transactions in one logic record, that is, it has 7 segments,
    segments 0 contains 3 common fields followed by segment 1~6, each contains one payament.
    The total records lenght is 1464. Question is how to create a custom level to have 6 transactions in one logic record.
    Anyone has done so, please give me some tips. If you have a sample template available, please forward me a copy, it is for supplier payment...
    Thank you in advance,

  • Re: OSB - How to put multiple files via a osb ftp business service?

    I have been trying to create an ftp business service to transfer files to a remote machine. I select that the service should support any XML document (since I am only sending XML). Then, I specify the remote server directory like so:
    ftp://hostname:port/directory
    I take the rest of the default settings. However, when I use the business ftp service by testing it in the console, it just hangs. I can successfully ftp to the server and send files from the OSB server command line to the remote server in question. So, it isn't a problem with our network or a misconfiguration of ftp. Has anyone successfully used the ftp business service in OSB? If so, how do I configure it properly? Thanks much

    Have you checked server logs? Enable message tracing in operational settings and check the logs to find out where it is getting stuck.
    Regards,
    Anuj

  • [Solved] How to create multiple target nodes from single input node (XSL)

    Hello all,
    I have identified what I think is a bug in the visual XSLT mapper (JDev 10.1.3.3). Here is the simplified scenario:
    I have a source XML file that contains a bill-to address and a ship-to address, something like this:
    <header>
    <bill-to-name>My Customer Bill To</bill-to-name>
    <bill-to-address>123 main street</bill-to-address>
    <ship-to-name>My Customer Ship To</ship-to-name>
    <ship-to-address>567 first avenue</ship-to-address>
    </header>I want to translate it to a target XML file that looks like this:
    <addresses>
    <address>
    <address-type>BILLTO</address-type>
    <name>My Customer Bill To</name>
    <street-address>123 main street</street-address>
    </address>
    <address>
    <address-type>SHIPTO</address-type>
    <name>My Customer Ship To</name>
    <street-address>567 first avenue</street-address>
    </address>
    </addresses>Note that what I am trying to do is to create two nodes in the target (something like a for-each), but where there is no repeating node in the source.
    I was able to do this quite simply with a map like this:
    <xsl:template match="/">
      <ns2:addresses>
        </ns2:address>
          <ns2:address-type>
            <xsl:text disable-output-escaping="no">BILLTO</xsl:text>
          </ns2:address-type>
          <ns2:name>
            <xsl:value-of select="/ns1:header/bill_to_name"/>
          </ns2:name>
          <ns2:street-address>
            <xsl:value-of select="/ns1:header/bill_to_address"/>
          </ns2:name>
        </ns2:address>
        </ns2:address>
          <ns2:address-type>
            <xsl:text disable-output-escaping="no">SHIPTO</xsl:text>
          </ns2:address-type>
          <ns2:name>
            <xsl:value-of select="/ns1:header/ship_to_name"/>
          </ns2:name>
          <ns2:street-address>
            <xsl:value-of select="/ns1:header/ship_to_address"/>
          </ns2:name>
        </ns2:address>
      </ns2:addresses>
    </xsl:template>As long as I only use the source view for the xsl file, this works fine and tests just fine. As soon as I switch over to the graphical (design view), the source gets mangled to:
    <xsl:template match="/">
      <ns2:addresses>
        </ns2:address>
          <ns2:address-type>
            <xsl:text disable-output-escaping="no">BILLTOSHIPTO</xsl:text>
          </ns2:address-type>
          <ns2:name>
            <xsl:value-of select="/ns1:header/bill_to_name"/>
            <xsl:value-of select="/ns1:header/ship_to_name"/>
          </ns2:name>
          <ns2:street-address>
            <xsl:value-of select="/ns1:header/bill_to_address"/>
            <xsl:value-of select="/ns1:header/ship_to_address"/>
          </ns2:name>
        </ns2:address>
      </ns2:addresses>
    </xsl:template>which obviously does not work.
    So:
    1). Should my original map work? If not, what is the correct way to do it?
    2). If the map should work (it does), this looks like a bug in the design view.
    3). If my map should work, is there a way to do this in the design view?
    Kind regards,
    John

    John,
    GUI has limited functionality and hence it does not support all the constructs. If you want to implement soln that is visible in gui follow this steps.
    for-each(bill-to-name)
         create <address>tag
         map concat(BILLTO) to <address-type>
         map value of <bill-to-name> to <name>
         map value of <bill-to-address> to <street-address>
    select the for-each you created - right click -> add xsl node ->clone for-each
         repeat similar steps for mapping <ship-to_name>...etc
    If you still unsure send me the source & target xsd and I will send the xsl your way. You can email me at [email protected]
    Dipal

  • How to put multiple gifs together?

    http://mothermonster.tumblr.com/post/2863927788
    (Please look at my attachment for reference)
    I'm really new to Photoshop, so I know this is probably reall easy to do.
    Help would be appreciated, thanks.

    From the site:
    About the pictures/gifs I post:
    Every picture/gif I  post was edited by ME and most of them have my tag. You can put them on  your blog and everything, but do not forget to add the right credits,  otherise I’ll take some providences. The only pictures/gifs that weren’t  made by me are the ones that I rebbloged.
    It is somewhat hilarious that an image thief feels the need to assert their own copyright.
    What providences do you really threaten? 
    Ms. Gaga is popular from her originality. Perhaps you might find greater satisfaction from being an original yourself and making your own art.

  • How to put multiple delemeter

    i have text file , i want to put multiplew delemetr in that so can i can use it as 2 d araay,
    Thanks

    I don't quite undestand your question. Please be more descriptive in what you are trying to do. Are you trying to read a text file into a 2D array? Are you trying to write a 2D array to file? Have you looked at the Read from Spreadsheet File and Write to Spreadsheet File VIs? Maybe you're looking for the Array to Spreadsheet String function?
    Sorry, that's all that my crystall ball is showing today. Please deposit 25 cents for additional viewings.

  • Multiple target dn's in one ACI?

    Is it possible to put multiple targets in one aci? This is for an anonymous access ACI that I want to only allow certain ou's to be seen anonymously, but want to keep some others hidden. I tried just doing || 's in between dn's just like you would do targetattr's but that didn't work. I could do this with separate ACI's but it would be much simpler if I could do it with one.
    BTW this is running on DSEE 6.3, if that matters.
    Thanks in advance!!!
    Matt
    Edited by: keesor on Jun 26, 2008 7:57 AM

    I've been thinking about this issue since your original post.. I was wondering if it'd be possible to use macro ACIs to implement this...
    For example, you could create an objectClass called "publicOU" and assign it to your OUs you want to be public. Then, you could use an ACI like this (heavily borrowed from the DS 6.2 documentation):
    aci: (targetattr="*")
    (targetfilter=(objectClass=publicOU))(version 3.0;
    acl "Allow Public OUs to be visible"; allow (read,search) userdn=
    "ldap:///anyone";)
    There may be more elegant ways to do this, but I think it would work...

Maybe you are looking for

  • Potential Args, Computer shutting down while playing a game

    I've only had this mac for 5 months, but it keeps shutting down while I'm playing StarCraft II. It should be able to handle the game, but it keeps telling me to restart and I have no idea what the error says or means. I'm not sure what (4 potential a

  • Cant reset apple tv using itunes

    Apple TV went stupid. Could not reset via unplugging power. Tried to use ITunes, as per instructions, to reset - but ITunes wont recognize its existence, when plugged in via micro USB. Tried a few times. Gnashing teeth, rending garments. General desp

  • HT4059 Transfer ibooks from PC to iPad

    I have followed the instructions in "Can I download books from other websites?" and can get the book onto the iPad but get a " Cannot Open 'Name of book' It is formatted incorrectly, or is not a format that eBooks can open", despite the book being an

  • Alerts as adaptor engine level

    Hi I have configured the alerts  and they are working fine like "mapping error" . Now i want to configure the alerts at adapter engine  level like login prob , communication prob, JDBC adaptor error etc Any clues!!!!!!!!!!!!!!11 Thanks in advance Reg

  • Struts Portlet does not show images when it is accessed outside the domain

    Hi all, I am using Oracle 10.1.2. I have created a Struts portlet. When I view the struts portlet from my office domain (University domain) it works well and shows the images properly. However, if I try to access the same page containing the struts p