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: Commit in batch

Re: Commit in batch

From: Dave Wotton <Dave.Wotton_at_dwotton.nospam.clara.co.uk>
Date: 2000/05/27
Message-ID: <x6QX4.1213$fq2.131878@nnrp4.clara.net>#1/1

Chua Boon Yiang wrote in message <8gkrnu$cvs$1_at_newton.pacific.net.sg>...
>Hi
>
>i am using an
>
>INSERT INTO TABLE1
>select * from TABLE2.
>
>But i keep hitting temp_ts is not enough message. May i know is there anyway
>to commit say every 1000 records inserted into TABLE1 ?

The other postings show how to increase the space parameters of the temporary tablespace, and how to write PL/SQL to commit every 1000 records, but I'm puzzled why this statement uses the temporary tablespace at all. Are you sure you haven't accidentally created table TABLE1 in the temp_ts tablespace?

Dave.

--
If you reply to this posting by email, remove the "nospam" from my email
address first.
Received on Sat May 27 2000 - 00:00:00 CDT

Original text of this message

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