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: Informatica Bulk Mode behavior

Re: Informatica Bulk Mode behavior

From: biti_rainy <biti_rainy_at_itpub.net>
Date: 22 Apr 2004 15:18:50 -0000
Message-Id: <20040422150318.CB02972EF55@turing.freelists.org>


hi,Thomas Jeff

  how many rows are there in one bulk operate, just for one =  block ,or for n*block ?

i had test direct insert
insert /*+ append */ into t values(...); the HWM moved; insert /*+ append */ into t values(...); HWM moved

but
begin
for i in 1..1000 loop
 insert /*+ append */ into t values(...); end loop;
end;

in this pl/sql code, there is no direct insert ,oracle ignore the=  hints

Best regards

yahoo id: feng_chunpei
A new dba from china

>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
>----------------------------------------------------------------=
-
>
>.

=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1



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 Thu Apr 22 2004 - 11:20:04 CDT

Original text of this message

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