Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Please Help
<span style='font-size:
10.0pt;font-family:Arial;color:navy'>This is covered very well and in detail in
the manuals, but in short it means you had a transaction write to a rollback
segment, then a long running query requested this information for read
consistency before the transaction (cause it was already started before the
transactions started) and it doesn't have the rollback information
available to rebuild the transaction.
This usually happens when you have long running queries during heavy
transactional periods.
<span style='font-size:
10.0pt;font-family:Arial;color:navy'>
<span style='font-size:
10.0pt;font-family:Arial;color:navy'>In short, increase your rollback segments
size or number of extents, but don't increase them so much as that they
are huge for your needs.
<span style='font-size:
10.0pt;font-family:Arial;color:navy'>
<span style='font-size:12.0pt;
color:navy;mso-no-proof:yes'>"Do not criticize someone until you walked a
mile in their shoes, that way when you criticize them, you are a mile a way and
have their shoes."
<span style='font-size:18.0pt;
font-family:"Comic Sans MS";color:navy;mso-no-proof:yes'>Christopher R. Spence<font
color=navy>
<span
style='font-size:10.0pt;font-family:"Comic Sans MS";color:navy;mso-no-proof:
yes'>Oracle DBA<span style='color:navy;
mso-no-proof:yes'>
<span
style='font-size:10.0pt;font-family:"Comic Sans MS";color:navy;mso-no-proof:
yes'>Phone: (978) 322-5744<span
style='color:navy;mso-no-proof:yes'>
<span
style='font-size:10.0pt;font-family:"Comic Sans MS";color:navy;mso-no-proof:
yes'>Fax: (707) 885-2275<span
style='color:navy;mso-no-proof:yes'>
<span style='font-size:10.0pt;
font-family:"Comic Sans MS";color:navy;mso-no-proof:yes'>Fuelspot<font
color=navy>
<span
style='font-size:10.0pt;font-family:"Comic Sans MS";color:navy;mso-no-proof:
yes'>73 Princeton Street<span style='color:navy;
mso-no-proof:yes'>
<span
style='font-size:10.0pt;font-family:"Comic Sans MS";color:navy;mso-no-proof:
yes'>North, Chelmsford 01863<span
style='color:navy;mso-no-proof:yes'>
<span
style='font-size:10.0pt;font-family:Tahoma'>-----Original Message-----
From: Riswandi
[mailto:riswandi_at_polyfincanggih.com]
Sent: Wednesday, October 03, 2001
7:01 AM
To: Multiple recipients of list
ORACLE-L
Subject: Please Help
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'>Hi lists ...
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'>I got this error when I'm running
procedure.
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'>- ORA-01555: snapshot too old
(rollback segment too small)
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'>Rollback segments statistics:
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'> CLASSCOUNT
------------------ --------- system undo header 0
block
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'>
(db block gets + consistent gets)/100 -------------------------------------
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'>
SUBSTR(NAME,1,40)
EXTENTS RSSIZE AVEACTIVE OPTSIZE
AVESHRINK EXTENDS SHRINKS
------------------------------ --------- --------- --------- ------------------ --------- ---------
RB0
1572864 0 0 0 RB1
6291456 7 1 RB2
1048576 2 2 RB3
1048576 1 1 RB4
2097152 2 1 RB5
RB6
1048576 1 1 RB7
1048576 1 1 RB8
1048576 1 1 RB9
1048576 1 1 RB10 2 1122304 254828
RB11
1048576 0 1 0 RB13
1310720 0 0 0
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'> SEGMENT_NAMEINITIAL_EXTENT NEXT_EXTENT MIN_EXTENTS MAX_EXTENTS
------------------------------ -------------- ----------- -----------
RB0 57344 1048576 2 100 RB1 57344 1048576 2 100 RB2 57344 1048576 2 100 RB357344
RB4 57344 1048576 2 100 RB5 57344 1048576 2 100 RB6 57344 1048576 2 100 RB7 57344 1048576 2 100 RB8 57344 1048576 2 100 RB9 57344 1048576 2 100 RB10 57344 1048576 2 100 RB11 57344 1048576 2 100 RB13
<span
style='font-size:12.0pt'>
<span
style='font-size:10.0pt;font-family:Arial'>
Please help. ... ...
Received on Wed Oct 03 2001 - 08:09:36 CDT