BULK INSERT ADO.NET & ORACLE

G

Guest

Hi,

I want to do a bulk insert of around 25k records into oracle databse .

can anyone help me out with some work arounds, I have used the bulk insert
in SQL SERVER , but in ORACLE I am unable to do.

your expert advice and support would be highly appreciated.

Rgds
Shiju
 
P

Paul Clement

¤ Hi,
¤
¤ I want to do a bulk insert of around 25k records into oracle databse .
¤
¤ can anyone help me out with some work arounds, I have used the bulk insert
¤ in SQL SERVER , but in ORACLE I am unable to do.
¤
¤ your expert advice and support would be highly appreciated.

See if the following helps:

http://www.ddbcinc.com/askDDBC/topic.asp?TOPIC_ID=116


Paul
~~~~
Microsoft MVP (Visual Basic)
 
G

Guest

Thanks for the reply, But I am interesetd in sending the records as xml to
the database, like the openxml feature used in bulk insert for the sql server.

so is there any way to do the same in oracle.

Rgds
Shiju
 

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