Hi
Can you please help me out with the query with the code in Oracle 9i to read records from an Excel sheet,
The Excel Sheet [Addresses.xls] Column headers are
A1-----------B1------------C1
Name----------Address-------------Contact
Mickey---------Walt Disney----------1122334455
to be displayed in the query analyser when I query it from my Oracle SQL Developer.
...