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: MAXTRANS ignored

Re: MAXTRANS ignored

From: Daniel Fink <Daniel.Fink_at_sun.com>
Date: Tue, 19 Aug 2003 14:49:24 -0800
Message-ID: <F001.005CB987.20030819144924@fatcity.com>


BINGO! I tried 3 tx and #3 waited on a tx to end. I just RTFMed and the doc (both r1 and r2) says it can be 1 to 255. If you can recall where you read this, please let me know.

Daniel

Tanel Poder wrote:

> Hi!
>
> I remember from somewhere that in 9i, mintrans is 2 for tables as well, like
> for indexes in past. Thus maxtrans is minimum 2 as well, even if you set it
> to 1 explicitly. You can verify it from blockdump, there's 2 ITL entries in
> block even when you have had only one transaction there. So you should try
> to do at least 3 *updates or deletes* in different transactions in a block.
> If you do inserts then a new block is just allocated when ITL list is
> full...
>
> Tanel.
>
> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
> Sent: Wednesday, August 20, 2003 12:19 AM
>
> > In testing, I found that MAXTRANS seems to be ignored in 9.2.0.3.
> >
> > I created a table with a MAXTRANS setting of 1. I inserted some rows and
> committed. In one session, I updated a row, but did not
> > commit. In another session, I updated a different row (in the same block).
> I expected to see a wait, but the transaction completed
> > immediately. I dumped the block header and, sure enough, there were 2
> entries in the ITL. There should be only 1 entry (as defined
> > by MAXTRANS).
> >
> > Am I missing something? or have I hit an 'undocumented feature'?
> >
> > Daniel
> >
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Tanel Poder
> INET: tanel.poder.003_at_mail.ee
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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).


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Daniel Fink
  INET: Daniel.Fink_at_Sun.COM

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Tue Aug 19 2003 - 17:49:24 CDT

Original text of this message

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