You are here |
dioncho.wordpress.com | ||
| | | |
kerryosborne.oracle-guy.com
|
|
| | | | ||
| | | |
iggyfernandez.wordpress.com
|
|
| | | | Dear NoCOUG members and friends, The golden rule of not tuning SQL is "operate with as little information as possible." Not only will this increase your chances of failure but it will make it difficult for others to help you. Every exercise in problem solving - no matter how little - has exactly six stages:... | |
| | | |
orastory.wordpress.com
|
|
| | | | There have been some interesting posts from Marcin Przepiorowski and Kerry Osborne about mapping sql plan management (spm) baselines to a corresponding sql id. The key to sql plan baselines (DBA_SQL_PLAN_BASELINES) is SIGNATURE. And why signature? It's not just another change to the key to identifying sql statements (HASH_VALUE -> (NEW_)HASH_VALUE / OLD_HASH_VALUE -> SQL_ID).... | |
| | | |
blog.jooq.org
|
|
| | We check execution plans and benchmark results to see if using a LIMIT clause is useful when checking for existence of N values in SQL |