Data Configuration in OWB

Hi all, i'm newbies in Oracle Warehouse Builder.
I need to trace data depedency from table target. If I wanna see the source table from the table target I should use lineage tools right.
Know it's writen to be default configuration. So how that data comming from ? Just not knowing what is default configuration is.
I just know if I using lineage there would be mapping that create that table target.
Just anyone tell me what is default configuration in Lineage tools.
Thanks,
Regards
George Felix

Hi George,
in owb you may have different configuration for different environments like test and production. You may set properties like parallel mode different for each configuration, i.e. for each environment. This influence is displayed in the lineage diagram. But configuration do not have any influence on the logic of the data flow!
Even if you do not use different configurations, you have a least one: the DEFAULT_CONFIGURATION.
If you do not know what configurations are you probably don't need them right now and you can just ignore the "default configuration" in the lineage diagram.
Regards,
Carsten.

Similar Messages

  • Using MySQL data source in OWB

    Hi All,
    I need to use a MySQL data source in OWB. Could you please tell me the steps needed to define and configure the MySQL module in OWB?
    Thanks and Regards,
    Amit

    Directly in the source component, or in the expressions property of the data flow?
    If the latter, what happens when you preview your expression?
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

  • Boot data configuration missing or with errors

    I have a Satelllite L870-15W, and no way to turn the system on.
    All it says is "Toshiba" (the welcome screen) and then (after having pressed f8 or f9):
    file: efi/micorsoft/boot/bcd,
    status 0x0000001;
    the boot configuration data for your or is missing or contains errors.
    I have only recovery partition at D: but cannot access it. What shall I do?

    Satellite L870-15W (PSKFNE-00700CHU) <- Hungarian version
    Spec here too.
    boot data configuration missing or with errors
    It probably means the BCD is missing or corrupt.
    To repair this, you need to access the recovery environment. Microsoft says Windows 8 will eventually take you there if it fails to boot many times. You can also get there using a System Repair Disc or a Windows 8 installation DVD like this downloadable one. You need the 64-bit disc.
    It's possble this will also work on your Toshiba machine. Restart the computer by pressing the power button and immediately start tapping the F12 key until the Boot Menu appears. Using the arrow keys, select <HDD Recovery>.
    WinRE looks like this. Select Troubleshoot and then Advanced options.
    Lots of things to try. See KB2622803 for boot sector problems. The article assumes Windows Vista/7. The same fixes look different in Windows 8, but are all available.
    If Automatic Repair (Startup Repair in 8.1) and System Restore fail, use the bootrec tool at the command prompt. This applies to Windows 8 also.
       Use the Bootrec.exe tool in the Windows Recovery Environment to troubleshoot and repair startup issu...
    Don't give up until you have tried replacing the BCD itself as follows. (Sometimes the partition is not named "c" and you need to try another letter.)
       c:
       cd boot
       attrib bcd -s -h -r
       ren c:\boot\bcd bcd.old
       bootrec /RebuildBcd
    -Jerry

  • Date Format on OWB 11.1.0.7 to use for input parameter for a mapping

    All,
    What is the Date Format on OWB 11.1.0.7 to use for passing in an input parameter for a mapping to execute?
    I have tried '01-01-2010','01-JAN-2010','01.01.2010', 01/01/2010 and I get the following error:
    Error RPE-01003: An infrastructure condition prevented the request from completing.
    Error RPE-01038: Failed to evaluate expression declare l_expression DATE := 01/01/2010;begin :result := wb_rt_conversions.from_date(l_expression);end;. Please modify the expression, redeploy and retry again.
    RA-06550: line 1, column 32:
    PLS-00382: expression is of wrong type
    ORA-06550: line 1, column 24:
    PL/SQL: Item ignored
    ORA-06550: line 1, column 90:
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    ORA-06550: line 1, column 51:
    PL/SQL: Statement ignored
    I am using a Mapping Input parameter object and have a START_DATE_IN as a DATE and an END_DATE_IN as a DATE
    Any information you could provide would be greatly appreciated.
    Thanks,
    Shaun

    Hello Shaun,
    The function wb_rt_conversions.from_date is (at least in OWB10.2) overloaded and can with input-types as
    date, timestamp_unconstrained, timestamp_tz_unconstrained, timestamp_ltz_unconstrained or varchar2.
    If it doesn't work with varchar2 I would try Date:
    For example: to_date('2010-01-01','YYYY-MM-DD')
    I also found this thread:
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=608257
    Hoping this helps...
    Guenther

  • How to change database schema of data source in OWB?

    Hi,
    Could someone give me hint about my questions:
    I select many database schema in TOAD. like "My Shema" and "All Schema".
    If I create a Oracle Data Source in OWB 10.2. All tables/viewsI can see only from "My Schema" (I think it is default), However, I need to connect "All Scema". There are lots of prod tables/views. I don't know how to set/change/config in OWB even reading guide.
    Thanks a lot
    Lan

    Lan,
    You can ONE of the following:
    1. Dbl click the src/target module and go to metadata location tab and select a location that has the details pointing to the different schema (If you do not have this location created, you may have to create one).
    2. Create synonyms in "My Schema" to objects from other schema. Then try to import the tables again. This time you will be able to see the other tables (the icon will be different for synonyms.)
    Hope That Helps.
    Kaushik.

  • How to use clob or blob data type in OWB

    how to use clob or blob data type in OWB?
    if OWB not surport these data type,how can i extract the large data type from data source

    The same question was asked just two days ago No Data Found: ORA-22992
    Nikolai Rochnik

  • Geting an error trying to import a data file into OWB repository

    Hi,
    We're using OWB 11.1.0.7.0
    I'm trying to import a new data file and I'm getting an error.
    When I go to The Project/Files/ I right click on the module I want to add the files to,
    I get a 'Wizard' titled 'Welcome to the Import Metadata Wizard'.
    I click next.
    I get the 'Filter Information' screen that asks if I want to select 'All Data Files' or a specific file.
    I pick 'All Data Files' and click 'next'.
    I get the 'Object Selection' screen that has a left and right panel. The left side is titled 'Available' and the right side is titled Selected.
    The 'Available' panel had the directory in Linux (/etl/datafeeds/dev) where our data files are stored with a plus sign next to it.
    When I click the plus sign, I get an error message that says:
    API2836: Directory
    /etl/datafeeds/dev does not exist.Has anyone seen this? What is the work around? Is it a bug? How do I import a data file into OWB if this isn't the way to do it?
    Thanks,

    Hi, is there any obligation to use import wizard?
    can you use right click and import view/table?
    Ugur MIHCI
    www.ifslibrary.com

  • Cellular data configuration on Iphone 5

    Hi,
    I would like to configure my cellular data configuration so I can start using 3G.
    Im with O2 carrier and live in UK.
    Does anybody know the exact settings ??
    Thanks

    O2 have a number of plans and each has different APN Settings. The details APN set is idata.o2.co.uk I think,  but if you are using a Pay Monthly Account then the APN is mobile.o2.co.uk. The iPhone has no way of knowing what plan you are so uses the default one.
    So what do you do?
    Go to http://www.unlockit.co.nz on your iPhone  - Choose  Country of United Kingdom  and Carrier of O2 (Pay Monthly) and it will install the Correct APN for your Plan. (or the hard way - download the Apple iPhone Configuration Utility, Install it, Work out how to run it, work out what settings you need to put in it and install it)

  • Internet data configuration for unlocked BB Curve 8310

    After much research I was directed to this site for help.
    I have an issue with BB 8310 Curve internet data configuration.
    I bought an unlocked BB Curve and I am  unable to access internet.
    I have an internet plan with my carrier; Consumer Cellular. I  have the settings that I received from them (they do not carry BB) that I can input manually; but have no clue how to do this. I tried to register, but was unsuccessful.
    Any help would be greatly appreciated!!
    Solved!
    Go to Solution.

    Blackberry's require a specific Blackberry Data Plan in order to function properly where the information is pushed from your service provider to the phone in the form of "Service Books". 
    Without those service books you will be unable to use the majority of features on your phone - and as you have said your carrier does not support Blackberrys then I would imagine they do not offer a Blackberry Data Plan. 
    Some more details on what you can and cannot do with a generic data plan can be found here. 
    http://www.blackberryfaq.com/index.php/What_do_I_need_a_Data_Plan_for%3F

  • How to use incremental data load in OWB? can CDC be used?

    hi,
    i am using oracle 10g relese 2 and OWB 10g relese 1
    i want know how can i implement incremental data load in OWB?
    is it having such implicit feature in OWB tool like informatica?
    can i use CDC concept for this/ is it viable and compatible with my envoirnment?
    what could be other possible ways?

    Hi ,
    As such the current version of OWB does not provide the functionality to directly use CDC feature available. You have to come up with your own strategy for incremental loading. Like, try to use the Update Dates if available on your source systems or use CDC packages to pick the changed data from your source systems.
    rgds
    mahesh

  • MAX newbie confused on data configuration

    I'm trying to get a handle on an existing application that was written before I was hired.
    I have a test Fieldpoint rig setup about the same as the production unit. I am able to communicate with the Fieldpoint in MAX and query it with LabWindows/CVI.
    If I go into MAX and change the data configuration range from 0 to 20 volts to -120 volts to 120 volts, the reading in MAX doesn't change. Also, the value I read in LabWindows/CVI doesn't change either. I am hitting the Apply button.
    So is this range adjustment used anywhere, or is it just for documentation?
    (Attached is a screen capture of the value I am changing)
    Attachments:
    MAX1.JPG ‏66 KB

    Is your analog input within the ranges that you are defining?  Are you changing the analog input between configuration changes?  Let's say you are putting in 10V,  it's within range of 0--20V.  It's also within range of 0-120V.  So you should be able to read the value with either range.  Of course with the larger range, you will have a little worse accuracy and/or resolution.  If you were trying to read 30V, then you wouldn't be able to read it at all with the 0-20V range, but would be able to read it with the 0-120V range.

  • Master Data Configuration

    I am looking for Master Data Configuration Step by Step guide.
    my contact info is asharkazmi at the rate of hotmail dot com
    Regards,
    Ashar

    Ashar, (and Abhishek)
    Please do not use e-mail addresses in this forum.  It means that the info will go only to you.  This deprives all of the other users the benefit of any answers.
    Master data does not have it's own configuration guide.  The way that your master data will be configured is totally dependent on the business scenario you are creating.  Most of the critical steps are contained in the configuration docs for the scenarios.
    Review the basic Materials Management configuration guide below.  It should get you started for a basic purchasing environment.  This version localized for Pakistan for the benefit of Ashar.
    http://help.sap.com/bp_bl603/BBLibrary/Documentation/104_BB_ConfigGuide_EN_PK.doc
    There are other documents for you to review that may also assist you in the BP guides.  http://help.sap.com/bp_bl603/BBLibrary/Content_Library_BL_EN_PK.HTM
    The important configuration for a vendor is the relationships between the vendor and the various organizational structures in your company(s).  For these relationships to be configured, you first need to know how your company(s) will be structured, as mentioned in the earlier posting.  For some hints, look in the above link under Enterprise structure and Enterprise structure extensions.
    Rgds,
    DB49

  • Unsupported Data Configuration

    Hi all,
     After I got my MSI GF4 Ti4400 I installed XP Home on one of my drives, (I have three) and since XP would not run  some of my games, I reformatted and reinstalled 98SE. I have my drive cloned on another drive for backup.
    Anyway, it might be coincidence, or it might be card related, but when I reboot, the first time I get an error message (Unsupported Data Configuration) and my system shuts off. Turning it back on, it will work fine,but every time I reboot, the first attempt fails and the second attempt works fine.
    Any clues ? Can this be BIOS related?
    System:
    Asus A7M266
    256 Mb Crucial DDR
    3 WD drives (13.6, 20, 60 Gb)
    MSI GeForce4  Ti 4400
    crappy onboard sound(will eventually get a Turtle Beach)
    XP 1800+
    Also, what are the best BIOS settings for this card?
    Thanks in advance! :P

    I'm not sure if the BIOS is at fault or if it's just some leftover from the XP installation,or if it's the card's configuration. I think since I formatted the drive, it should have wiped out all traces of XP, or does XP put crap on your other drives (not the one it's installed on)?
    I thought a fresh clean install would solve the problem, but it didn't. SE had no problems with it before. That's what makes me think it might be a small problem with the card.

  • How to load  a tables one partition of data in to OWB target table

    Hey ,
    I want to load only one partition data from source (size in Tera bytes) in OWB tables. I used filter condition as per the partition done on a key value. But Its take so much time to load the data into the target table.
    I feel to configure the source table as well as target table and give some HINT command in operator settings . Is it right to improve the performance of loading .
    Can I use PEL option in source as well as target .
    suggest me please
    thanks
    murari

    Hi Andreas,
    This error has not been documented yet, but I got the information from the other forums.
    Error Name                            Error Code (hex)    Description
    LinBusErrorTxSyncTimeout         1040                  The LIN interface master task attempted to send a
                                                                               sync byte and did not self not receive the sync byte
                                                                               within the timeout period.
    This is the description. The problem is solved, the baud rate i was giving was higher than the slave units baud rate. Now it seems to be functioning correctly.
    Thank you.

  • Foreign Trade Data configuration

    All,
    I have the following scenario/issue:
    1. Orders (OR) created for Argentina country (goods coming from US to Argentina, not intercompany) are getting the commodity code printed on the invoice which the business doesn't want to happen. Researching the problem I figured out the commodity code is somehow automatically added for each item during the delivery creation (I confirmed it's not being included manually).
    2. Orders (OR) created for Mexico country (goods coming from US to Mexico, not intercompany, same origin plant as the above scenario) are NOT getting the commidity code printed on the invoice which the business DOES want to happen. Researching the problem I figured out the commodity code IS NOT being added for each item during the delivery creation.
    A workaround is in place on the business as I noticed both can be done manually: include or exclude commodity code.
    However, I'm looking for some guidance on how to configure the system to STOP including the commodity code on the Delivery Document for Argentina and START including this code on the Delivery document for Mexico. What is happening actually is exactly the opposite but I couldn't figure out how the system is making it happen.
    Both Orders for Argentina and Mexico contain some similar items (material) which are coming from the same plan in the US. Verifying material master data I can see the material has the commodity code there. This is the code that is being brought to the delivery document for Argentina and somehow not being brought for Mexico.
    Please let me know if any additional info is required for you guys to help me. I'd appreciate if some guidance could be provided.
    Thanks!

    Hi,
    Check in Transaction code OVE1 (PATH SPRO -> sales and distribution ->foreign trade/customs->Basic data for Foreign trade ->Define commodity code/import code numbers by country) that the commodity codes are maintained for country Mexico.
    Make sure that for each code, the field additional info is filled appropirately like 1 -Export/Dispatch.
    If maintained for Mexico, then it should pull in the delivery document -> line item level export control tab. Based on the ship-to county, the commodity code is populated.
    Regarding printing the commodity code in invoice, why don't you add a logic in the ABAP program that prints the invoice?
    You can add the logic, that if the ship-to country is Argentina, dont print the commodity code and if the ship-to country is Mexico, then print the commodity code in the invoice.
    Hope this helps.
    Regards,

Maybe you are looking for

  • Error while calling bpel process from jsp page

    Hi, I am trying to access bpel process from a jsp page..i could successfully deploy bpel and run it from bpel console.however accessing the bpel from a jsp gives an error. I have attached the code and error. I am using jdev10.3.1 with SOA suite.Any h

  • IMR7 : Creation of a new Screen Variant does not save Layout

    Hello, In IMR7, if I create a new screen Variant with a modified the default Layout field, the next time I log-in to SAP, system does not recognize my Layout selection. Do you have a suggestion? Thanks François

  • What can I do about AirTunes fading in and out repeatedly?

    I have a persistent problem when playing music via AirTunes. The primary symptom is that the music levels fades down to almost nothing and then fades back into regular volume. I am using an iPad (original 3G) over airport express modem. I ave had thi

  • Where can I find a useful user manual for the A1?

    I am so confused I don't know exactly where to begin.  I tried to download an EPUB format ebook from 2 different websites, and all i get is a worthless "download failed" message every time, with no explanation of the cause. The user manual included o

  • Confirmed: 7.3.1 Firmware Tightens Disk Sharing Via Internet

    My AEBS has a USB hard drive connected to it and shared out with password protection. With the 7.2.1 AEBS firmware, I could connect to this hard drive over the Internet by doing Go > Connect to Server > afp://ip.ip.ip.ip and clicking Connect. I'd the