I am looking for sample pl/sql program to load the text file into the tables ..I got directions from the management to replace existing Sql*Loader programs ASAP ..Thanks in advance
Printable View
I am looking for sample pl/sql program to load the text file into the tables ..I got directions from the management to replace existing Sql*Loader programs ASAP ..Thanks in advance
Check into the following doc on UTL_FILE().
http://technet.oracle.com/doc/server...1/utl_file.htm
-Ken
Thanks .. It got some info to start