Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: For the GURUS - Load Process slowing down
Yeah - I agree - I have done a lot of this in the past and the fastest way of
getting data into your database is to drop the PK and any indexes, use Direct
Path SQl*Load (which should load about a million rows in a few seconds) and
finally rebuild your PK.Indexes.
Sinead wrote:
> Have you looked into using Sql*Loader in Direct Path ? Rebuilding indexes
> after load? Another suggestion is to remove indexes, run sql*loader then
> add indexes after.
> -
Received on Tue Jul 06 1999 - 16:06:52 CDT
![]() |
![]() |