Undo Analysis
Undo Analysis
Tanweer Khan2
Ganti Siva3
ISSN : 0975-3397
2629
Kamili Srinivas et al. / (IJCSE) International Journal on Computer Science and Engineering
Vol. 02, No. 08, 2010, 2629-2632
ISSN : 0975-3397
III. RESOLUTION
The immediate resolution would be increasing the
UNDO_RETENTION parameter, but there is again an
issue with increasing it to our will. There must be enough
UNDO tablespace to support the increase in the
undo_retention value.
2630
Kamili Srinivas et al. / (IJCSE) International Journal on Computer Science and Engineering
Vol. 02, No. 08, 2010, 2629-2632
ISSN : 0975-3397
2631
Kamili Srinivas et al. / (IJCSE) International Journal on Computer Science and Engineering
Vol. 02, No. 08, 2010, 2629-2632
SQL> SELECT SEGMENT_NAME,BLOCK_ID,BYTES,STATUS FROM DBA_UNDO_EXTENTS;
SEGMENT_NAME
BLOCK_ID
BYTES
STATUS
-------------------------------------------------------_SYSSMU2$
1121
65536
EXPIRED
_SYSSMU2$
905
1048576
EXPIRED
_SYSSMU1$
10
57344
EXPIRED
_SYSSMU1$
33
65536
EXPIRED
_SYSSMU1$
1417
1048576
EXPIRED
_SYSSMU1$
2057
1048576
EXPIRED
_SYSSMU1$
1801
1048576
EXPIRED
_SYSSMU1$
649
1048576
EXPIRED
_SYSSMU1$
1289
1048576
EXPIRED
Listing 1: DBA_UNDO_EXTENTS information
IV. CONCLUSION
In this paper, a practical approach to deal with undo errors is
stated, which considers checking performance views like
v$UNDOSTAT and DBA_UNDO_EXTENTS while changing
any parameter values. The main objective of any database
design is to provide data accessibility, data consistency and
data maintenance. Resolving the UNDO issues will definitely
help in fulfilling the above stated objectives.
V. REFERENCES
[1]
[2]
[3]
[4]
[5]
2004,
Oracle.
All
rights
ISSN : 0975-3397
2632