Using the Oracle DB, you can read the flat files thanks to UTL_FILE amd creating a PL/SQL procedure you coud read each line and feed an appropriate destination table. To modify the data on the fly, on can do the tranformation in the same PL/SQL procedure or use triggers on the destination table.
Hope it helps.
Main Topics
Browse All Topics





by: CEHJPosted on 2009-10-22 at 01:05:38ID: 25631686
Difficult to say exactly without knowing exactly the file spec