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

Home -> Community -> Mailing Lists -> Oracle-L -> PL/SQL Automatic BULK

PL/SQL Automatic BULK

From: Bruce McCartney <bruce.mccartney_at_dbinfosystems.com>
Date: Thu, 17 Mar 2005 10:03:06 -0700
Message-Id: <200503171703.j2HH2tMC026858@mail90.megamailservers.com>


Hi List,
Saw this mentioned at OOW, anybody seen it work? The jist is that the new optimizing compiler will take a static sql cursor for loop and 'bulkify' it. Bryn Llewellyn of Oracle gave an example of the benefits. I have a 3rd party app not scaling because the plsql does't use FORALL or BULK COLLECT, but want to assess whether a 10g upgrade would help (without actually upgrading...). My questions are: What limits are in the optimizer bulkification process, and Can you tell if bulkification is performed without running the p/sql. I am considering exporting the user to a 10g test database and compiling, but don't have enough disk to do a real data test...

TIA

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Mar 17 2005 - 12:06:42 CST

Original text of this message

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