Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excel data table to oracle

Status
Not open for further replies.

nouf

Programmer
Oct 8, 2003
26
QA
hi,
if i have a tables with data in excel how can i insert all of them into oracle
 
Create your oracle tables as excel one,then you have two ways to solve this first save your excel data as text format then use SQl+ loader to insert your text file which you saved before.
second way user access to make a link to oracle tables then copy your excel tables and paste it on this link.
 
HOW CAN I USE sql+ LOADER FOR THAT AND WHERE CAN I FIND IT AND CAN YOU EXPLAIN THIS OR THE SECOND WAY IN MORE DETAILS PLEASE,,
THANK YOU..
 
SQL+ loader is a tool for Oracle database so check manual for that ,but second way its very simple start an empty access database select tables right click and select link tables then make connect to your oracle database(don't forget odbc connect in Control panel), when link tables be ready then copy your excel sheet and oaste it on link table
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top