How to recover data from multiple data sources in a single destination using ODI 11 g

Hello

We have about 20 sql server instance. We need extract data from these systems in a system of dataware house. I don't want to create 23 connections in the physical topology. As every year, we have a few additions/deletions in the forums. So I would like whether it's generic, for example, I'll save the jdbc connection in a table and add/remove as and when necessary details. The structure of the tables in the bodies of 20 are the same. We do not want to implement using contexts.

Can you please let me know the procedure to get the same thing.

Kind regards

Alok Dubey

Hello

Looks like you need to use a variable in the configuration of your topology to avoid several physical servers. Great example here: https://blogs.oracle.com/dataintegration/entry/using_odi_variables_in_topolog

Tags: Business Intelligence

Similar Questions

  • How to recover data from table

    I'm new to APEX 4.0, how to recover data from table

    My table is CR_USERPROFILE... and I want to recover data to the following recommendations:

    Select the title, user name, address, email, mobile, cr_userprofile where e-mail is APEX_CUSTOM_AUTH. GET_USERNAME


    Text P110_EMAIL 10 field
    20 P110_TITLE selection list
    P110_USERNAME 30 text field
    Text field P110_ADDRESS 40
    P110_PHONE 50 text field
    Text P110_MOBILE 60 field

    could any body if you please help...

    Thanks and greetings
    Luke

    Hello

    1. create the process Page.
    2. Select the Data Manipulation
    3. in the category select "Automated line Fetch".
    4 enter the process name, sequence, select "on the load - before the headers" to the point.
    5. specify the owner, table, primary key and the key column primary (Item name contains the primary key).
    6. create a process.
    7. in each element, select "Column of the database" in "the Source Type.

    Kind regards

    Patel Kartik
    ------------------------------------------------------------------------
    http://patelkartik.blogspot.com/
    http://Apex.Oracle.com/pls/Apex/f?p=9904351712:1

  • How to recover data from the choicefield retained

    Hello

    How to recover data from the choicefield retained

    Thank you

    SujithRavindran

    getSelectedIndex method will help you.

  • How to recover data images and videos

    How to recover data images and videos of empty Recycle Bin.

    Hello

    Have you looked in the trash?

    Recover files from the Recycle Bin - Vista
    http://Windows.Microsoft.com/en-us/Windows-Vista/recover-files-from-the-Recycle-Bin

    Recover files from the Recycle Bin - Windows 7
    http://Windows.Microsoft.com/en-us/Windows7/recover-files-from-the-Recycle-Bin

    How to restore previous Versions of a file and the folder of Vista (Ultimate, Business and Enterprise)
    http://www.Vistax64.com/tutorials/122127-previous-versions-shadow-copy.html

    How to restore files and folders in Windows 7 with previous Versions
    http://www.SevenForums.com/tutorials/85679-previous-versions-restore-files-folders.html

    ----------------------------------------------------------------------------------------------------------------------------

    This could help you recover a file, or a previous version (all versions of Vista and Windows 7).
    http://www.ShadowExplorer.com/

    ShadowExplorer - recover lost files and folders (Vista and Windows 7)
    http://www.SevenForums.com/tutorials/132087-ShadowExplorer-recover-lost-files-folders.html

    ----------------------------------------------------------------------------------------------------------------------------

    Recuva - free - recovers files deleted from your Windows computer, Recycle Bin,
    map of the camera digital or MP3 player. And it's free!
    http://www.Piriform.com/Recuva

    Recuva - Forums - help here
    http://Forum.Piriform.com/

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • How to recover data for submission of form using REST or SOAP API

    Hi Topliners,

    Can someone let me know how to recover data using REST or SOAP API, for example, also I need to know how to delete some data from form submission using REST or SOAP API for submission of form. Please answer I need to implement in one of my projects.

    Thanks and greetings

    Angela

    See REST API - to access form data REST API - Documentation for kernel objects

    Delete only is not supported via the API.

  • How to recover photos from a pc to iMac

    I have iCloud on my PC, but don't know how to recover photos from a PC to iMac

    I put them on an external hard drive and then connect the HD to the i - Mac and save them but you want to.

  • How to recover files from floder.000

    How to recover files from floder.000

    Thank & the look

    Maton

    Hello

    ·         What files you are trying to recover the folder? You know the extension of the files you are trying to recover?

    To recover the files, you must know the extension of the files you are trying to recover. I suggest you change the extension that is to-say. 000 .exe or .jpg etc. depending on the program and check.

    Thanks and regards.

    Thahaseena M
    Microsoft Answers Support Engineer.

  • How to export video from CC effects for an iPhone? I use a PC.

    How to export video from CC effects for an iPhone? I use a PC.

    Short answer, there is no simple "export to iPhone", but if you just want to have a movie that you can watch on your iPhone, you just send an attachment by e-mail (other than the .avi) and save it to your phone.

    Alternatively, you can use dropbox in option.

    With an application, you can mount your iPhone as an external drive. (see iExplorer)

    Also: Check SOUL h264 variations before you send it to yourself.  There are presets for the compression of the iPhone.

  • How to recover data from scratched CD

    Original title: I want a software to recover the data of cd__

    I created a cd by direct use of the windows cd creater and now it is scratched. you want a software to recover data from the cd...

    If the disc is damaged, you cannot recover the data. Take it to Blockbuster or another place of DVDs and have them repair the disk.

  • How to recover data from url

    hiiiiii

    Can I recover data from url I can store in vector, but when I open the application Simulator and InDevice (via WIFI)

    It works but whrn I 1Utilisez hollow DataPlan Mobile, is not fetch url data please help me what should I add to the Url when I use Dataplans... This is my code...

    public static  Vector ParseEventList(String url){
    
            StreamConnection conn;
            EventHandler eventHandler = new EventHandler();
             try{
                 if(DeviceInfo.isSimulator()){
                     url +=";deviceSide=true" ;
                 }else{
                     url +=";interface=wifi" ;
                 }
    
                 conn=(StreamConnection)Connector.open(url);
    
                 SAXParserFactory saxParserFactory = SAXParserFactory.newInstance();
                 SAXParser saxParser = saxParserFactory.newSAXParser();
                 saxParser.parse(conn.openInputStream(), eventHandler);
    
             }catch (final Exception e){
    
                UiApplication.getUiApplication().invokeLater(new Runnable() {
    
                        public void run() {
                            Dialog.alert(e.toString());
                        }
                    });
             }
            return eventHandler.getEventList();
        }
    

    I'm Talking on these lines

    if(DeviceInfo.isSimulator()){
                     url +=";deviceSide=true" ;
                 }else{
                     url +=";interface=wifi" ;
                 }
    

    Use the attached code

    Determines what type of connection to use and returns the string required to use it.

  • How to recover data?

    Hi I'm new to Flex. Im trying to connect to a Coldfusion component that returns a query.

    How can I recover data from Flex?

    I tried to use < mx:WebService... > but the manufacturer doesn't not sewing for this command.

    One who can help a newb in Flex?

    I discovered what the problem was.

    I have the project folder in the flexbuilder click right and select Properties. Then I add this line to the flex compiler arguments

    -services "C:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml" - local en_US

    Thak you for your help PerpetualBurn!
    I wil use Flex much more now

  • How to recover data in my corrupted USB

    I entered my usb key and the system tells me to format my usb - if its corrupt key how to recover my files?

    Does not accept the suggestion of format yet.

    Wait that the witness occupied the USB stopped blinking and remains off.

    Take it off & try to connect again.

    If it does not connect without Windows 7 to reformat the drive, connect it to another PC instead.  A WinXP PC is more tolerant of these problems.

    In both cases, copy all of the content on a USB hard drive until you are finished.

    Then try to connect again in the original PC & let Windows 7 scan and then format it if she wants.

    Copy your original data on it.

  • How to recover data up to the current timestamp

    The emp table I want to recover data up to the present time how can I do that (until the second current)

    This link will help

    http://www.Oracle.com/technetwork/issue-archive/2012/12-Jan/o12plsql-1408561.html

  • How to recover emails from the old hotmail account?

    Original title: old account hotmail - Email removed for privacy?

    Why can't I access my old hotmail account-* address email is removed from privacy? * and how do I recover data from e-mail from this address?

    Hello

    HotMail has its own Forums, so you can ask your questions there.

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    Windows Live Hotmail Top issues and Support information
    http://support.Microsoft.com/kb/316659/en-us

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • How to recover programs from windows.old after reinstalling windows vista edition Home premium

    I had to reinstall windows - all of my previous programs seem to be in a folder called windows.old, but they won't work here.  How to restore these?  In particular, I would like to recover my old Windows Mail settings and files and also norton antivirus.

    Here is the procedure to retrieve the data from Windows.old: http://support.microsoft.com/kb/932912/.  You can't recover programs from windows.old - which is not possible.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for

  • Modules Bluetooth compatible Tecra M1

    Hello! I would buy a Bluetooth for my M1 in 2003. So far, I found a few BT modules, but they the the part number are different and I feel a bit confused. Does anyone have an o list all modules compatilibe?Thanks in advance.

  • Remote control does not not on Touchsmart 610-1030uk

    Worked very well for a long time. Now out of warranty. Battery very well. Indicator on the remote and on PC (white LED on the front panel) show IR work. Mouse and keyboard are still working fine. I tried uninstalling and reinstalling the drivers for

  • Icon for Network Magic Folders REMOVAL!

    Hello.  I installed my Linksys WRT54G2 router software, and auto-installé Network Magic (Trial Version).  During installation, 2 icons appeared on my desk.  "Network Magic Folders" and "Network Magic", the latter is a shortcut.  I tried to remove the

  • Unique SSID from the multiple SSID

    Hello We seek to deploy wireless at five sites great campuses, one in each State. Does anyone have any ideas on the deployment unique verus multiple SSID SSID for each location. Are the benefits of filing a return and security to identify red devices

  • Streaming TV Online?

    Can I stream live TV on my blu - ray (dmr, dlna) Player?  I have the Hauppauge dual tuner 2250 in my computer, and it has been implemented with windows media center (wmc).  The blu - ray player is on the same home network.  On the interface of blu -