You are here |
kerryosborne.oracle-guy.com | ||
| | | |
www.bobbydurrettdba.com
|
|
| | | | I've uploaded a monitoring script that I have worked on: zip. The script alerts you when the optimizer runs a SQL statement with a potentially new and inefficient plan so you can intervene. ... | |
| | | |
blog.yannickjaquier.com
|
|
| | | | SQL Plan Management feature overview through concrete example and its interactions with Adaptive Cursor Sharing (ACS) and SQL Profile | |
| | | |
rwijk.blogspot.com
|
|
| | | | About Oracle | |
| | | |
blog.jooq.org
|
|
| | This can probably be found elsewhere as well, but here's a short wrap-up how to get the most out of your execution plans, quickly 1. Be sure the actual rows and time statistics are collected. You can do this with -- login as user sys alter system set statistics_level = all; 2. Execute your bad... |