How to read a tab delimete file and load in to table using utl_file package [message #413519] |
Thu, 16 July 2009 04:22  |
adusur
Messages: 36 Registered: June 2009 Location: Bhubaneswar
|
Member |
|
|
Hi,
For me there is a requirement that, i need to read the dara from
a tab delimeted fileand load in to a table
using utl_file package and plsql procedures.
Each tab seperated field of the file is a column in table.
But, utl_file package is not identifying the tab to
seperate them.I have tried \t also but no use.
How can i do this through procedure.
Hoping for a quick solution.
Thanks in Advance,
Ravi
|
|
|
|
|
|
|
|
|