10.2 OWB mapping question

Hi friends,

Im working on the 10.2.0.5 owb. I made a sample mapping as below

Step 1: Created a source module giving him the location as a data source and import the following from the 11g database table

per_all_assignments_f

per_all_people_F

hr_all_organization_units

Step 2: Created a target such as a data warehouse module by giving my g 10 db Details of the venue and started to create a dimension.

Step 3: Created the mapping in the target module by dragging the source tables and a dimension of the source and the target module.

Step 4: Deployment sequence, table, dimension successfully in the control center. When I tried to deploy the mapping of a pop-up window will appear with the details of the source of my 11g database, once I entered the password and shortly after pressing the ok button, I got a message like

RTC-pair of type Location 5318:Invalid for the name Oracle database and version 11.1

Im not sure with the light of the foregoing, which runs all through the mapping. Given that I created and saved to the location of the source of my 11 g database. But then too why owb returns error as source location is not. Therefore, I can see my source location in the Explorer of the connection.

If this problem occurs because I imported the source table of the database 11g as the owb that im using is 10 g. ??

Kindly help me with this question friends.

Brgds,

Mini

Hi guys,.

Error is resolved as recommended in article

Pair of Type RTC-5318 invalid location when you save an OWB 11.1 location [ID 960825.1]

Thanks for your point of view.

Brgds,

Mini

Tags: Business Intelligence

Similar Questions

  • Export data from the database Table in the CSV file with OWB mapping

    Hello

    is it possible to export data from a database table in a CSV with an owb mapping. I think that it should be possible, but I didn't yet. Then someone can give me some tips how to handle this? Someone has a good article on the internet or a book where such a problem is described.

    Thank you

    Greetings Daniel

    Hi Daniel,.

    But how do I set the variable data file names in the mapping?

    Look at this article on blog OWB
    http://blogs.Oracle.com/warehousebuilder/2007/07/dynamically_generating_target.html

    Kind regards
    Oleg

  • How to use OMB to change the filter conditions in OWB maps

    Hello
    I want to know how we can use the OMB to change the filter conditions in an OWB map.

    In my scenario, I have a filter FLTR_1 operator in my cards and I need to change the filter condition of


    INOUTGRP1.ID IN (1,2)
    AND
    INOUTGRP1. VALUE > CONST_0_MAX_VAL

    TO

    INOUTGRP1.ID IN (1,2)
    AND
    INOUTGRP1. VALUE > CONST_6_MAX_VAL


    Just for more information for everyone we are migrating from OWB 9.2 10.2 OWB and we called constant procedures and used their values in filter conditions. 10.2 OWB generates the values for the constants in a way different than OWB 9.2 which is why this change is necessary. I want to automate the Act of changing the names of constants so that we can save time to change maps.

    THX

    Hello

    change in the framework of your database module, then try

    OMBALTER MAPPING 'MY_MAP' MODIFY OPEARTOR 'FLTR_1' SET PROPERTIES (FILTER_CONDITION) VALUES ('INOUTGRP1.ID IN (1,2) AND INOUTGRP1.VALUE > CONST_6_MAX_VAL ')
    

    Kind regards
    Carsten.

  • Based on the IOS VPN Lan-to-Lan (NAT and route map Questions)

    Hello world

    I worked on my review of CCNA security and I have a question about this stage

    LAN1 192.168.0.0/24---(routeur HQ)--10.10.10.0/30--(INTERNET)--20.20.20.0/30--(routeur Branch) - LAN2 192.168.1.0/24

    I use 10.10.10.0/30 and 20.20.20.0/30 networks assuming that these are public addresses (is just a laboratory).

    I read that if I want to make the VPN tunnel while I using NAT I must exclude valuable traffic from the NAT process so I look on the database of cisco for more help and I found this (look at the 3660 router configuration):

    http://www.Cisco.com/en/us/products/ps6120/products_configuration_example09186a008045a2d2.shtml#T1

    so, I applied this config for my routers, so the config is:

    IP nat inside source map route sheep interface fastEthernet0/1

    access list 110 deny ip 192.168.0.0. 0.0.0.255 192.168.1.0 0.0.0.255

    access list 119 permit ip 192.168.0.0. 0.0.0.255 any

    sheep allowed 10 route map

    corresponds to the IP 110

    I didn't really understand who is using the command route-map here, so I made this configuration:

    IP nat inside list sheep interface FastEthernet0/1

    sheep extended IP access list

    deny ip 192.168.0.0 0.0.0.255 192.168.1.0 0.0.0.255

    Licensing ip 192.168.0.0 0.0.0.255 any

    Two of them worked I could translate my LAN addresses to the public to address internet and also could establish the VPN tunnel. So my questions are:

    1. What is the purpose of the road-map command?

    2. What is the difference between these two configuration?

    3. which one I should use and in what cases?

    Thanks in advance

    Jose

    Jose,

    Very good questions and in fact no need to the road map it.

    Personally, I like using course maps because it allows much more flexibility than simply ACL setup, but in order to bypass the NAT source IPs, there is no need of route-maps and you can do this with the ACL directly.

    I personally always use road-maps just because I can (route-maps are cool) haha

    Route-maps are very useful in other scenarios where you need to put more of conditions or factors.

    Remember that it is almost always more than one method to accomplish a task... which is one of those cases.

    It will be useful.

    Federico.

  • OWB Mapping, how to remove similar or duplicate data?

    Dear all,

    I intend to create a mapping to move data from my data source. I have this kind of data

    Type of change in Date Employee_ID fpin fpout workhour

    29/08/2014 1234, 1 trip duty 08.00 17.00 8

    1234                              29/08/2014          1                                                            07.45          17.30          8.45

    This table has no primary key and the constraint. On the ETL process, the target is not a given with double Employee_ID, Date and shift as given above. When there is a data load only the data that has a value in the Type column. Therefore, only the first data loaded.

    I already use the deduplicator component to remove duplicate data, but it does not work in this case.

    No idea how to filter such data in OWB?

    Best regards

    Akhmad H Gumas

    Hello

    There are several options here:

    (1) use a grouping of the aggregation on Employee_ID operator (perhaps to the Date as well, since this seems to be your goal.)

    All other attributes could be using the min, max, first, last aggregate functions.

    But this way, it is difficult to get all the data in the first row (where the Type is filled)

    (2) use analytical functions to qualify each record in front of a filter for the first line only.

    This can be done using the sequence of operators like this:

    source_table-> Employee_ID expression-> filter

    Hereby, by using the following expression:

    INPUTGRP1 (employe_id, Type)

    OUTPUTGRP1 (DUPROWSEQ: row_number() over (partition of INGRP1.) Order of employe_id by INGRP1. TYPE DESC)

    The filter will be hav efollowing expression:

    INOUTGRP1. DUPROWSEQ = 1

    As an example of following seqq generated code:

    create table ttt (Employee_ID number, Date_w date, number of SHIFT, Type_w varchar2 (20), number, number, number of workhour fpout fpin);

    insert into values of ttt ("1234, sysdate, 1, ' travel duty ', 8.0, 17.0, 8);
    insert into values of ttt (1234, sysdate, 1 ", 7.45, 17.30, 8.45);

    commit;

    Select * from
    (
    Select row_number() over (partition by Employee_ID arrested by Type_w desc) DupRowSeq, ttt a a.*
    )
    where DupRowSeq = 1;

    Hope this will help you more.

    Bertram greetings

  • Map question

    Hi all

    I use JDeveloper 11.1.2.3.0

    I use the dvt:map component that connect to the server mapviewer

    I have one question: How to hide planisphere (small window at the bottom right of the main map)?

    Thank you

    http://docs.Oracle.com/CD/E16764_01/apirefs.1111/e12418/tagdoc/dvt_map.html#overview

  • RE: OWB mapping failure

    Hi all

    I have owb 11g.

    in Production, one of the mapping is a failure.

    I have access to the schema OWBSYS.

    How can I know the reason for the failure of database?

    IE 1) forced unique voilated 2) data null insert into collar not null or Date show... etc.. etc?

    Thnx
    s

    You can query ALL_RT_AUDIT_MAP_RUN_ERRORS for the text of the error message.

    http://www.comp.dit.IE/btierney/oracle11gdoc/OWB.111/b31279/api_2runviews.htm#CHDFJEAJ

  • LUN mapping question

    Greetings community, I have a rather weird question I hope one of you can help me with.

    We have a server ESXi (3.5 U4) hosting a Server 2003 Windws running SQL 2005.  This virtual machine using Microsoft iSCSI Initiator to map directly to ONE of our iSCSI for SQL data storage device and record volumes.  We know that this isn't the most effective way to achieve this, where the following question:

    If stop us the virtual machine and and change the LUNS will lose us the data on them to RDM to present directly to the guest?  Windows will recognize the new disks properly?

    Thank you much for the help

    You won't lose any data. just remove it and add it. Windows should simply acknowledge once again with no problems.

    Duncan

    VMware communities user moderator | VCP | VCDX

    -

  • OWB mapping error - OWB version 11.1.0.7 is oracle version is oracle11gR2

    OWB dear Guru.

    I need your expertise here.

    My test database is less than version.

    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE Production 11.2.0.2.0
    AMT for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production


    My production database is less than version.

    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE Production 11.1.0.7.0
    AMT for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production


    My prod and test OWB version is 11.1.0.7.0

    Here's what I'm trying to do. I have all the prod export map and import into the test instance. I need to customize the mapping
    validate and test. then I export from tests and import them into production. The DB between prod and test are different.
    There is no concern about that?


    I got the error when I import the tables of database test below...

    API2423: The detected version is 11.2, but the version of the metadata
    the location is 11.1. Import with version 11.2 will take action. You want to
    update the location of the correct version?

    If I click YES, I get the error below...

    Import service failed when trying to establish the connection
    location of metadata and got the following error message: MMM1064:
    11.2 no value valid in the VERSION2 field...

    If I click NO, then I successfully import all tables.

    When I deploy the mapping of Control Center Manager, I get the error below...

    PRE-01011 cannot deploy target database location, because
    There is not a compatible version

    I'm not sure these because of the different database version error messages?


    SQL > select version of product_component_version where the product as "Oracle % ';

    Version
    --------------------------------------------------------------------------------
    11.2.0.2.0

    SQL >

    Any help is really really useful... Please help me on this...

    Published by: user8904001 on November 9, 2011 19:39

    OWB 11.1.0.7.0 not supported on DB 11.2.0.2.0
    Check the certification @.
    http://www.Oracle.com/technetwork/developer-tools/warehouse/OTN-certify-101037.html

  • FDM: Mapping question of account dimension. URGENT!

    Hi all,

    I need to upgrade one account on several accounts. When I insert information in the mapping process, I need to map accounts in different accounts to a sum reclassifications of posts, for example:

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

    The source account: XXXXXX1
    Source amount: 10000

    Target account 1: YYYYY1
    Amount of the objective 1: 500
    Target account 2: YYYYY2
    Amount of the target 2:9500

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

    Does anyone know if it is possible to do it in the menu activities-> maps as a similar card, or should I create a function as the function ImportFormat or BefValidate? It would be nice to do the minimum possible code tipyng as my client will maintain the application.

    Thank you and best regards.

    It is perfectly suited for groups of logic. Look for them in the Administrator's guide and after if you have any questions.

  • Call a script shell to an OWB mapping or process flow

    Hello

    is it possible to call a shell script for a mapping owb or process flow and how can I do this?

    Greetings

    Check this box: -.

    http://blogs.Oracle.com/warehousebuilder/2010/05/how_to_use_user_defined_activity_in_owb_process_flow.html

    See you soon
    Katia

  • Update OWB mapping does not

    Hello

    I have a table in which a source S1 X column I'm passing to a function F as an input parameter for a column value Y from another table source S2 (using the database links). In short, table S1 and S2 of Table are not on the same server. I am passing the X column value to the function F as well as the target table T.

    The condition is that in the target T table it is that has added a new column whose value needs to be updated for all records in history with the return value of the function for the corresponding lines in the value of X corresponds to the line in the target t Y table


    The target T table and the table source S1 are the same.

    Please help as soon as possible.
    Thank you and best regards,
    Pascale.

    Hello

    first of all: it is not a good idea to use the source s1 as the target table T. You make a selection in a single process and an update - perhaps for the same line at the same time.

    To make your approach, I would create a map with:
    -2 table operators source: table s1 and s2 of table
    -1 Carpenter (s1, S2, join the criteria s1.x = s2.x)
    -operator of table 1 target (table T), loading type = update, configure t.x: matches when Yes, loading when the discount no, updating configure t.y: is when the update no., loading when updating Yes, corresponding of constartints for the scoreboard operator = without constraints.

    You can use the source tables out of the different schemas, databases, servers in a map. The owb will create the dblinks for you.

    Regards,
    Detlef

  • import the owb mapping code

    Hi all

    System: I'm using oracle warehouse builder 10 g 2 with Patch 10.2 . 0.3.0 on windows XP SP2.



    Background: the location for any plsql script generated by OWB can be found by right-clicking the oracle
    module and selecting 'configure '.
    Here, he mentions the location in the 'Top Directory' value. (in my case, it's "OWB Home\owb\codegen").
    In addition, he mentioned that all the plsql script is stored in pls directory in "OWB Home\owb\codegen".
    When that we generate a mapping called 'map_data', it generates the code for him with the name
    'map_data.pls' logically this script should be stored in pls (mentioned above) directory. But in reality there are
    There's nothing at all.

    My problem: I have generated a mapping and want to implement this mapping on another system. My mind says
    copy the generated plsql script and paste it into the other system in the directory pls. But this
    does not work. There is no option to locate this script plsql in OWB. So, how can I solve this problem.
    As this is a big headach to create a new mapping on the other system. Why there is no option to import the script
    and there u go, use mapping.
    I also copied the complete mapping script (plsql package genarated by owb). and created this package on another
    system through sql plus. It was created successfully, but when I import into OWB, it is imported as a Package in Transformation
    node. I can use it either as a map, because I need a mapping object.

    Any help or idea will be highly appreciated.

    Kaif

    Hello

    the easiest way: export only the mapping in an mdl file and import it on the new system.

    Kind regards
    Detlef

  • Google Maps question

    I can't find how to remove previous used maps/directions.

    http://www.Google.com/support/mobile/bin/answer.py?hl=en&answer=39905

  • Google Maps questions

    I built a location-based application, taking refrence webView sample casacade and facing a strange problem

    Google maps loads perfectly to my end in India, but using the BB end seller that Google maps can not load at all.

    Has anyone ever before these issues? any idea help... .i am little affected by this problem

    I think you have to use the API key

Maybe you are looking for

  • Photos stuck

    When I got my iPhone 6s I imported a few photos from my Mac to my iPhone. Now I can't go down the photos. I tried the deselection of synchronize photos on my iTunes and even selected 'remove photos from phone', but they are still on my phone. I have

  • How much time Firefox takes to install on Windows?

    How long does normally take to install on a Windows 7? It takes a while...

  • Unknown device on Equium A100 - 01 M

    I have now installed 99.9% of the drivers of this laptop but there is a single device, that I can't seem to find the driver in the device under details Manager, it says "root\legacy_ termservice\system". That is what I tried different drivers without

  • Trust webcam video Full HD, not found by Skype

    Hello I have attached the webcam for my PC Windows 8.1. The webcam uses organic Windows drivers. There is no specific system of trust. I can see my webcam in the "devices and printers" section of Device Manager as well as in the Windows Control Panel

  • Satellite M40-295: I can change the position of the AltGr key?

    Hello.Curent key ALT - GR (right) is very uncomfortable - I want to "move" (it means Exchange with another key) it closer to "space", but I don't know how. Have a satellite M40 - 295 XP Home (Polish) Please, help me. :)Concerning