ODI and OWB???

Hi every one I would like to know the difference between Oracle Data Integrator and Oracle Warehouse Builder. Can I use ODI in place of OWB or in reverse??
Thanks,
Pratap.

1. OWB comes free with the 11g DB where as you need to buy ODI.
2. ODI is acquired by Oracle from Sunopsis where as OWB is Oracle's own.
3. ODI is compatible with Webservices etc where as in OWB you cannot call a webservice.
4. For ODI the metadata can be stored in any relational database from any vendor; where as OWB you need Oracle to store the metadata.
5. OWB is ETL whereas ODI is ELT. It takes the power of the target database for Transformation.
6. Data Quality comes free with OWB whereas you need to Buy DQ as a separate module for ODI
7. ODI is completely written in open standard Java language not sure about OWB
8. OWB is good for Data Mininng.
9. ODI easily integrates with Oracle SAO suite tools such as BPEL and ESB
10. I may be wrong but - I think Informatica is a better tool for pure and complex data warehousing projects. Where as ODI is an excellent tool for Integration projects.
my 2 cents
:)

Similar Messages

  • Which is better ODI or OWB ?

    Hi,
    Which tool is better if both target and source is Oracle 10g?
    Suggestions are appreciate.
    Thanks.
    - Virag

    If your source and target are Oracle database then OWB is a better tool as it has more transformation than ODI .
    OWB is going to use the database engine for all the processes so it will be more efficient also .
    If source or target is some other database then go with ODI .
    Thanks,
    Sutirtha

  • Advantages of ODI over OWB

    Could anyone tell what are the advantages of ODI over OWB. And under what circumstances it is preferred.

    Repost your question on the ODI forum at Data Integrator
    This forum is for ODSI - a different product.
    - Mike

  • How to use ODI and Planning Adapter.

    How to load the dimensions in planning using ODI and Planning Adapter. I am just looking for a functionality that we used to have with HAL and Planning.

    Hi,
    Have a read of my blog it should give you all the information you need.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI and Essbase in different server to read the file error

    Hi,
    I have ODI and Essbase installed in different server.
    I have created an interface to execute a calc script on top of an essbase cube. I kept the Caclscript.csc file in one folder in ODI server and provide the path
    EXTRACTION_QUERY_FILE parameter is the path of the .csc file i placed in ODI server. it executed successfully to generate the extract file using the calc script in the specified path on Essbase server.
    Now i want to read that file and load it to a relational table so map the network drive from ODI server to Essbase server where the file has been generated and provided the EXTRACT_DATA_FILE_IN_CALC_SCRIPT parameter as the Network drive path but ODI is unable to read the file.
    any other option to read the file reside in essbase server and load it to relational table.
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error occured while reading the data file produced by calculation script.
    -KP

    I would install an ODIAgent on the Essabse server and use this agent when running this particular operation

  • ODI and Essbase: Connection, Reverse Engineering, loading

    Hi, please heeeeeeeelp me to understand how can I connect to Essbase, Reverse Engineer, and load data from a file!!!!!
    I work with ODI and Essbase for the first time. I've read ODI documentationbut it did't help.
    I have ODI 10.1.3.4.0
    I have Hyperion and Essbase
    ODI server, my ODI client and Essbase are located in different servers.
    I have a work repository.
    In the "Topology manager" in "Physical Architecture" under the "Essbase Hyperion" I created "Data Server" and in the definition tab I filled "Name", "Server" (with port), "User", "Password".
    In the JDBC tab I did nothing.
    In the physical schema in the definition tab I filled: "Application (Catalog)", "Database (Schema)", "Application (Work catalog)" (the same as first), "Database (Work schema)" (the same as second).
    In the "Context" tab I insert a new line and chose the "Context" tha I had created before and type a new logical schema("").
    (When I was creating the context I just filled Context "Name" and "Code" (automatically))
    Then I want to reverse engineer data.
    I opened ODI designer, created a new model: Definition tab: "Technology" = Hyperion Essbase, "Logical schema" = My_Hyperion_logic_schema
    Reverse tab: "Context" = My_Hyperion_context
    When I try to reverse engineer data in the Selective Reverse tab I get following error:
    java.sql.SQLException: Driver must be specified
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.d(Reverse.java)
         at com.sunopsis.graphical.frame.a.iq.fe(iq.java)
         at com.sunopsis.graphical.frame.a.iq.fa(iq.java)
         at com.sunopsis.graphical.frame.a.iq.l(iq.java)
         at com.sunopsis.graphical.frame.a.eq.actionPerformed(eq.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.JToggleButton$ToggleButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    What I do wrong?

    Thanks a loooot,
    I've correctly installed 10.1.3.4.5 patch and now this error disapeared, but I have the following:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 58, in ?
    com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials
    at com.hyperion.odi.essbase.ODIEssbaseConnection.connect(Unknown Source)
    at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    at org.python.pycode._pyx0.f$0(<string>:58)
    at org.python.pycode._pyx0.call_function(<string>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.k.a(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(Unknown Source) at com.sunopsis.dwg.cmd.e.i(Unknown Source) at com.sunopsis.dwg.cmd.g.y(Unknown Source) at com.sunopsis.dwg.cmd.e.run(Unknown Source) at java.lang.Thread.run(Unknown Source)Caused by: com.essbase.api.base.EssException: Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLoginSV(Unknown Source) at com.essbase.server.framework.EssMainConnectionContext.open(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect.essMainLogin(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMainMethod(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMethod2(Unknown Source) at com.essbase.api.session.EssOrbPlugin._invokeMethod(Unknown Source) at com.essbase.server.framework.EssOrbPluginDirect._invokeProtected(Unknown Source) at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source) at com.essbase.api.session.EssOrbPluginEmbedded.invokeMethod(Unknown Source) at com.essbase.api.session.EssOrbPlugin.essMainLogin(Unknown Source) at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source) at com.essbase.api.datasource.EssOlapServer.connect(Unknown Source) at com.hyperion.odi.essbase.wrapper.EssbaseConnection.connect(Unknown Source) ... 33 more
    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: Error in connecting to Essbase server. Error message is : Cannot connect to Analytic Server. Error:(1051293): Login fails due to invalid login credentials at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(Unknown Source)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(Unknown Source)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute(Unknown Source)
    at com.sunopsis.dwg.cmd.e.i(Unknown Source)
    at com.sunopsis.dwg.cmd.g.y(Unknown Source)
    at com.sunopsis.dwg.cmd.e.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    I run jython.bat
    I checked services (restarted them) on server where Essbase is installed:
    Hyperion S9 Administration Services ATS5
    Hyperion S9 BI+ Analytic Services 9.3.1 - hypservice
    Hyperion S9 Shared Services
    Hyperion-Essbase_Administration_Server
    I'm trying to connect with essbase server with administrator-user who I use to login to Essbase Administration Services on server where Essbase is installed
    What I do wrong?

  • I am new to ODI and would like to know the folder structure

    I am new to ODI and would like to know the folder structure
    I am assume it is as follows
    Project -
    -- Models
    ---- and everything else under models

    Almost right, but data models are not within Projects, they may be used across Projects. The objects (Interfaces, Packages and Procedures, plus variables, sequences, user functions) are created within the projects. Also Knowledge Modules are loaded into Projects.

  • CDC and OWB 10g R2 installation error

    Hi,
    We are using CDC (Autolog) and OWB 10g R2 for the warehouse. We have CDC installed and up and running on the database. I then try to install the OWB 10g R2 repository using OMBPlus and it fails with this error message:
    OWB repository installtion failed. The Warehouse Builder repository owner instal
    lation failed on user OWBRO.
    java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-29549: class SOME.SYSTEM CLASS has changed, Java session state cleared
    ORA-06512: at "SYS.DBMS_CDC_IPUBLISH", line 12
    ORA-06512: at line 5
    I cannot find any documentation related to this. Has anyone attempted this and has this worked?
    Thanks
    K

    I figured out that the OWBRT_SYS had been created incorrectly. When I dropped the user and recreated the repository, this problem disappeared.

  • What's Different Between ODI and FDQM ?

    I need to know What's Different Between ODI and FDQM ?

    At is simplest ODI is an enterprise scale ELT tool that can cope with moving very large amounts of data bwteen heteregeneous systems. It requires a fair degree of technical knowledge to use well and that the user is pretty competent with SQL. It is not really an end user tool and the jobs tend to be lights out scheduled processes with a limited user interface for executing these jobs. FDQM is more of a data quaility tool which gives the average end user the out of the box functionality to be able to transform and load data into various target systems. It is not designed to move very large amounts of data efficiently i.e. multi millions of lines of data like ODI. However it does have a rich user interface that provides an easy to use mapping engine, a repeatbale controlled data load process and has a host of in built reporting and audit features which would have to be built from scratch in a tool like ODI

  • ODI and Hyperion Planning help

    Hi,
    I have 2 Hyperion Planning 9.3.1 servers setup for Finance and HR applications. I want to copy data from the HR application to the finance one.
    I have ODI 10.3.5 setup on a separate machine with Hyperion Planning adapter installed. In the topology manager when I try to create a new data server under Hyperion Planning, I don't see the Application (catalog) and Application (work catalog) drop downs filled.
    I have checked the RMI registry service running on the hyperion server and port 11333 is also free.
    I am new to ODI and I'm trying to configure it using Oracle's guides.
    Imran.

    Hi,
    I was following instructions on John's blog and now I'm stuck at a new error. While trying to start the agent I get the following error.
    E:\OraHome_1\oracledi\bin>E:
    E:\OraHome_1\oracledi\bin>CD OraHome_1\oracledi\bin
    The system cannot find the path specified.
    E:\OraHome_1\oracledi\bin>agentscheduler "-port=20300" "-name=odi_demo_agent"
    A JDK is required to execute Web Services with OracleDI. You are currently using
    a JRE.
    OracleDI: Starting Scheduler Agent ...
    Starting Oracle Data Integrator Agent...
    Version : 10.1.3.5 - 10/11/2008
    com.sunopsis.tools.core.exception.SnpsRuntimeException: com.sunopsis.core.Securi
    tyAccessException: Unable to establish a connection to the work repository, plea
    se check the connection parameters.
    at com.sunopsis.dwg.cmd.n.a(n.java)
    at com.sunopsis.a.f.run(f.java)
    at com.sunopsis.dwg.cmd.i.y(i.java)
    at com.sunopsis.dwg.cmd.i.run(i.java)
    at java.lang.Thread.run(Unknown Source)
    Caused by: com.sunopsis.core.SecurityAccessException: Unable to establish a conn
    ection to the work repository, please check the connection parameters.
    ... 5 more
    Caused by:
    com.sunopsis.core.SecurityAccessException: Unable to establish a connection to t
    he work repository, please check the connection parameters.
    at com.sunopsis.dwg.cmd.n.a(n.java)
    at com.sunopsis.a.f.run(f.java)
    at com.sunopsis.dwg.cmd.i.y(i.java)
    at com.sunopsis.dwg.cmd.i.run(i.java)
    at java.lang.Thread.run(Unknown Source)
    I got the solution to this problem at this link Error while starting agent in ODI but its not working for me. I have done everything the way its described on the blog.
    Imran.

  • ODI and Oracle Business Rules

    Hi, I have a question that hopefully someone can give light to.
    Our current requirement for an ODI solution is to have business users create or edit rules (not just table constraints, but actual complex business process rules) that they would like to apply to the data during integration. I was thinking of two possibilities for this:
    1. Load a rule file in ODI and then execute the rules in ODI.
    2. Use Oracle Business Rule.
    Between the two options, which is most likely possible? I have yet to fully explore ODI so I'm not sure if both of these options are feasible. If not, can someone give me sound ideas to work on for this requirement?
    Thanks,
    Jason

    Melli,
    I just started with semantic so won't have many useful ideas for at least some time.
    mostly there will be bugs and misunderstanding on my part.
    At this point i do see that the supplied library is not working properly . see my other thread. Fixing that would be really helpful.
    Let me know
    As of Composer - well let's just say its cost ineffective for organization to use on pilot project..

  • ODI and FDMEE

    I've been working with ODI for a while in the context of loading to EPM.  Now, with the introduction of FDMEE, I feel like I'm being forced away from the architecture that seemed to be recommended as best practice, ie: 
    1. Production work repository should be an Execution repository
    2. Use a single master repository
    Has this confused anyone else and do you have any tips?
    Cheers
    PS (Apologies for having posted a similar post to this a while ago, just wanted to put it out there again)

    ODI and FDMEE are fundamentally different offerings. Yes FDMEE is built on top of the ODI architecture but its use case is quite different. FDMEE is an out of the box offering with pre-packaged ODI scenarios which are not available for modification and an integrated Web GUI which is more suited to the business user. If you have been using ODI for loading data to EPM I imagine you have been developing your own data load interfaces and have been a lot more hands on with ODI. The advent of FDMEE does not change this unless you want to fundamentally change your approach to loading EPM system data / metadata to utilise a more business user accessible product.  

  • Comparison between ODI and Enterprise Service Bus (ESB)

    Hi,
    As per my knowledge Oracle has provided two infrastructures, namely ODI and ESB for migrating data across applications.
    My query is where I should use ESB and where ODI. Is there any comparison document available? I heard that for bulk data movement ODI is suggested by Oracle. Is there any benchmark exists for comparing these two tools?
    I also want to map these tools with Oracle E-Business suite's conversion process. Is it possible to map each stage of a traditional Conversion Process (Data Loading, Validating, Importing to Oracle EBusiness Suite) using these tools?
    Any kind of help/idea will be very much appreciated.
    Regards.
    Tapas

    I also think that same way. I do not know what is so apecial about BEA Aqualogic ESB and other market matured ESB products such as TIBCO & SONIC. The samples which BEA has given in their evaluation guide are very simplistic. BEA should do more to provide extensive knowledge/features about their Aqualogic line of products.

  • Difference between OWB 11g OBE and OWB 10g: Implementation Part I?

    I am planning to attend oracle OWB class Oracle Warehouse Builder 10g: Implementation Part I (Data Warehousing and Oracle Business Intelligence) through Oracle University http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?redir_type=13&group_id=1343&p_org_id=1001&lang=US&media=1&source_call=?
    Has anyone already taken the class and tell the difference between the class and owb 11g oracle by examples in http://www.oracle.com/technology/obe/11gr1_owb/owb11g_update_extend_knowledge/less1_setting_up/less1_setting_up.html?
    If there is not much difference, I woukd like to learn it by myself through Oracle OWB 11g OBE.
    Thanks in advance. WS

    If you seriously intend to take up OWB as your career path then i would advise you to go to Oracle unversity and attend classes , if you are going to use owb only for a project/small works then use Oracle by example.
    Further to this if you company is sponsoring you then take oracle unversity course as "every little helps" and its never too bad to learn something the right way.
    Its like making a choice whether to learnmusic form the web(online) or going to a music teacher and learning music. I would prefer the second approach.

  • Whats the difference between FDM and ODI and DIM

    Hi Everyone,
    Can Anyone explain the diff between FDM,ODI and DIM
    Thanks!
    Vaneet

    FDM is purpose-built for--though not strictly limited to--loading financial data from external sources into Hyperion financial performance management applications, such as HFM, Planning, Essbase, etc. It it commonly used in financial consolidation/closing process, and it has many native features expected and required to support that type of activity. FDM is very well-suited to its intended purpose in serving the finance community of an enterprise. FDM is not so well-suited as a more generalized ETL tool, nor as a tool for maintaining application metadata.
    ODI and DIM, on the other hand, are both general-purpose, enterprise-class ETL tools. Unlike FDM, they can be used to maintain application metadata, although they aren't necessarily the best tools to use for that purpose in every situation. Both tools are much more IT-centric than FDM.
    DIM is actually Informatica PowerCenter bundled with some pre-build adapters for Hyperion products. In ODI vs. DIM, ODI is clearly Oracle's strategic product going forward.
    A restricuted-use ODI license is now included with several Hyperion products (e.g., Planning), whereas FDM and DIM licenses are not. But if one of your main requirements is to transfer financial data in a consolidation process, FDM is hard to beat.

Maybe you are looking for

  • How can i add an image into the header

    When printing a webpage i would like to ad an image into the header? Is this possible?

  • Help Required regding: Validation on Data Loading from Flat File

    Hi Experts, I need u r help in the following issue. I need to validated the transactional data loading to the GL Cube from Flat file, 1) The transactional data to the Cube to be loaded <b>only if master data</b> record exists for the <b>“0GL_ACCOUNT”

  • Flash Player NOT working for months

    I've intstalled/uninstalled countless times, have not been able to watch a youtube/news vid in months. Have read thru all these questions here and not 1 solution to these have worked with me.  there must be something to get this going again?!?!?!?!

  • I have to render every time i move a clip!

    i am a musician and im trying to use fcp to edit my videos to match my final product with my mp3 final project audio from garage band. i recorded in photobooth and recorded at the same time as garage band using my condenser mic for better audio. i ch

  • How to buy the jheadstart and the form2adf component ?

    I want to buy the Jheadstart license and the form2adf component I have send email to oracle but there was no response from them. How can i buy a license from them? please provide me the procedure I need to take. Thanks and regards, Amir