Feb 24, 2007 #1 hilbertl3 Technical User Joined Sep 22, 2004 Messages 77 Location US How can you import excel worksheets to an existing oracle table? H.
Feb 25, 2007 #2 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB Perhaps save your sheets as CSV files and then use sqlldr to load them into your table. I want to be good, is that not enough? Upvote 0 Downvote
Perhaps save your sheets as CSV files and then use sqlldr to load them into your table. I want to be good, is that not enough?
Feb 25, 2007 #3 KenCunningham Technical User Joined Mar 20, 2001 Messages 8,475 Location GB For other ideas (ODBC for example) try a keyword search for excel in this forum. I want to be good, is that not enough? Upvote 0 Downvote
For other ideas (ODBC for example) try a keyword search for excel in this forum. I want to be good, is that not enough?
Mar 1, 2007 #4 Gabitjan Programmer Joined Mar 1, 2007 Messages 1 or use external tables utility of Oracle. if there is frequent loading from excel to Oracle, i think it is the best utility to use. just rename txt file Upvote 0 Downvote
or use external tables utility of Oracle. if there is frequent loading from excel to Oracle, i think it is the best utility to use. just rename txt file