Return-Path: <root@fatcity.cts.com>
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by naude.co.za (8.11.2/8.11.2) with SMTP id g2D8jFr16888
 for <oracle-l@naude.co.za>; Wed, 13 Mar 2002 03:45:15 -0500
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id AAA45838;
 Wed, 13 Mar 2002 00:48:56 -0800 (PST)
Received: by fatcity.com (26-Feb-2001/v1.0g-b70/bab) via UUCP id 004268EC; Wed, 13 Mar 2002 00:13:28 -0800
Message-ID: <F001.004268EC.20020313001328@fatcity.com>
Date: Wed, 13 Mar 2002 00:13:28 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "K Gopalakrishnan" <kaygopal@yahoo.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "K Gopalakrishnan" <kaygopal@yahoo.com>
Subject: RE: Number of Transaction Slots
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 70; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: multipart/mixed;	boundary="----_=_NextPart_001_01C1C75E.53363800"
------_=_NextPart_001_01C1C75E.53363800
Content-Type: text/plain;
 charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

The transaction slots are visible as KTUXESLT in  X$KTUXE.
You can get them using this SQL..

select count(*) ktuxeslt from X$ktuxe group by ktuxeusn;

For a complete value you can get the slot size form V$TYPE_SZIE
and do a simple math.. Let me know if you can't. I will do that
for you



Best Regards,
K Gopalakrishnan
Bangalore, INDIA



-----Original Message-----
Rajesh.Rao@jpmchase.com
Sent: Thursday, March 07, 2002 12:04 PM
To: Multiple recipients of list ORACLE-L


I believe someone else had asked this question before, but I did not see =
a
reply. Does anyone know the number of transaction slots in the rollback
segment header for block sizes of 4k, 8k, et all?

>From what I have read, for a block size of 2K, its 21 transaction slots.
(Steve Adams at www.ixora.com.au)
For a block size of 8K, its 98 (Jonathan Lewis on Metalink - For 8.1.6)

As per Metalink:

2K - 31
4K - 67
8K - 140

Different answers? What does it depend on? OS Version, Oracle Version,
number of extents in rollback segment??

Regards
Raj








--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: Rajesh.Rao@jpmchase.com

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@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).


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

--=20
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--=20
Author: K Gopalakrishnan
  INET: kaygopal@yahoo.com

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@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).

------_=_NextPart_001_01C1C75E.53363800
Content-Type: application/ms-tnef;
 name="winmail.dat"
Content-Transfer-Encoding: 7bit

<encoded content removed -- binaries not allowed by ListGuru>

------_=_NextPart_001_01C1C75E.53363800--
Content-Type: text/plain; name="ReadMe.txt"; charset="us-ascii"
Content-Transfer-Encoding: 7bit

The previous attachment was filtered out by the ListGuru mailing
software at fatcity.com because binary attachments are not appropriate
for mailing lists.  If you want a copy of the attachment which was
removed, contact the sender directly and ask for it to be sent to
you by private E-mail.

This warning is inserted into all messages containing binary
attachments which have been removed by ListGuru.  If you have questions
about this message, contact Postmaster@fatcity.com for clarification.

------_=_NextPart_001_01C1C75E.53363800--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: K Gopalakrishnan
  INET: kaygopal@yahoo.com

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@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).

