I'm mapping data from multiple exisitng databases into an Oracle instance. I've setup a view that "looks like" the old data and have created an INSTEAD OF trigger to correctly insert the cols into the appropriate Oracle tables.
The question is - what's the best method for importing the data? SQL*Loader appears to only work with Tables and not Views. I'm considering UTL_FILE, but if anyone else has a better suggestion, please let me know!