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 -> bulk binds with AQ

bulk binds with AQ

From: Seth <sgelberg_at_optonline.net>
Date: 28 Aug 2001 15:29:01 -0700
Message-ID: <f3159b28.0108281429.25ffb655@posting.google.com>


I have this proc that takes 12 seconds to update 1600 rows and enque 1600 messages(sendmsg is my enque procedure that calls oracles dbms_enque).

I'm wondering if anyone has any suggestions for improving the performance of this proc and if I can use FORALL(bulk binds) with AQ, or possibly some other performance booster.

I'm running on a pentium III 800 Oracle 8.1.7...In production I won't be using a PIII 800, I'll be on sun solaris, but the performance will still be an issue...

PROCEDURE CheckForExpiredIOI IS
--PROCEDURE CheckForExpiredIOI (p_errRec OUT hsp_error_type) IS
--

Received on Tue Aug 28 2001 - 17:29:01 CDT

Original text of this message

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