OWB Issue.

Hi all,
We are calling OWB mappings for the table load. Incase if there are any error occurs during table load then we are logging these errors into error_Log table by getting mapping errors from wb_rt_errors and wb_rt_audit.
However, these mappings are deployed in schema (OWBSYS) and we are accessing the wb_rt_errors and wb_rt_audit tables SOD schema.
If we query wb_rt_errors and wb_rt_audit tables from SOD schema it is returning the results but if I use the same tables in the package then getting the error as 'table or view does exist".
Not sure why this is hapeening. Please help.
Note : We have upgraded the Oracle DB from 11RG1 to 11RG2.
Thanks and Regards
Nagaraja AKKivalli.

Hi.
This link may help you.
Re: ORA-01031: insufficient privileges while issuing an EXECUTE IMMEDIATE
You should post this here.
Warehouse Builder
Hope this helps.
Best regards.

Similar Messages

  • OWB - issue in export  import

    hi,
    When i do an export – import from one OWB repository to another of an OWB mapping having a MERGE statement some of the columns are missing in the MERGE. I am using OWB 10g R2.
    Eg: if the MERGE is based on columns c1, c2, c3 after the export-import the mapping to a different environment the imported mapping is having the MERGE based on only c1
    Thanks

    There is Bug 5705198: LOADING PROPERTIES CHANGED AFTER MDL EXPORT/IMPORT (fixed in 10.2.0.4 OWB patchset), similar problem with lost MATCH COLUMN WHEN UPDATING ROW property during MDL import.
    Maybe it is your case.
    There is not workaround for this problem, only patching to OWB 10.2.0.4
    Regards,
    Oleg

  • OWB issue using runtime repository

    For batches to load data into the datawarehouse, we use .bat files.
    Somewhere in the .bat file we call a deployed mapping(.pls a package in the database), normaly it end with a succes status.
    But the last time we have 2 problems;
    - if there is a error while processing mapping the mapping does not stop at the error but continues. This is a big problem! When the error occurs somewhere in the mapping the mapping must stop.
    - normally in the batch one of the many mappings is ready in 1 minute but now it is busy for more then 3 hours and the only thing we can see is in the runtime assistant, there we only see that the mapping is busy but not what the mapping is doing.
    We have created all tables, functions and mappings etc with Oracle Warehouse Builder and deployed all objects.
    Does someone knows what to do?
    regards,
    Marinda

    - if there is a error while processing mapping the
    mapping does not stop at the error but continues.
    This is a big problem! When the error occurs
    somewhere in the mapping the mapping must stop.Set the mapping to have maximum errors allowed = 0 by right-clicking the appropriate mapping -> Configure... -> "Runtime Parameters" -> Maximum Number of Errors = 0. It will quit processing immediatelly.
    - normally in the batch one of the many mappings is
    ready in 1 minute but now it is busy for more then 3
    hours and the only thing we can see is in the runtime
    assistant, there we only see that the mapping is busy
    but not what the mapping is doing.This is a tough one to answer from here. The problem here could reside on your mapping, on Database side, on the hardware/software architecture...
    Do other mappings runs in a feasible time? If so, it might be related only to this mapping so you'll have to find out what is causing performance issues. Try to monitor this procedure using Statspack, discover what are the bottlenecks for this processing.
    Does someone knows what to do?Unfortunatelly I can't answer the second question
    Regards,
    Marcos

  • OWB Issue|| ORA-12838: cannot read/modify an object after modifying it in

    Hi
    I am not able to enter the data into the staging table .
    it is also not throwing any error ,only giving warnings.
    so as a next step i just took the intermediate result generation and try to run it
    but it is giving me an error in that
    ORA-12838: cannot read/modify an object after modifying it in parallel
    Can you please help me in tthis case.
    Thanks

    Hello,
    The error ORA-12838 occurs if you try to issue SELECT/DML immediately after completing parallel DML, within one transaction - it's not permitted.
    Start another transaction - issue Commit or Rollback first.

  • OWB - issue in import

    hi,
    When i do an export of an OWB mapping having a MERGE statement to an .mdl file and import to another OWB repository, some of the columns are missing in the MERGE staement. I am using OWB 10g R2.
    Eg: if the MERGE is based on columns c1, c2, c3 after the export-import the mapping to a different environment the imported mapping is having the MERGE based on only c1
    Please let me know if any one know how to solve this
    Thanks

    There is Bug 5705198: LOADING PROPERTIES CHANGED AFTER MDL EXPORT/IMPORT (fixed in 10.2.0.4 OWB patchset), similar problem with lost MATCH COLUMN WHEN UPDATING ROW property during MDL import.
    Maybe it is your case.
    There is not workaround for this problem, only patching to OWB 10.2.0.4
    Regards,
    Oleg

  • Database upgrade 10.2.0.3 - 10.2.0.4 - OWB issue

    Hi
    We just upgraded our dev and qa from 10.2.0.3 to 10.2.0.4.
    After the upgrade - dev is working fine, QA isn't.
    First of all, its not a consistent problem. When logging into the design center, sometimes it works, sometimes it says that it cannot allocate lock.
    When running service doctor, it complains about sys plsql packages that cannot be found. PUBLIC.UTL_RAW & DBMS_LOCK.
    Investigating these packages, they are valid and the synonyms exist to public schema.
    When executing these packages from SQL, they work fine.
    Everything seems to be fine, the granted roles are correct.
    Everything seems to be sorrounded these sys packages, if/when accessing the design center, its not possible to even add a target user because SYS packages does not exist (DBMS_LOCK).
    Service doctor.sql returns following error:
    Not available
    Diagnostics:
    service startup failure reason ORA-29532: Java call terminated by uncaught Java
    exception: oracle.jdbc.driver.OracleSQLException: ORA-04065: not executed, alt
    ered or dropped
    ORA-04065: not executed, altered or dropped stored procedure "
    PUBLIC.UTL_RAW"
    ORA-06508: PL/SQL: could not find program unit being called: "P
    UBLIC.UTL_RAW"
    ORA-06512: at "OWB_OWNER6.WB_RT_SERVICE_CONTROL", line 314
    ORA-0
    6512: at line 1
    PL/SQL procedure successfully completed.
    Start_service.sql returns following error:
    Error at line 30
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure "PUBLIC.DBMS_LOCK"
    ORA-06508: PL/SQL: could not find program unit being called: "PUBLIC.DBMS_LOCK"
    ORA-06512: at "OWB_OWNER6.SERVICE_AVAILABLE", line 8
    ORA-06512: at line 13
    ORA-06512: at line 45
    These is weird because the DEV & QA are exactly the same, one difference is that DEV has Automatic memory mangement.
    We'v tried to run the updcat.sql script (the patch script) again and its still the same problem.
    Any ideas anyone ?
    Cheers

    Yes this will work. I have done it while upgrading and migrating database from 10205 to 11203. You can run these commands from 11g home and don't really require 10g home on new server.
    SQL> alter database mount;
    Database altered.
    SQL>  recover database until cancel using BACKUP CONTROLFILE ;
    ----some log files will be applied here, at the end, give cancel----------------
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    Media recovery cancelled.
    SQL>  alter database open resetlogs upgrade;
    Database altered.
    ---Now perform manual upgrade steps----
    Hope it helps!!!.
    Thanks,
    Abhi

  • OWB Recovery

    All,
    We are using OWB Version 10.1. In this version the tool has created its Tables in the Application Schema.
    Now we are taking backups of the database. If I restore these tables from the Backup Will the tool work? Or what is the way to go about to have smooth Database Recovery?
    Regards,
    Kapil uppal

    Kirt,
    I cannot give you good news, I am afraid. Regarding the loss of a datafile, this should be solved in the context of a database recovery and is not a specific OWB issue. If you can recover it than you should be able to recover your project, otherwise, you are out of luck. The OWB design repository is contained in a regular DB schema, and if this schema is lost, there is nothing you can really do from OWB.
    Regarding the possibility to reverse engineer your project, you could recuperate bits and pieces (tables, views etc. that you have deployed could be reimported), but you will not be able to reverse engineer the mappings into their original design repository metadata form.
    Regards:
    Igor

  • Error while Executing the mapping

    While I am executing the mapping this error is thrown by the server. It is big mapping and references many parent tables.
    ORA-12801: error signaled in parallel query server P001 ORA-01114: IO error writing block to file 201 (block # 523269) ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file OSD-04026: Invalid parameter passed. (OS 523275) ORA-01114: IO error writing block to file 201 (block # 523269) ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file OSD-04026: Invalid parameter passed. (OS 523275)
    Can you please provide the solution for this.
    Thanks in advance.

    This seems to be a DB server error, not an OWB issue. You should contact Oracle support.
    Regards:
    Igor

  • RTV-20003: Warning: Cannot perform Partition Exchange Loading

    Hi,
    We have a unique situation in which the data has to be loaded 4 times each month to the fact table. The fact table is partitioned by month. We have configured the mappings so that DIRECT is false and REPLACE DATA option is also false (so that we don't loose exisiting data, if any). When the data is loaded to the fact for the first time then PEL is performed but when data is loaded for 2nd, 3rd and 4th time in the current partition OWB issues a warning (RTV-20003). We understand that in these cases data is still loaded but without using PEL. Is there any way to force OWB to perform PEL all 4 times without lossing the exisiting data in the current partition?
    Thanks, Yashu

    Hi, you can't use PEL to add data to an existing partition: by definition PEL swaps the rows in a regular, non-partitioned table with the rows in 1 partition of a partitioned table. Or better said, it swaps the table data segment with the partition data segment, and possibly the corresponding index segments if the indexes match and the part.table indexes are local. This means you are not really moving any rows so you can't add any to the partition using PEL.
    As a safety net, OWB provides "replace data = false" by default so you don't trash your data.
    If the 4 loads/month are 1 per week, you can consider creating e.g. 4 week partitions instead of month partitions. OWB PEL can't handle weeks: if you follow this route you should disable OWB PEL and exchange partitions 'by hand' inside a stored procedure called in the postmapping. This can be worth if you have really big volumes or if you want to feed your fact table very fast, staging new rows and then swapping them in almost instantaneously. You should evaluate your index rebuild speed requirements too.
    Hope this helps, Antonio

  • Encountered error while Upgrade Table

    When weuse the upgrade table option in OWB deployment manager , we are encountering follwoing errors.
    Following is deplyment errors recorded from Runtime Audit Browser.
    1 Informational Upgrade log file Start of main script Executing script in direction: Proceed Executing as user DWTARGET -- *** There are WARNINGS in the script. *** -- Review the Impact Report. -- -- Script Generation for OdbCMUpgradeAdapter_1116623286492 -- Plan was last modified: 20-MAY-05 -- Target destination db : DWTARGET -- Generation started at: 20-MAY-05 -- Generation finished at: 20-MAY-05 ALTER TABLE "DWTARGET"."TEST" MODIFY("COL2" VARCHAR2(12 byte)) Script execution complete. Tcl_AppInit failed: Execution exit status: 0Execution succeeded
    2 Informational Upgrade log file Start of main script Executing script in direction: Clean Up Executing as user DWTARGET -- *** There are WARNINGS in the script. *** -- Review the Impact Report. -- -- Script Generation for OdbCMUpgradeAdapter_1116623286492 -- Plan was last modified: 20-MAY-05 -- Target destination db : DWTARGET -- Generation started at: 20-MAY-05 -- Generation finished at: 20-MAY-05 Starting cleanup of recovery tables... Completed cleanup of recovery tables. Script execution complete. Tcl_AppInit failed: Execution exit status: 0Execution succeeded
    3 Recovery RPE-01008: Recovery of this request is in progress.
    4 Informational Upgrade log file Start of main script Executing script in direction: Clean Up Executing as user DWTARGET -- *** There are WARNINGS in the script. *** -- Review the Impact Report. -- -- Script Generation for OdbCMUpgradeAdapter_1116623286492 -- Plan was last modified: 20-MAY-05 -- Target destination db : DWTARGET -- Generation started at: 20-MAY-05 -- Generation finished at: 20-MAY-05 Starting cleanup of recovery tables... Completed cleanup of recovery tables. Script execution complete. Tcl_AppInit failed: Execution exit status: 0Execution succeeded
    Please let us know of any ideas of how recover from this owb issue
    "RPE-01008: Recovery of this request is in progress. "

    Additional errors found in
    <OWB_HOME>/OWB/LOG DIRECTORY
    /***************Start of Log ***************/
    2005/05/20-17:24:40-EDT [1B8099A] DDLParserAdapter.updateStatusText: -- Script
    Generation for OdbCMUpgradeAdapter_1116624257836
    -- Plan was last modified: 20-MAY-05
    -- Target destination db : DWTARGET
    -- Generation started at: 20-MAY-05
    -- Generation finished at: 20-MAY-05
    2005/05/20-17:24:40-EDT [1B8099A] DDLParserAdapter.updateStatusText: Starting cl
    eanup of recovery tables...
    2005/05/20-17:24:40-EDT [1B8099A] DDLParserAdapter.updateStatusText: Completed c
    leanup of recovery tables.
    2005/05/20-17:24:40-EDT [1B8099A] DDLParserAdapter.updateStatusText: Script exe
    cution complete.
    2005/05/20-17:24:41-EDT [1B8099A] DDLParserAdapter.updateStatusText: Tcl_AppInit
    failed:
    2005/05/20-17:24:41-EDT [1B8099A] DDLParserAdapter.updateStatusText: Execution e
    xit status: 0
    2005/05/20-17:24:41-EDT [1B8099A] DDLParserAdapter.updateStatusText: Execution s
    ucceeded
    2005/05/20-17:24:41-EDT [1B8099A] DDLParserAdapter.updateCurrentStatus: 11
    2005/05/20-17:24:41-EDT [DEEEBD] java.lang.NullPointerException
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.getTargetC
    onnection(OdbCMUpgradeAdapter.java:723)
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.deployUnpa
    rsedScripts(OdbCMUpgradeAdapter.java:363)
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.finalize(O
    dbCMUpgradeAdapter.java:325)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:325)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:55)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentMa
    nager.java:61)
    at java.lang.Thread.run(Thread.java:534)
    2005/05/20-17:24:41-EDT [DEEEBD] oracle.wh.runtime.platform.service.controller.R
    ecoveryInProgress: RPE-01008: Recovery of this request is in progress.
    at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.init
    ialize(AdapterContextImpl.java:1307)
    at oracle.wh.runtime.platform.service.controller.DeploymentContextImpl.i
    nitialize(DeploymentContextImpl.java:439)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.in
    itialize(DeploymentController.java:69)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:319)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:338)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:55)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentMa
    nager.java:61)
    at java.lang.Thread.run(Thread.java:534)
    2005/05/20-17:24:41-EDT [DEEEBD] Attempting to create adapter 'class.Oracle Data
    base.9.2.CMUpgrade'
    2005/05/20-17:24:41-EDT [DEEEBD] OdbCMUpgradeAdapter.finalize
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Start of mai
    n script
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Executing
    script in direction: Clean Up
    Executing as user DWTARGET
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: -- Script G
    eneration for OdbCMUpgradeAdapter_1116624257836
    -- Plan was last modified: 20-MAY-05
    -- Target destination db : DWTARGET
    -- Generation started at: 20-MAY-05
    -- Generation finished at: 20-MAY-05
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Starting cle
    anup of recovery tables...
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Completed cl
    eanup of recovery tables.
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Script exec
    ution complete.
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Tcl_AppInit
    failed:
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Execution ex
    it status: 0
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateStatusText: Execution su
    cceeded
    2005/05/20-17:24:41-EDT [DBD794] DDLParserAdapter.updateCurrentStatus: 11
    2005/05/20-17:24:41-EDT [DEEEBD] java.lang.NullPointerException
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.getTargetC
    onnection(OdbCMUpgradeAdapter.java:723)
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.deployUnpa
    rsedScripts(OdbCMUpgradeAdapter.java:363)
    at oracle.wh.runtime.platform.adapter.odb.OdbCMUpgradeAdapter.finalize(O
    dbCMUpgradeAdapter.java:325)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:325)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:338)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.fi
    nalize(DeploymentController.java:55)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentMa
    nager.java:61)
    at java.lang.Thread.run(Thread.java:534)
    2005/05/20-17:24:41-EDT [DEEEBD] finalize_unit_done auditId=77611
    2005/05/20-17:24:42-EDT [1BC887B] Free Memory(bytes)=59807752 Total Memory(bytes
    )=64946176 Used Memory(bytes)=5138424
    2005/05/20-17:24:42-EDT [1BC887B] AuditId=77611: Request completed
    /***************END of Log ***************/
    Thanks in advance for any help

  • Regards to table space

    hi all,
    Frequently i am getting this error, when loading mapping.
    "ORA-01653: unable to extend table %s.%s by %s in tablespace %s"
    and I need to load 10,00,000 laks of records at a time.
    How to solve this problem??
    IS THERE ANY PERFOMANCE TIPS??
    Thank you

    SAI,
    this is Oracle database (not OWB) issue,
    ask your DBA to resolve this problem.
    Anyway look at this thread
    Error while executing the mapping.
    Regards,
    Oleg

  • Issue in OWB mapping - when changing source and target database

    Hi,
    I need help for resolution of the issue I am facing when moving mapping from development environment to QA.
    Here is situation,
    We develop ETL using one source, one staging and one target database.
    In development we use one control_center for Source to staging and another control center staging to target.
    All works fine in development.
    Now I have created new runtime repository and imported all OWB projects (with full dependencies, exact replica of development). Now I need to change source and staging and target as different database.
    I have created new database location connections and defined/attached DB connectors with stage and target location.
    Now issues are
    1.     Two Staging mapping are not able to bound with source table (giving different error
    a.     One mapping show error for source synonym translation no longer valid when deploying this mapping , but validation comes without any issue)
    b.     Other mapping show error for source table/object not bound to repository
    2.     All the target mapping show validation successful, but when deploying says “table or view does not exist”. But tables are exists on source stage and target. (also permission are set correctly for target user to read from staging tables).
    Not sure how to proceed from here.
    I have recreated new repository and re-imported all project/mappings and defined all connection but still same issue.
    Thanks in advance,
    Vipin

    1. Two Staging mapping are not able to bound with source table (giving different error
    a. One mapping show error for source synonym translation no longer valid when deploying this mapping , but validation comes without any issue)
    b. Other mapping show error for source table/object not bound to repository
    The above error were resolved when re-synchronized the table (for few I have to reimport the table) and mapping.
    2. All the target mapping show validation successful, but when deploying says “table or view does not exist”. But tables are exists on source stage and target. (also permission are set correctly for target user to read from staging tables).
    The above error still pending. My target mapping are not able to deployed/compiled.
    For the above I have defined one Staging location to one target target location and target location have connector to staging (not sure if I have to define connector name same as staging location, as I have created DB connector with different name but reference database is same as staging location).
    Mapping are assoicated with desired data locatoin and meta data.
    control center is also have that data location.
    Mapping are configured for the desired location.

  • OWB - OEM issue?

    OWB - OEM issue?
    We are using OWB repository 10.2.0.1.0 and OWB client 10.2.0.1.31 (Win XP). The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I find OEM (10.2.0.0.0 with oracle database ver 10.2.0.0.0) part of OWB program folder. As I start OEM, I creted the database connection in OEM explorer. I tried to loggin to created database connection.
    I got “ORA-12541: TNS:no listener” error.
    It was working all day in OWB/Sqlplus before starting OEM. I noticed OEM changed my tnsnames.ora file in OWbhome\network\admin directory using timestamp.
    I came out of OEM session. All my logins via OWB/SQLpus/SQL developer results in “ORA-12541: TNS:no listener” error.
    I checked via tnsping on command window, which results in “ORA-12541: TNS:no listener” error.
    I restored my tnsnames.ora from backup, all are working except OEM.
    Did anyone use OEM with OWB?
    Any idea, what is going on ?
    Thanks in advance.
    RI

    Hi,
    over the connection goes not only the sql statements for connecting, also much auditing and logging informations goes from one machine to the other. So development and database should be as near as possible for better speed.
    Perhaps working direct on the server will increase the speed?
    Regards,
    Detlef

  • Issues with MDL imports in OWB

    I am trying to import MDL files, some MDL's import was success when i started importing MAPPING MDL's i am getting below error, i am completly new to this OWB world,can some one help me on this issue.
    * Oracle Warehouse Builder Import Log File
    * Created: Dec 17, 2011 7:47:05 PM
    * OWB Release: 11.1.0.7.0 OWB Repository Version: 11.1.0.7.0 MDL Release: 10.2
    * User: null Connect String: null
    * Data File: /u01/oracle/MOC/db/tech_st/11.1.0/owb/rtp/sql/mdl/r12rfrmp.mdl
    * Log File: /u01/oracle/MOC/db/tech_st/11.1.0/owb/rtp/sql/mdl/r12rfrmp_imp.log Log Message Level: ALL
    * Character Set: UTF8
    * Mode: UPDATE Ignore Universal Identifier: Y
    Import started at Dec 17, 2011 7:47:05 PM
    Importing into workspace OWBADMIN
    Informational: MDL1328: PROJECT MTH not imported since the object in MDL file is the same as the object in the workspace.
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR> not found for OPERATOR <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.MTH_ENTITY_PLANNED_USAGE_ERR>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR> not found for GROUP <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.INOUTGRP1>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ENTITY_FK> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ENTITY_FK>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ENTITY_TYPE> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ENTITY_TYPE>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_AUDIT_DETAIL_ID> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_AUDIT_DETAIL_ID>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_AUDIT_RUN_ID> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_AUDIT_RUN_ID>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_ERROR_ID> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_ERROR_ID>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_ERROR_OBJECT_NAME> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_ERROR_OBJECT_NAME>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_ERROR_REASON> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_ERROR_REASON>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_OPERATOR_NAME> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_OPERATOR_NAME>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_SEVERITY> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_SEVERITY>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR_CODE> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR_CODE>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.PERIOD_OF_USAGE> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.PERIOD_OF_USAGE>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.PLANNED_USAGE> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.PLANNED_USAGE>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.REPROCESS_READY_YN> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.REPROCESS_READY_YN>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.SUSTAIN_ASPECT_FK> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.SUSTAIN_ASPECT_FK>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR> not found for OPERATOR <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.MTH_ENTITY_PLANNED_USAGE_ERR_1>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR> not found for GROUP <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.INOUTGRP1>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ENTITY_FK> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ENTITY_FK>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ENTITY_TYPE> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ENTITY_TYPE>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_AUDIT_DETAIL_ID> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_AUDIT_DETAIL_ID>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_AUDIT_RUN_ID> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_AUDIT_RUN_ID>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_ERROR_ID> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_ERROR_ID>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_ERROR_OBJECT_NAME> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_ERROR_OBJECT_NAME>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_ERROR_REASON> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_ERROR_REASON>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_OPERATOR_NAME> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_OPERATOR_NAME>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR$$$_SEVERITY> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR$$$_SEVERITY>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.ERR_CODE> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.ERR_CODE>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.PERIOD_OF_USAGE> not found for ATTRIBUTE <MTH.MTH_TARGET.MTH_ENT_PLANNED_USG_ES_ALL_MAP.PERIOD_OF_USAGE>
    Warning: MDL3002: ReferencingObject <MTH.MTH_TARGET.MTH_ENTITY_PLANNED_USAGE_ERR.PLANNED_USAGE> not found for ATTRIBUTE

    It sounds like the MDL has mappings and the dependent tables referenced by the mappings are not in that MDL...they may be in another one, you should import it first. If not, then export from a repository which has the tables.
    Cheers
    David

  • OWB 10.2 mapping issue

    Hi friends,
    Im working on the owb 10.2.0.5. I performed one sample mapping like below
    Step 1: Created a source module by giving it location as a data source and imported the following table from the db 11g
    per_all_assignments_f
    per_all_people_F
    hr_all_organization_units
    Step 2: Created a target module as a data warehouse by giving my 10g db location details and started to create a dimension.
    Step 3: Created the mapping in the target module by dragging the source tables and a dimension from source and the target module.
    Step 4: Deployed sequence, table, dimension successfully in control center. When i tried to deploy the mapping an pop-up window displayed with the source details of my 11g database, once i entered the password and soon after pressing the ok button, i received an message like
    RTC-5318:Invalid location type pair for Name Oracle database and version 11.1
    Im not sure with the above, which is occuring while deploying the mapping. Since i created and registered the source location of my 11g database. But then too why owb is returning error like source location is not registered. Hence i can see my source location in the connection explorer.
    Whether this problem is occuring since i imported the source table from the 11g database, as the owb that im using is of 10g.??
    Kindly help me with this issue friends.
    Brgds,
    Mini

    Hi guys,
    Error is been resolved as adviced in the below article
    RTC-5318 Invalid Location Type Pair When Registering an OWB 11.1 Location [ID 960825.1]
    Thanks for your views.
    Brgds,
    Mini

Maybe you are looking for