Import data from an Excel file
How can you import the data from an excel file into the oracle database?
I have used the UTL_FILE package to import the data from a text file.Is it possible to import the data from a .xls file using UTL_FILE package? Suggestions along with example would be helpful.
Thanks in advance
Srinivasan