Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: import of LONG columns
"Harry Boswell" <hboswel1_at_bellsouth.net> wrote in message news:nhfmgvsetv8c3bvn6vndenb90vrf0bt890_at_4ax.com...
> I've been working for a while now to improve the import time of one of our
> schemas. One table takes up most of the import time, and it has a LONG
> column in it. Most of the objects are fairly small, but about 40 are much
> bigger - the largest is about 34.8 MB, and there are a few others that are
> larger than 15 MB. Would increasing the BUFFER parameter size to a very
> large value help this? (I'm thinking on the order of 35000000). Currently
> this import is taking about 6 hours, and the one table makes up about 5 1/2
> hours of that.
>
> Thanks,
> Harry Boswell
Tables with long datatypes are imported one line at a time. limitation limitation ... buffer parameter won't help in this case. You might get better mileage by tuning your redo logs and or by running imports in parallel.
Anurag Received on Tue Jul 08 2003 - 18:09:42 CDT
![]() |
![]() |