How do i export selected columns from excel to an Oracle database

K

Kostas

How do i export selected columns (some from many) from an excel to an Oracle
database
 
T

Tim Williams

You can use ADO and an Oracle provider to connect to the database, then use "insert.." SQL statements to insert the data.
You'll need the Oracle client software installed on the PC.
 
G

gimme_this_gimme_that

Sometimes the fastest way to get data into Oracle is to loop through
the data in VBA and write a SQL script of insert statements. Then run
the sql script through sql*plus.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top