Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Performance issue while loading large amount of data
Noons wrote:
> "EP" <ep_at_plusnet.pl> wrote in news:avopck$e4h$1_at_news.tpi.pl and I quote:
>
>
>
>>I am supposed to load large amount of data from SQL scripts and I have been >>wondering what is the best option: >>-frequent commits and no rollback segments growth >>-one commit and large rollback segments >>What do you suggest ?
I agree. As always, practice makes perfect. You have to find the sweet spot between no commits at all (which would require very large rollback segs) or too many commits (which would slow down your job).
Some methods are faster than others, though. For instance, depending on your version of Oracle and the kind of data you are loading (from flat files, from binary files, from other databases, etc), you could use direct load (sqlloader). Received on Sat Jan 11 2003 - 12:50:19 CST
![]() |
![]() |