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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: OT My weekly tip: how to execute several appends without commit

Re: OT My weekly tip: how to execute several appends without commit

From: <Jared.Still_at_radisys.com>
Date: Mon, 12 Apr 2004 11:39:27 -0700
Message-ID: <OF06033CD9.D08A7561-ON88256E74.00666535-88256E74.00667E53@radisys.com>


Tom Kyte gave a good idea to do several inserts in a table, based on distinct state in tables
without doing a commit.
For example
/*+append */ insert into a select * from b
(several process modify b) then
/*+append */ insert into a select * from b

...


It seems you may have let out some pertinent details.

I have no idea what this is trying to accomplish.

Jared



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Apr 12 2004 - 13:36:11 CDT

Original text of this message

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