Oracle ETL Tool

Hi,
I have some data in Oracle table, which contains a column 'address'. I want to extract the values in this 'address' , transform the values, and then load it into another oracle table. During transformation, I want to standardize the values in the 'address' column.
For example, there are following values in this column:
House Number 2
H.No. 334
HNO 345
H Number 35
House Num 52
I want that during transformation, I replace all the variations of House Number values in address column to like following:
House Number 2
House Number 334
House Number 345
House Number 35
House Number 52
Please guide me as which Oracle ETL tool should I use.
regards

you can use Oracle Warehouse Builder to implement such funcitonality.
Cheers
Nawneet

Similar Messages

  • Oracle ERP Tools

    Why choose Oracle ERP Tools over other competitors ERP's?
    What are the benefits of implementing Oracle ERP Tools with a company?

    Do you mean Oracle 'ETL' tools (Extraction, Transformation, Load), as this is the OWB forum? If so, there's lots of supporting OWB collatoral (OWB is Oracle's ETL tool) at http://otn.oracle.com/products/warehouse/htdocs/OTN_collateral.html , including a paper entitled 'Three Business Reasons To Move To Warehouse Builder' at http://otn.oracle.com/products/warehouse/pdf/Warehouse_92_business_whitepaper.pdf
    If you do mean ERP (Enterprise Resource Planning), you'd do better to look at Oracle AppsNet, their equivalent of OTN for Oracle Applications http://appsnet.oracle.com
    Mark

  • Can We use FDM as ETL tool between SQL and Oracle

    I want to use FDM as ETL tool between SQL and Oracle. Can it be possible. I didn,t found any target adapter for oracle database.My source system is SQL and Target system is Oracle database.
    Rahul
    Edited by: user12190125 on Nov 9, 2009 4:23 AM

    Rahul,
    I believe this is possible to do, but not an easy one and there are a few considerations:
    How much data are you processing? FDM has a lot of features which support the business process. While this is great for users and audit trail etc. it slows down performance if you want to process a lot of data. It also depends on the type of mappings you use (Like mappings are slower than explicit mappings).
    How familiar are you with VBScript? There is no explicit target adapter for Oracle, but there is a data mart adapter which can be used for anything. You have to implement everything yourself though, mainly the Export and Load actions. In there you will also have to handle the the connections to the MSSQL and Oracle databases.
    Check the data mart adapter and see if you feel comfortable with defining the vb code in there. There are reasons for and against this approach. ODI would probably be the better choice unless you really need to have FDM's process support.
    Regards,
    Matt

  • ETL tool in Oracle 9i/10g

    hi all,
    we use DTS to extract data in SQL server. can you please suggest me what ETL tool is there in Oracle9i/10g to do the same purpose????
    thanks & regards,
    Priyatosh

    Oracle Warehouse Builder
    Home made PL/SQL Procedures
    You can also have a look in Transportable Tablespace Feature (I do not know your requirments)
    You can trasport data between database usingdatabase links
    You can also use SQL*Loader for Loadingdata into Oracle
    To load data from flat files also external tables can be helpful
    But for building ETL logic like DTS packages allows to do, I think the best choice would be Oracle Warehouse Builder.
    Best Regards
    Krystian Zieja / mob

  • Working on ETL tools interoperability using Common Warehouse Model (CWM)

    Hi All,
    Its just a piece of information and not a question.
    I have been working on proving the ETL tools interoperability using Common Warehouse Metamodel(CWM), an OMG standard. The whole concept is to take out the metadata from an ETL tool say OWB and put it into CWM Metadata Repository and this metadata can be used for building the same project in any other tool say Informatica or may be in the same ETL tool.
    The main thing in this process is to map each ETL tool with the CWM concepts and then using Model to Model Tranformations(Technologies like Xtend) one can set up a communication between different ETL tools.
    Till now I have worked with OWB only. I, with my team, have extracted all information from an OWB project (which has medium level of complexity like two oracle modules(schemas) and few tables, views and mappings with various operators) and put it in CWM repository and extracted it back from CWM MDR to OWB itself. We haven't worked with any other ETL tool because of the unavailablity of any other ETL tool with us. We will be working with Pentaho kettle in near future and try to prove the whole process as two way communication.
    The whole process can be described in steps as below :
    1. Creation of a manual OWB Ecore model(model representaion in Eclipse Modelling Framework) which gives all dependencies and reletionships in OWB objects like Project,OracleModule etc.
    2. Creation of CWM ecore model from Rational Rose mdl which has been provided by OMG on their site.
    3. Generation of Java code(Gen Model) from the above mentioned ecore model(It is needed to create an object from OWB).
    4. Extraction of project from OWB using public views which has been exposed by OWB itself. You can refer to [http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/toc.htm|http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/toc.htm] link for OWB public views and other APIs.
    5. (Actually Step 4 is a part of this step only )Writing a Java code which has JDBC connection for accessing OWB public views and Ecore model as imported java files(Step 3 has been done for this part only). This java code will return an OWB project object(instance of the Ecore model) which will be used in further steps.
    6. Writing an Xtend code to do a model to model tranformation from OWB to CWM.
    7. Writing an Open Architecture Workflow to combine all the steps in one step which will take the output of java code(step 5) and put it into Xtend Code(step 6) and then will take the output of Xtend code and give it to the XMIWriter(an OAW component) to write an XMI which is actually a CWM Ecore Model instance.
    8. Saving above XMI(CWM model instance) to the CWM MDR using Hibernate and Teneo.
    In the same way we can extract metadata from CWM MDR and put it into OWB. But the only problem with OWB is that we cannot persist OWB object in OWB repositories as OWB tables are very cryptic and tough to understand. So for that we have used TCL scripts(OMB Plus scripts) to create a project in OWB using OWB ecore instance. You can refer to the above oracle documentation link for TCL scripts.
    Let me know if I can assist you if you are working on the same.
    You can mail me for any queries. My email id is [email protected].
    Thanks,
    Deepak

    Hi
    1. Why do we need to install another standalone HTTP server in a separate home? Where do we use that server?
    DA: The separate HTTP server is for the Workflow Monitor, which is not necessary (it has some use cases mind you).
    2. To make the OWB work correctly while using ETL features, do we always need to run Workflow Configuration Assistant, because I wasn't able to generate code from OWB editor after building a mapping while Workflow Configuration Assistant wasn't running.
    DA: Not necessary, what error did you get? Mappings can be designed, deployed and executed without Workflow. Workflow can be used for orchestrating the the mappings (ie .running a bunch of them in a specific order with others tasks).
    3. Whenever I try to save my work in OWB, I get an error , message : Preference.properties (Access is denied). Though it saves my work but I don't understand why I am getting this error. It looks like OWB is trying to access some Property from the Preferences (Tools menu) but can't access.
    DA: It sounds like the directory where you have installed OWB does not have permissions for the OS user you are executing it. Is the install user different from the execution user? Either run using the installed user, or change the permissions of the directories (grant the executing user write permissions under all directories under owb).
    4. I also get error while closing the Mapping Editor :-
    DA. same issue as 3.
    Cheers
    David

  • Scope for data warehousing ETL Tool

    Hi all
    can anybody explain scope for data warehousing ETL Tool
    for oracle developer in future this is ok or..
    regards
    Message was edited by:
    174313

    What exactly is your question?
    The scope of using an ETL tool would be setting up and maintaining datawarehouses and building ETL processes to populate these datawarehouses.
    A tool is generally preferred over hand coding because tools allow better maintenance, shorter development cycles etc.
    Oracle has a pretty good ETL tool, called Oracle Warehouse Builder. It's not the best tool available, but if you compare price/ functionality I would say in most cases it will do.
    If your question is if it's a wise pick to master OWB or any ETL tool my answer would be a clear YES! Datawarehouses and BI are becoming more important every day, their use gets broader everyday.
    If your question is if an investment in OWB is a wise investment for the future I would answer a clear YES again. It's increddilbe to see what progress Oracle made with the tool, coming from a 'laughing stock' postition, regarded completely immature good for nothing tool, to where they are now, with 10.2. Regarded as one of the leaders by Gartner.
    Oracle has recognized (a long while ago) that ETL is the bread and butter of the future and invests in a good quality tool for accomplishing this.
    I hope this answes your question, if not, please try to specify more clearly.
    Regards,
    Toin.

  • Is SAP BODS the best ETL tool for a complex BI Environment

    Hi All
    We are in the process of rationilising our BI / Analytics environment.
    We currently have SAP ECC6 as our ERP system, SAP BW as our Warehouse and BO for WEB and Dashboard fron ends. In additon we have a small instance of COGNOS which is largely fed with flat file loads but some Oracle and ECC6 data.
    In addition we are evaluating Big data solutions with Teradata the current lead.
    We are in danger of having multiple ETL tools associated with the main BI applications and so we are comparing SAP BODS with IBM Datastage with a view to slecting one of them as our only ETL tool.
    Does anyone have any compatability information for SAP BODS with Cognos and Teradata? The main function required would be extracting from ECC6 into SAP BW, Cognos and Teradata.
    Thanks
    Jerry

    Hi Jerry,
    Cognos is a presentation tool so no worries as far integration is concerned.
    As far teradata is concerned, kindly see the following doc:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30a4caa2-ce7f-2e10-5291-c484df6be4af?QuickLink=index&overridelayout=true&51591147160102
    Best Regards
    Certified SAP Data Services Consultant

  • Is it possible to use EBS as a ETL tool ?

    Is it possible to use EBS as a ETL tool ?

    Hi,
    Are you referring to "Extract, Transform, Load"? It is possible to download/upload the data from/to Oracle Apps and there are many APIs and tools (provided by Oracle or 3rd party) which should be helpful -- Please see these links for details:
    Oracle Integration Repository
    http://irep.oracle.com
    3rd Party/ISV Generic Installation Advice
    3rd Party/ISV Generic Installation Advice
    Note: 951604.1 - Implementing Oracle EBS Service on a Separate Instance
    However, you still need to use such tools with caution (make sure it is supported) as you do not want to end up with referential integrity issues and data corruption problems.
    Regards,
    Hussein

  • Real time ETL tool

    I wanted to know if Oracle has a ETL tool? and if so is it possible to get real time Data extraction form our application for our Datawharehouse ( not incremental)
    null

    Oracle's Extract Transform and Load(ETL) tool is known as Oracle Warehouse Builder(OWB). The ETL process is primarily incremental.
    TCL('tickle')scripts can be registered with Oracle Enterprise Manager. These are used to schedule and run initial and incremental loader jobs.
    null

  • ETL Tool

    Hi
    I want to put my data into database from text files and text files are not in proper format. How can i do this? I have heard about ETL tools . Can anybody tell me which is the best tool for ETL and can be free downloadable? and how they are used? Actually i am new to databases and do not know too much about... So please help me
    Thanks
    Divine

    Hello, Divine!
    Perhaps, you could take a look at Apatar, which is an ETL toolset basically. And it is totally free, being distributed under open source license.
    It enables Oracle connectivity to a variety of databases (MySQL, PostgreSQL, MS SQL, MS Access, Sybase, etc.), flat files (.TXT, .CSV), applications (SugarCRM, SalesForce.com, Goldmine CRM), XML (local and web-based), FTP, Webdav, Buzzsaw, Amazon S3 hosting, RSS feeds, and so on.
    Probably, something will suit you.
    There are pre-created ETL jobs for Oracle at http://www.apatarforge.org/files/search-for-datamaps-12.html
    For more information, or to download a copy of Apatar, try http://www.apatar.com
    Hope, this tool would help you.
    Alex Khizhnyak
    Apatar Evangelist

  • ETL tools

    We are in a process of selecting an ETL tool for our database. What criteria we should consider. We have several relation data sources (Oracle, sql server, mySql), flat files, SAP and other interfcases. If any one have done this type of evaluation, and would like to share how they have done this, will be highly helpful and appreciated. Thanks

    There is a report available for purchase at www.etltool.com which compares 18 ETL products, including a section on data sources.

  • Migration of data using ETL tools.

    Hi,
    We want to tranfer data from Sap to Oracle.Could you please suggest which ETL tool we should choose
    for fulfilling our requirement.
    Would somebody will be able to access it from outside SAP? Is it possible to extract data at certain frequency e.g. every week, every month using ETL tools.
    Regards,
    Divya.

    Hi,
    A feature in BI called Open Hub Service is used for transporting SAP data to non-SAP datamarts, etc. This data can be transferred to database tables or flat files. To know the detials, please refer:
    http://help.sap.com/saphelp_nw70/helpdata/en/bf/50453c01f4f75fe10000000a11402f/frameset.htm
    Rgds,
    Sonal

  • Tns problem with Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools

    I installed the full
    Oracle 11g ODAC 11.1.0.6.21 with Oracle Developer Tools for Visual Studio
    now I am at the good old "[ORA-12154: TNS:could not resolve the connect identifier specified]" error.
    I copied the same tnsnames.ora as used on the db server
    onto the client "C:\Oracle\product\11.1.0\client_2\Network\Admin".
    The host name is right since a normal ping works. TNSping is not available.
    but I get the [ORA-12154: TNS:could not resolve the connect identifier specified] error.
    The listener is running and the instance as well since it all works on the source server.
    I tried it with
    SET path=c:\oracle\product\11.1.0\client_2\bin
    but tnsping is still not recognized.
    sqlplus works on the other hand when I set it to
    SET path=c:\oracle\product\11.1.0\client_2\
    what is going on...

    hey
    u can post your query here, and i think everyone here is to share opinion so do not hesitate to do so and please try to google before posting here,
    and we know no one is expert like some people saying 'boring questions' you just try to overcome your problem and you will definitly get your problem solved .
    some mpeople ar still there who answeres hopeless questions and say nothing about them but when a fresher askin a qustion is not tolarated by them they think everyone is born DBA here
    they always tend to discouraging people here on forums,and i think they are vvolunteers to reduce crowd here on forums, inspite of there experience and people respect them they can not control their anger
    so please post you tns here, i think there are ways to ask people to google and search docs first, but not like this
    thanks and regards
    VD
    Edited by: vikrant dixit on Jun 29, 2009 4:33 AM

  • What are the Oracle development tools

    Hiii,
    I hav just started learning about oracle...i have been given my very first task and it is about exploring oracle development tools.
    I have been searching about it since two days...i just need some guidance that what are the oracle development tools...and what should i write about it..
    plzzzzz help me in solving this..
    regards
    Edited by: user10446043 on Oct 22, 2008 11:26 PM

    <ul>
    <li>The ADFLearning Center has our latest resources for enterprise 4GL Developers getting started with Oracle ADF. This includes the complete ADF Developer's Guide for Forms/4GL Developers, a companion sample application, and a companion step-by-step tutorial.
    </li>
    <li>     To complement the free Developer's Guide from Oracle, you might be interested in the Oracle Press title Oracle JDeveloper 10g for Forms & PL/SQL Developers: A Guide to Web Development with Oracle ADF.
    </li>
    <li>My bimonthly DEVELOPER: Frameworks Oracle Magazine column articles.
    </li>
    <li>There is an instructor-led course for Oracle ADF For Forms/4GL Developers.
    </li>
    <li>     Potentially of interest to any former Oracle Forms or Oracle Designer user is the additional Oracle JHeadstart for ADFextension for JDeveloper. This is a complete web-tier page generation solution that has its own step-by-step tutorial so customers can evaluate whether it might benefit their developer productivity. The JHeadstart Features/Benefits document is here (pdf).
    </li>
    <li>     The OTN J2EE for Forms Devs home page has additional resources of particular interest to Oracle Forms developers.
    </li>
    </ul>
    Hope this helps

  • Oracle diagnostic Tools error in 11.5.10.2

    Hi,
    Can somebody help on this issue, i am getting the error below
    ERROR
    ====
    The Oracle Diagnostic Tool showed “No Groups have been registered for the Advance Test”
    The patches already applied are 7530017 and 7126196.
    I am unable to see IZE directory under /ul02/app/common/lasrt/java/oracle/apps.
    Thanks
    Dheeru.

    As per the note need to apply 6069527 patch, but we have other TEST instance in which Oracle diag tools working good without 6069527 patch.
    I think some how we need to install ize top (directory) in $JAVA_TOP/oracle/apps
    I see other working Oracle Diag tools instance has this ize directory under $JAVA_TOP/oracle/apps.
    So, any suggetion to get ize directory under the path $JAVA_TOP/oracle/apps.It is explained in (E-Business Suite Diagnostics Installation Guide [ID 167000.1]), under "adsplice Patch Installation Notes" section.
    Thanks,
    Hussein

Maybe you are looking for

  • In need help: Analytic Report with Group by

    Good morning, I am trying to create a report with subtotal and grand total, which of couse goes to the group by clause, with rollup, cube, grouping... etc. I'd like to use rollup, then some columns in the Select list have to be put into the Group By

  • Updated to usb 2.0, having issues with the zen microph

    basically, put a new usb 2.0 card thing in my computer and when i plug my zen microphoto to it i get a message saying that i need to install the drivers for it, which i can't find online and don't have the cd for anymore. My Zen Nano Plus works fine

  • Servlet variable in Server

    when i defined a global variable in a servlet,if there are more than one people to call the servlet in same time, and they all change the variable , what will happen? In Weblogic 6.1 mingzheng huo

  • How can I remove one keyword, or replace?

    I have added one particular keyword to a group (000's) of images (each of those photos have multiple keywords associated with them), and it turns out I need to delete that one keyword. I use the same keyword correctly in lots of other images. I am su

  • Newbie having trouble

    I'm new to Flash, Have got the new Flash 8 Pro. I'm trying to start at the beginning with tutorials to learn how to use flash. The first tutorial under the "getting started with flash" area is "building your first flash application" I have gone throu