DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: ETL Tool

  1. #1
    Join Date
    Dec 2000
    Location
    Virginia, USA
    Posts
    455

    ETL Tool

    Do you guys know any Free or very cheap tool for ETL process.
    Informatica, Abinitio are too expensive for my company to buy, and ofcourse SQL*LOADER is not the answer for complex data loading process.

    Thanks in advance

  2. #2
    Join Date
    Aug 2002
    Location
    Colorado Springs
    Posts
    5,253
    SQL*Loader on it's own is limited, but you can implement it though External Tables, and look at pipelined function, MERGE command, and all the other ETL-friendly functions available in SQL + PL/SQL and get a very solid, capable ETL system.

    Have a look at the Oracle Data Warehousing guide for more useful features.
    David Aldridge,
    "The Oracle Sponge"

    Senior Manager, Business Intelligence Development
    XM Satellite Radio
    Washington, DC

    Oracle ACE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width