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: insert programs take 5 hrs

Re: insert programs take 5 hrs

From: <master-dba_at_hotmail.com>
Date: Wed, 15 May 2002 20:43:29 +0200
Message-ID: <abu9po$b6n$02$2@news.t-online.com>


you should generate an script with insert statement for every row and run it

inserting is always slow and you net the data in one extent and pctincrease = 90

"res0asig" <RES0ASIG_at_VERIZON.NET> schrieb im Newsbeitrag news:ThkE8.99$ek5.90_at_nwrddc02.gnilink.net...
> hi,
> I need help in determining where the performance problem is for a batch
> program that
> inserts 26000 records into many tables. The batch program continuously
> builds a flat file and as it inserts into these tables. The data in the
> tables is inserted through a views. I did a trace on the batch program
and
> I found the following sql statement being parsed a lot of times. "select
> text from view$ where rowid= :1". All the views are valid. the only
waits
> i see are "sqlnet message from client" and "sqlnet message to client" in
the
> trace file. However the batch program is a local connection. (BEQ).
> Could some one please help me in resloving this issue.
>
> -Thanks in advance
> sri
>
>
Received on Wed May 15 2002 - 13:43:29 CDT

Original text of this message

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