Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Flat files loading in owb

655884
Member Posts: 3
Dear All,
I have to load more than 10 million flat files through OWB 10g. Can someone guide how I can automate this porcess in OWB or we have to use perl script to feed files into OWB.
Regards,
Imran
I have to load more than 10 million flat files through OWB 10g. Can someone guide how I can automate this porcess in OWB or we have to use perl script to feed files into OWB.
Regards,
Imran
Answers
-
Hi,
if they have the same structure you can do it like it described here: http://www.oracle.com/technology/products/warehouse/pdf/Cases/case7.pdf
The external process is a little more complicated in your case.
Regards,
Detlef -
Thanks Detlef for an early reply.
I am following the same technique. But problem (hitch) with this technique is that as all filename are changed to standard fix name the badfiles or errors log will overwrite with subsequent badfiles. Can you give me some clue to how to tackle.
Regards. -
Hi,
extend the external process to rename (e. g. with a timestamp extension) the log and discard files (like you do it for the data file) and put them into another directory before copying the new file.
I think that will work.
Regards,
Detlef
This discussion has been closed.