dbTalk Databases Forums  

Fast bulk load with API?

comp.databases.oracle comp.databases.oracle


Discuss Fast bulk load with API? in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tachoknight@gmail.com
 
Posts: n/a

Default Fast bulk load with API? - 03-23-2005 , 03:11 PM






Hi all-

I have a windows service (like a Unix daemon) that loads flat files
into an 8.1.7 database. I use Oracle Objects for this, but it takes a
very long time, especially with CLOBs to do > 10,000 records. I would
use SQL Loader, but because this is a service, I can't spawn SQLLoader
to do the load for me.

Is there a SQLLoader-type API that I can call to do the same
functionality from within my program?

Thanks,

Ron


Reply With Quote
  #2  
Old   
Jim Kennedy
 
Posts: n/a

Default Re: Fast bulk load with API? - 03-23-2005 , 07:52 PM







<tachoknight (AT) gmail (DOT) com> wrote

Quote:
Hi all-

I have a windows service (like a Unix daemon) that loads flat files
into an 8.1.7 database. I use Oracle Objects for this, but it takes a
very long time, especially with CLOBs to do > 10,000 records. I would
use SQL Loader, but because this is a service, I can't spawn SQLLoader
to do the load for me.

Is there a SQLLoader-type API that I can call to do the same
functionality from within my program?

Thanks,

Ron

Are you using bind variables in your program? (and leaving the cursors
open) If not that is why performance sucks.
Jim




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.