Topic: User Administration >> Undo retention
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| sai |
Posted: Sep 02, 2007 05:31:22 AM |
Total Post: 14
Joined: May, 2007
|
| How do i set the optimal value for undo retention parameter? If i have higher value for undo retention what are the problems do we get? |
|
|
Mohammed Taj |
| Posted: Sep 02, 2007 11:03:57 AM | |
|
Total Post: 634
Joined: Jul, 2007
|
http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/storage003.htm#BABDJDBF
default is 900 sec.(15 mins) you can use undo advisor for optimil size.
Regards
Taj
|
|
|
|
|
dbavinod |
| Posted: Feb 15, 2008 02:17:49 AM | |
|
Total Post: 81
Joined: Sep, 2006
|
UNDO_RETENTION
A dynamic parameter specifying the length of time to retain undo. Default is 900 seconds.
The effect of the UNDO_RETENTION parameter is immediate, but it can only be honored if the current undo tablespace has enough space for the active transactions. If an active transaction requires undo space and the undo tablespace does not have available space, the system starts reusing unexpired undo space. Such action can potentially cause some queries to fail with the "snapshot too old" error.
Given a specific UNDO_RETENTION parameter setting and some system statistics, the amount of undo space required to satisfy the undo retention requirement can be estimated using the following formula:
UndoSpace = UR * UPS + overhead
where:
UndoSpace is the number of undo blocks
UR is UNDO_RETENTION in seconds
UPS is undo blocks for each second
overhead is the small overhead for metadata (transaction tables, bitmaps, and so forth)
Vinod Udapudi
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Mohammed Taj | 634 |
| Murtuja Khokhar | 588 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 385 |
| Ramesh Jois | 226 |
| neeraj sharma | 189 |
| snehalatha p | 166 |
| Gitesh Trivedi | 157 |
| Gopu Gopi | 149 |
| Kushal ratnaker | 136 |
|
|