Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ** table with clob slow
Jared and Leng,
Thanks. I will keep this in mind for import. right nowexport itself is slow. Thanks
Jared Still <jkstill_at_gmail.com> wrote:
On 6/23/06, Leng Kaing <Leng.Kaing_at_hsntech.com> wrote: During imports, depending on the size of your clob column, you may be able to get away with COMMIT=N. I've found this to be much faster than COMMIT=Y. However, it means that you must have a LARGE undo retention and tablespace, otherwise your import will fail.
Really large undo is not normally generated by INSERTS, as Oracle only needs a rowid to undo the insert.
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist