vjain's blog
Building a Dynamic Oracle ETL Procedure
Submitted by vjain on Tue, 2007-07-24 18:12.
If you are on Oracle 9i or higher, you have external tables and pipelined table functions available to meet your ETL needs. But in order to utilize these tools in a dynamic ETL environment, you need to design PL/SQL procedures that can support the loading of files dynamically. This article will provide you with one design that has proven to be very robust and scalable.


