Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: exporting/importing tables

Re: exporting/importing tables

From: Doug Cha <dcha_at_shell2.ba.best.com>
Date: 1998/01/10
Message-ID: <69726f$nke$3@nntp1.ba.best.com>#1/1

Bert Scalzo <bscalz01_at_7-11.com> wrote:
: be very careful with this proposed solution. If the table is large (say
: millions of rows) this will run for a long time and often exhaust your
: rollback segment since you cannot commit until all done. I suggest you write
: a simple PL/SQL block to do the same that commits every 1000 records.

Actually there is a commit=y option that does this for you within import. Received on Sat Jan 10 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US