We have some interfaces here that take the same amount of records then just flat out loop over it and insert them. Takes for ever to run. I have been able to replace one so far with a dblink in Oracle so now I just run a stored proc and it inserts the data when selected.
On 4/13/05, C. Hatton Humphrey <[EMAIL PROTECTED]> wrote: > > I have a query that is returning roughly 60,000 records from one > database that I need to insert into another database. Right now I'm > taking the old query, storing it in a session and then having the > system process the inserts 150 or so at a time and then submitting a > form to itself. > > Is there a better/faster way to do this? It's taking a *LONG* time > for the process to run. > > Hatton > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202571 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

