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: not enough ITL slots for parallel DML operation

Re: not enough ITL slots for parallel DML operation

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 05 Oct 2001 12:52:55 -0700
Message-ID: <F001.003A3E58.20011005125557@fatcity.com>

The only time this would be relevant is with parallel update/delete - in which case you have to be updating a partitioned table.

For this to take place, each PX slave addresses a single partition, so the question doesn't apply to the table partitions or the locally partitioned indexes. To cater for global, or globally partitioned indexes, a very special restriction comes in - the degree of parallelism is limited to the smallest value of INITRANS that Oracle finds on any of the relevant global/globally partitioned indexes - to address exactly the question that you have raised.

Jonathan Lewis
http://www.jlcomp.demon.co.uk

Host to The Co-Operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases

Screen saver or Life saver: http://www.ud.com Use spare CPU to assist in cancer research.

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: 05 October 2001 20:20

|Someone asked me, "What happens in a parallel DML operation if there
are not
|enough ITL slots defined for a particular block?" I'm not sure. Can
someone
|shed some light?
|
|Thanx,
|
|Alan Martin
|Defense Logistics Information Service
|Battle Creek, Michigan
|

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jonathan Lewis
  INET: jonathan_at_jlcomp.demon.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Oct 05 2001 - 14:52:55 CDT

Original text of this message

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