excel upload from Java
DirdDec 21 2011 — edited Dec 21 2011Hi guys,
I've been searching online today but have been unable to find a solution. Currently data is inserted from Java but is too slow. Is there a fast way to load it into tables with PL/SQL?
Problems:
- The file can't be .csv (the data contains commas)
- It should be inserted automatically (meaning HS cant be used?)
Users upload an excel file with data then it should go into the database. The file is stored on the server with the DB.
Thanks for any ideas.
Mike