Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: bulk insert - to make it faster
On 27 Mar 2006 10:04:30 -0800, "picksdba" <Utpal.Dhar_at_gmail.com>
wrote:
>I have to insert 32 million records and i have pasted the script below
>that i am using. It is taking a considerable amount of time and wanted
>to know if there was a way to make it faster.
Define 'faster'
Did you set _fast = true in init.ora?
Without joking the code you posted is correct, so there are likely other factors at play. You'll need to find out, from the session statistics, or by tracing it, what this code is waiting for and fix it.
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Mar 27 2006 - 12:38:29 CST