Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
check the parameter of undo rentention . if it is 3600 or more than than reduce to 900 seconds then the performance will increase.
1- Performance would not "increase", that's false.
2- Performance is not the issue poster is facing.
3- Lowering undo_retention would increase ORA-01555 likelihood.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
I have a large (3 TB) data warehouse, with a motley rabble of end users unleashing horrible queries at it all day. We are on v. 10.2.0.3.
Auto undo management is one of the best things Oracle ever rolled out. I admit to being skeptical at first, but I tried it (in 9i), and have never regretted that decision.
HOWEVER:
Considering the apocalyptic queries dispatched by our users, I have set the undo retention to 24000; that's right, 24000, as in 6.666666 hours. The undo tablespace itself has one 30G file.
We very rarely experience an ora-01555 error. When we get one, it is usually traced to a really bad query that would never complete, even if we had a 30 terabyte undo tablespace and unlimited retention. So Oracle puts the offending query out of its misery; a fitting end to a wasted life.
Oracle onlines and offlines the undo segments as needed, and does a good job of managing the undo space.
Here is a link to a website that pasted an Oracle Bulletin on undo management into a word document. You may find it useful.
Bookmarks