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: Bert Scalzo <bscalz01_at_7-11.com>
Date: 1998/01/09
Message-ID: <695h78$slk$1@news.ses.cio.eds.com>#1/1

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.

Bert Scalzo Received on Fri Jan 09 1998 - 00:00:00 CST

Original text of this message

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