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 -> Update performance

Update performance

From: Jim DeCicco <decj1_at_interaccess.com>
Date: Sat, 01 Aug 1998 10:18:32 -0500
Message-ID: <35C331C8.CE997835@interaccess.com>


Hi,
I'm looking for tuning advice. I have a procedure that loops through a cursor, and updates a record in another table where there is a match on a value taken from the current record of the cursor. When testing with a SELECT in the loop rather than an UPDATE, 10,000 records could be found in approx. 5 seconds. When the UPDATE is performed the same 10,000 records take approx. 2 minutes to process.

Here are the details:
- Oracle 7.3.3

Any help would be greatly appreciated.

Jim Received on Sat Aug 01 1998 - 10:18:32 CDT

Original text of this message

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