OWB Configuration

Hi All,
I need some basic information about OWB configuration. I am accessing OWB using client. I am using workspace owner to login to the client machine.
machine and already setup following details -
1: Oracle EBS as source
2: Oracle EBS as destination
I entered the user name,host,port,sid and I am able to connect to these instances. The users I entered here are repository owners on the respective instances.
Now I want to configure control center. I am facing following issues -
1: I entered host,port,sid details of destination instance and repository owner as user. With this configuration, I am unable to deploy objects and getting error -
RTC-5382:You cannot connect to Workspace OWBSYS.GLOBAL_WORKSPACE because either it does not exist or you are not registered user on it.
How can I resolve this error? Do I need to set workspace user in control center?
Regards,
Yash

Have since resolved this question. When in doubt read the manual !
Closing

Similar Messages

  • OWB Configuration Help

    My DBA and I are trying to install and configure OWB to be used for the first time here at Long Island University. For security reasons, I must access the OWB Client through Citrix. I'm using OWB 11gR2, attempting to access data on an Oracle server named DASHB, which I believe is running Oracle 10g (I'm not 100% sure on this, as I was told that some of the Oracle servers had been upgraded to 11g, but not others).
    My DBA said that he set up the Citrix account to connect to DASHB, and that all necessary installation procedures for OWB were performed. We've set up DASHB as an Oracle Database location under the Locations tab in OWB; when I try to test the connection, I get a "successful" message. Then, we created an Oracle Database module under the Projects tab, using the previously defined DASHB location as the Metadata Location. At this point, I want to import the existing tables from DASHB so that I can use them in mappings. However, when I try to right-click DASHB and click Import >> Database Objects, I receive three consecutive pop-up errors:
    SQL Exception Persistent Layer Error:SQL Exception.. Class Name: CacheMediator. Method Name: getSQLResult. Persistent Layer Error Message: ORA-12545: Connect failed because target host or object does not exist.
    SQL Exception Persistent Layer Error:SQL Exception.. Class Name: CacheMediator. Method Name: getSQLResult. Persistent Layer Error Message: ORA-12545: Connect failed because target host or object does not exist.
    Import service failed when try to make connection to metadata location and got the following error:java.lang.NullPointerException.
    Do you know what might be causing this error, or even where we might begin to look to try to troubleshoot this?
    Thanks so much,
    Douglas Faust
    Long Island University

    thanks for reply Oleg.
    Well , when I said service name for node4,node5,node6 , I meant single net service name(TDB.WORLD) in TNS for cluster including 4,5,6.
    I think I should have created service name for each node first and then would have registerd each node by entering node service name and cluster service name in Net service name.
    following are the enteries we have in WB_RT_SERVICE_NODES
    "INSTANCE_NUMBER","NODE_ID","HOST", "PORT", "SERVICE_NAME","ENABLED","RUNTIME_VERSION","SERVER_SIDE_HOME"
    6, 1, "STPORAC4", 1521, "TDB.WORLD", 0, "11.1.0.6.0", "/u04/product/owb/11.1.0.6/owbdb"
    5, 2, "localhost", 1521, "TDB.WORLD", 0, "11.1.0.6.0", "/u04/product/owb/11.1.0.6/owbdb"
    What is the best way to unregister all nodes and register again ?

  • Error while deploying a mapping in OWB.

    Hi All,
    OWB configuration is as follows:
    Oracle9i Warehouse Builder Client: 9.2.0.2.8
    Oracle9i Warehouse Builder Client: 9.2.0.2.0
    OS: Windows XP Professional.
    Following is error message displayed when i tried to deploy a mapping thru OWB Client.
    RTC-5260 Failed to connect to runtime platform. Please check you have provided the correct host,user, password, service_name.
    RTC-5324" This Runtime Access user is not associated with the specified runtime repository. Please use the OWB Runtime Assistant to ressolve this problem.
    Steps followed are as follows:
    1> Defined Source Module, Added Connection & Location information.
    Dblink created to point to source schema. Tables imported from the source schema.
    2> Defined Target Module, Added Connection & Location information. Dblink created to point to target schema. Tables imported from the target schema.
    3> Created a simple mapping which involves a source & target table, Aggregator operator.
    4> Validated & Generated the mapping.
    5> Created Runtime Repository Connections.
    6> Selected the Repository Connection at time of Deploy entered the password.
    Am i missing few steps for deployment of the mapping?
    The error message RTC-5260 suggests that
    This Runtime Access user is not associated with the specified runtime repository. How this can be done?
    Thanks in Advance.
    Regards,
    Vidyanand

    Hi Vidyanand,
    Did you create the runtime access user using the runtime assistant? Did you select the correct runtime repository (if you have more) to associate your runtime access user with?
    Note that there are 4 database roles being created when you create a runtime repository owner:
    - OWB_A_<runtime repository owner>
    - OWB_D_<runtime repository owner>
    - OWB_R_<runtime repository owner>
    - OWB_U_<runtime repository owner>
    If you would grant those roles to a user, then that user becomes an access user for the user with username <runtime repository owner>.
    Note that you can also use the runtime repository credentials to connect to the runtime repository for deployment purposes, but you may not want that because of security concerns.
    Thanks,
    Mark.

  • Custom ETL processes creation in OWB

    Hi, we are working in a Oracle Utilities BI implementation project.
    Some of the KPI identified, need a custom development - creation of complete ETL processes:
    - Extractor in CC&B (in COBOL)
    - Workflows in OWB
    - Configuration in BI
    We were able to create 4 custom ETL processes (2 fact and 2 related dimensions) including the COBOL extract program, the OWB entities (Files, Staging tables, Tables, Mappings and Workflows) and the BI tables.
    We already have the data in the BI database and in some cases we are able to configure zones to show the data in BI.
    We are facing some problems when we try to use a custom Fact and a custom Dimension together, for instance:
    Case 1. When we create a zone to show : Number of quotes - Measure 1 : tf=CM_CF_QUOTE.FACT_CNT func=SUM dt=END_DATE_KEY the graph is displayed.
    Case 2. When we create a zone to show : Number of accepted quotes - Measure 1 : tf=CM_CF_QUOTE.FACT_CNT func=SUM dt=END_DATE_KEY the and Fixed Dimensional Filter 1 : tf=CM_CD_QUOTE_TYPE.QUOTE_STATUS_CD oper==(10), the graph is displayed.
    Case 3. When we create a zone to show : Number of ongoing quotes - Measure 1 : tf=CM_CF_QUOTE.FACT_CNT func=SUM dt=END_DATE_KEY the and Fixed Dimensional Filter 1 : tf=CM_CD_QUOTE_TYPE.QUOTE_STATUS_CD oper==(20), the graph is displayed.
    Case 4. When we create a zone to show : Number of ongoing quotes - Measure 1 : tf=CM_CF_QUOTE.FACT_CNT func=SUM dt=END_DATE_KEY the and Fixed Dimensional Filter 1 : tf=CM_CD_QUOTE_TYPE.QUOTE_STATUS_CD oper==(20), the graph is displayed.
    Case 5. But when we create a zone to show : Number of quotes sliced by quote status - Measure 1 : tf=CM_CF_QUOTE.FACT_CNT func=SUM dt=END_DATE_KEY the and Dimensional Filter 1 : tf=CM_CD_QUOTE_TYPE.QUOTE_STATUS_CD, no graph is displayed.
    Case 6. A different problem occurs in the single fact. We try to show the number of processes of a given type. The type of the process is a UDDGEN. When we load the zone to show the graph the following error appears: Measure1 : tf=CM_F_CF_CSW.FACT_CNT func=SUM dt=ACTV_DATE_KEY and Fixed Dimensional Filter 1 : tf=CM_F_CF_CSW.UDDGEN1 oper==(ENTRADA)
    An error is displayed: No join defined between fact table CM_F_CF_CSW and dimension table CM_F_CF_CSW. The dimension tabelentered in the zone parameter could be invalid for this fact table.
    Does anyone had the same problem??????
    Edited by: user11256032 on 10/Jun/2009 11:51
    Edited by: user11256032 on 10/Jun/2009 11:54

    Hi user11256032, I just stumbled upon this by accident. The reason no-one has answered yet, is because it is in the wrong forum. (I can understand that you thought it belonged here.) Please post the question to the Oracle Utilities forum, which is here Utilities If that link doesn't work, go to Forum Home, then choose Industries, then Utilities. You may have to select "More ..." on Industries.
    Actually, I suspect there was an SR created for these, so your question may have been answered already.
    If you don't mind me asking, which customer is this for?
    Jeremy

  • OWB: .ctl files deployment

    Hi
    I'd like to know why OWB doesn't give me the option to deploy
    the generated .ctl scripts; in fact, the only two available
    options are "view code" and "save as file".
    I am working with OWB 3i and an Oracle 8.1.6 data base.
    Thanks for your help!

    Hi,
    OWB can't deploy Ctl file because it doesn't use SQL Loader.
    YOu need to use either OEM 2.2 with register your run.ini either
    SQL loader in your console.
    With OEM it seem to work fine. But don't forget to put good
    value in the OWB configure mapping....
    Good luck
    E.R

  • OWB 10g iAS requirements

    I read in other forum threads that the 9i database came with an HTTP server that was sufficient to run the OWB reports. I'm running a 10g database and OWB. I can't find an HTTP server that came bundled with the 10g DB. Also, the "standalone" 10g HTTP server that I downloaded from OTN doesn't have a DAD configuration option. I interpret that to mean that the 10g standalone HTTP server isn't sufficient to run the OWB reports. The full 10g iAS server has memory requirements that prevent it from installing on my box. Do these observations/conclusions make any sense? Any recommendations for the simplest method of getting access to the 10g OWB reports?
    My underlying problem is that when I deploy, I get Failure messages. The text behind the failure messages refers me to the "Impact Report". The help text indicates that an iAS Portal is required to view the Impact Report. Something to help me understand the failure messages, even if it didn't involve iAS or the HTTP listener would also be appreciated.
    Thanks,
    Brian

    I installed the 10g standalone HTTP server, but the initial welcome page didn't offer a DAD configuration link that was mentioned in some of the OWB configuration instructions on a different thread in this forum. Does that mean that I set up the HTTP server wrong, or that the DAD can't be configured through the browser, or that the 10g standalone HTTP server doesn't come with a DAD feature, or something else?
    Brian

  • Does OWB 10.2 need the partitioning option?

    I've seen partitioned tables owned by the OWB repository owner in a db I'm managing, so does this mean I need the partitioning option on EE (9.2)? Or when the repository is built, does it partition tables automatically if the option is installed or not? I am not using partitioning for the data, so it's just a question about OWB configuration, 10.2 OWB.
    Thanks
    Martin

    Hi Martin ,
    As far as I know Partitioning option is mandatory if you are using Data Profiling
    Thanks,
    Sutirtha

  • Owb 10 problem

    Oracle DB: 10g
    owb 10g
    While working, I have received this error when I tried to create a collection object.
    Thanks
    Munir
    RA-12152: TNS:unable to send break message
    ORA-12152: TNS:unable to send break message
         at oracle.wh.repos.impl.foundation.Sync.getCurrentVersion(Sync.java:111)
         at oracle.wh.repos.impl.foundation.Sync.isSyncRequired(Sync.java:84)
         at oracle.wh.repos.impl.foundation.Sync.isSyncRequired(Sync.java:62)
         at oracle.wh.repos.impl.foundation.Sync.isSyncRequired(Sync.java:55)
         at oracle.wh.repos.impl.foundation.Sync.syncFCO(Sync.java:163)
         at oracle.wh.repos.impl.foundation.Sync.syncFCO(Sync.java:151)
         at oracle.wh.repos.impl.dispatcher.EventDispatcherImpl.openFolderForCreate(EventDispatcherImpl.java:153)
         at oracle.wh.ui.common.WhConcurrencyHelper.openFolderForCreate(WhConcurrencyHelper.java:47)
         at oracle.wh.ui.enterprise.DesignAreaWizard.<init>(DesignAreaWizard.java:64)
         at oracle.wh.ui.enterprise.EdmController$CatalogWizardListener.actionPerformed(EdmController.java:638)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.common.WBRepositoryStructTree.launchWizard(WBRepositoryStructTree.java:256)
         at oracle.wh.ui.console.WorkBenchController$CreateCmd.performAction(WorkBenchController.java:2806)
         at oracle.wh.ui.console.WorkBenchController._executeAction(WorkBenchController.java:3690)
         at oracle.wh.ui.console.WorkBenchController.access$10200(WorkBenchController.java:72)
         at oracle.wh.ui.console.WorkBenchController$8.actionPerformed(WorkBenchController.java:3663)
         at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processActionEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.LWMenuItem.activate(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.laf.VertMenuItemController.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Hi Mark,
    I exited from OWB 10g and tried again and it worked fine.
    CONCLUSION:
    If I am working continuously then owb10g works fine. If during owb10g connection to oracle10g, I don't keep the system busy, then the OWB10 to Oracle10g database connection automatically dropped or hanged. But when I exit, and start the OWB 10g again, it work fine.
    This has happened many times. May be my system problem (oracle and owb configuration).
    You may try connecting owb10g to oracle10g and keep the system in rest for half to one hour. In my situation, the database connection drop. Please let me know if there is some additional configuration required which will configure the system so that it should not drop the DB connection if the system is on rest.
    Waiting for your kind response.
    Thanks
    Munir

  • OWB in restricted mode issues.. anyone running successfully?

    We are attempting to run OWB while our database is in restricted mode to allow us to do our updates while restricting other activity but we are running into what seems to be connection issues with the design and control centers. We have added (UR=A) to the tnsnames file and can connect from sqlplus as our design center owner, but I am wondering if some similiar modification is needed within an owb configuration as I know a lot of owb connections are set up using host:port:service and am not sure if somehow that needs a change as well to allow the connection or if that will pick up the change in the tnsnames as well. Anyone have any experience or success with running owb in restricted mode.
    Thanks,
    Rich
    Additional Info: 10.2.0.3 DB on AIX5L 5.3 running OWB 10.2.0.3 with 10.2.0.3.33 clients
    Message was edited by:
    BengalGuy

    I can't believe that no one has ever tried this before as it seems like something that would be relatively common. Anyone have any experience with this combination at all regardless of success or failure?

  • ORA-04052: error occurred when looking up remote obj in mapping execution

    Hi,
    While executing an OWB mapping, I am getting the following error:
    ============
    Starting Execution UII_D_MAP_SPC_INSTALLATION_SIT
    Starting Task UII_D_MAP_SPC_INSTALLATION_SIT
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02019: connection description for remote database not found
    ORA-02063: preceding 3 lines from BIP2S@BIPDRACONN
    ORA-06512: at "UII_ODS_OWNER.UII_D_MAP_SPC_INSTALLATION_SIT", line 73
    ORA-06512: at "UII_ODS_OWNER.UII_D_MAP_SPC_INSTALLATION_SIT", line 1672
    ORA-06512: at "UII_ODS_OWNER.UII_D_MAP_SPC_INSTALLATION_SIT", line 2353
    ORA-06512: at "UII_ODS_OWNER.UII_D_MAP_SPC_INSTALLATION_SIT", line 6838
    ORA-06512: at line 1
    Completing Task UII_D_MAP_SPC_INSTALLATION_SIT
    Completing Execution UII_D_MAP_SPC_INSTALLATION_SIT
    ============
    Actually, here UII_ODS_OWNER itself is the target schema and <<UIIVS.DEVENV1.BT.CO.UK>> is the database in which this schema exists. And the mapping "UII_D_MAP_SPC_INSTALLATION_SIT" is being executed in the same target schema UII_ODS_OWNER.
    I am not sure why this above error is coming because such a dblink 'UIIVS.DEVENV1.BT.CO.UK' does not exist in the OWB generated package code. And the 2nd dblink 'BIP2S@BIPDRACONN' does not exist in the code, intead it exists as "BIP2S.DEVENV1.BT.CO.UK@BIPDRACONN" in the package code which is correct (as per OWB configuration & database).
    Same error also comes when I try to execute the same mapping from the OWB DEPLOYMENT MANAGER.
    Thanks & Regards,
    lenin

    Good morning Lenin,
    Have you checked the implementation of the connectors and are your locations well registered?
    Has a similar setup ever worked well?
    Can you access the source table using SQL (e.g. with SQL*Plus or TOAD)?
    Regards, Patrick

  • Deploying Process Flows

    Hi
    I cannot seem to get OWB to recognise the Oracle Workflow install in our database. Workflow has been in stalled into a schema called OWF_MGR and when I look in there I seen all the expected tables and AQ's so I have no reason to doubt the install. However when I go to connect I receive a rtc-5347 schema doesn't contain a repository message.
    Is there any other way to verify the install of OWF is valid?
    What OWB configuration parameters other than the location being set to the correct WF version are required for this?
    Cheers
    Alasdair

    Hi, Development here,
    I have some questions to hopefully narrow down the non-performent area:
    1. Where does the issue occur. Is it:
    a) Directly after you press the 'deploy' icon on the toolbar, but before the Pre-deployment window appears.
    b) Directly after pressing the 'Deploy' button on the pre-deployment window but before deployment has finished.
    2. Do you have a Client-Server environment and in which case is the issue on the client, the server or both. This is likely to be memory related, so we are looking to a high memory usage.
    3. Are you deploying the ProcessFlows with the Mappings or deploying the ProcessFlows on their own. You can deploy the mappings first in one stage and the Processflows in the next.
    Regards,
    Richard

  • How to reconnect after timeout

    Hello,
    after I work on OWB client for some hours it disconnects from DB (even if I am still working on it) and I have to close the client and then re-open it in order to connect to Oracle.
    Is it possible to reconnect to Oracle without to close-reopen the client?
    Thank you in advance.
    Raffy

    Raffaella,
    Can you give more info about your OWB configuration (OWB and DB version)? When does the disconnect happen - is it during periods of prolonged inactivity? In that case you might be interested in checking the sqlnet timeout parameters (in the configuration file sqlnet.ora). For example:
    1. Use the parameter SQLNET.RECV_TIMEOUT to specify the time, in seconds, for a database server to wait for client data after connection establishment. A client must send some data within the time interval.
    For environments in which clients shut down on occasion or abnormally, setting this parameter is recommended. If a client does not send any data in time specified, then the database server logs an ORA-12535: TNS:operation timed out and ORA-12609: TNS: Receive timeout occurred to the sqlnet.log file. Without this parameter, the database server may continue to wait for data from clients that may be down or are experiencing difficulties.
    You can also set this parameter on the clientside to specify the time, in seconds, for a client to wait for response data from the database server after connection establishment. Without this parameter, the client may wait for a long period of time for a response from a database server saturated with requests.
    2. Use the SQLNET.SEND_TIMEOUT parameter to specify the time, in seconds, for a database server to complete a send operation to clients after connection establishment.
    For environments in which clients shut down on occasion or abnormally, setting this parameter is recommended. If the database server is unable to complete a send operation in the time specified, then it logs an ORA-12535: TNS:operation timed out and ORA-12608: TNS: Send timeout occurred to the sqlnet.log file. Without this parameter, the database server may continue to send responses to clients that are unable to receive data due to a downed computer or a busy state.
    You can also set this parameter on the clientside to specify the time, in seconds, for a client to complete send operations to the database server after connection establishment. Without this parameter, the client may continue to send requests to a database server already saturated with requests.
    3. SQLNET.INBOUND_CONNECT_TIMEOUT could also be investigated (this is for the log-in timeouts)
    For more details, check the sqlnet services administration guide: http://download-west.oracle.com/docs/cd/B14117_01/network.101/b10775/profile.htm#NETAG091
    Regards:
    Igor

  • Iseminars de Oracle Ware House Builder

    Mis Saludos
    Mi nombre es Carly Gonzalez Lozada, soy estudiante de Ingenería Informática de la Universidad Exerimental del Táchira (Táchira/Venezuela). Estoy desarrollando un Datawarehouse para la universidad para obtener los indicadores institucionales, para ello vamos hacer uso de la herramienta oracle warehouse builder. En la red he encontrado en el siguiente link (página oficial de oracle) unos seminarios de OWB en español y gratuitos que fueron impartidos en junio del presente año 2005:
    http://www.oracle.com/global/ln-es/events/iseminars/ids.html
    Sin embargo, he tenido problemas para descargarlos, al parecer los link que hay para descargarlos están rotos, de verdad me gustaría que me ayudaran saber donde puedo obtenerlos o si me los pudieran hacer llegar a través del presente medio, sería de gran ayuda para el desarrollo del proyecto, sin mas que decir, me despido.

    Hi,
    1)Setting up of manual and Automated Interfaces?
    Yes, you can manually invoke the data load processes, or use a scheduler to automatically invoke the data load.
    2)Is OWB configurable to automatically undertake upload activities on a variety of time scales (potentially annually, monthly, weekly and daily) on different data sets and sub sets?
    Yes, we delegate this functionality to an external scheduler, such as Oracle Enterprise Manager, database DBMS_JOB, or any third party scheduler.
    3)The extract tool must be able to co-ordinate the uploading of drafts prior to final submission, and manage the integrity of the final submission.
    The integrity of the final submission is part of the design you manually created (i.e. you could make it part of the data structure design, or implement it in ETL processes). When it comes down to uploading drafts prior to final submission, then I would suggest you implement a staging area (or ODS) that is loaded and reviewed before the final load into the data warehouse.
    Hope this helps,
    Mark.

  • Partition a table after loading data

    Hi there,
    Is it possible to partition a table after loading the data in OWB?
    Thanks

    Yes, it is. You would add a partition information (type, key, storage) in OWB Configuration menu of your table. More on this in User's Guide, Chapter 5 "Creating Indexes and Partitions". Next, when you deploy your changed table, Warehouse Builder detects that the table was previously deployed and offers the default action called 'Upgrade'. That action performs all the necessary steps for you without any manual work: RENAME existing table, CREATE new table with partitions, INSERT data from old to new table, DROP old table. Throughout this operation you have an added benefit of automatic recovery if anything goes wrong.
    Nikolai

  • Debug option for Maping.

    Hi All,
    OWB configuration is as follows.
    Oracle Warehouse Builder 9.0.2.56.0
    Oracle Warehouse Builder Repository 9.0.2.0
    Windows NT.
    My question is there any DEBUG option for Mapping available in OWB ?
    I seen this kind of option in other ETL e.g. Informatica Power Mart.
    If this option is not available how can pne debug in a mapping to check intemediate results?
    Thanks in Advance.
    Regards,
    Vidyanand

    Vidyanand,
    We are preparing a Debuger feature for the 9.2 (previously referred as 9.0.5) version which should be out at the beginning of July.
    The version you are using does not have a point-by-point debugger functionality.
    Regards:
    Igor

Maybe you are looking for

  • Fetch the records from cache

    say i have emp table eno ename sales 1 david 1100 2 lara 200 3 james 1000 1 david 1200 2 lara 5400 4 white 890 3 james 7500 1 david 1313 eno can be duplicate when i give empno is 1 i want to display his sales i.e 1100,1200,1313 first time i will go t

  • Exchange and windows Azure

    hi all, i want to ask if Windows azure support to have Exchange 2010 or Exchange 2013 with full setup? DAG and NLB for cas and hub? Thanks

  • Icloud calendar not synching from PC to ipad or iphone

    Appointments added from i-pad or i-phone aren't appearing on the PC icloud calendar?

  • Reference to library code

    Hi all. I am using the new Sunstudio. It works great! I would like put the cursor on an identifier, press the control key, and go to the declaration of that identifier. I can do that, within my own application. But I would also like to follow the ref

  • ICMP Return Code of H

    Working with IPv6 and I received a return code of H. Anyone know where you can find what all the values for the ping reply mean including the H above? Thanks,