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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Insert Question

Status
Not open for further replies.

CFProgrammer

Programmer
Jan 29, 2001
53
0
0
US
I am trying to do a bulk copy from one datasource (Access) to another (Oracle). I know in sql server you can just separate each new inserts with a ";". But I keep getting errors in Oracle, Why?
 
Try to enclose your code in
begin ... end; Regards, Dima
 
Hi, How are you trying such a copy?

The method I use is to export the data from Access to Oracle using ODBC ( File..Export..etc from within Access)- What tool or code are you using?

[profile]
 
Via the web with Coldfusion. Make a call from the access DSN to the Oracle DSN. Insert the results to the Oracle DSN. Thanks...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top