Question: I save a heap of problem with
your
10g upgrade gotchas and I wonder what perils await me as I
prepare to migrate to Oracle 11g?
Answer: There are several 11g upgrade
gotchas, small surprises that can effect your database performance
when you migrate to 11g:
-
Optimizer
enhancements: With each release of Oracle we see
improvements to the SQL optimizer, and you can expect to see
many plan improve, but some which may get worse. Unless
you like surprises, it's an Oracle best practice to "freeze" SQL
execution plans with SQL profiles or Stored Outlines, and
gradually introduce your SQL to the new optimizer.
-
SQL Plan Manager: The 10g SQL profile
approach is deprecated, and the 11g SQL plan management uses
only two parameters, optimizer_capture_sql_plan_baselines
and optimizer_use_sql_plan_baselines.
-
Optimizer statistics: For all indexes
with functions (function-based indexes) make sure to analyze
them with the new 11g
extended optimizer statistics.
-
Double
check your SYSAUX tablespace status: If the
SYSAUX tablespace is offline in 11g, this can cause significant
performance impact because required needed SQL Profiles are not
accessible.
- Resource Manager enables itself: The
Oracle
11g resource manager now turns-on by default. Check
the value of the resource_manager_plan init.ora parameter.
If it is set to DEFAULT_PLAN you may want to change it to a more
appropriate value, or use the following command to disable the
resource manager:
alter system set resource_manager_plan='';
|
|
|
|
Guarantee your Success!
Oracle is the
world's most complex, robust and flexible database, considered
impossible to master without a mentor.
That's why all BC
Oracle trainers are working professionals, experts in Oracle who
share their tips and secrets. |
|
| |
|
Burleson is the American Team

Note:
This Oracle
documentation was created as a support and Oracle training reference for use by our
DBA performance tuning consulting professionals.
Feel free to ask questions on our
Oracle forum.
Verify
experience!
Anyone
considering using the services of an Oracle support expert should
independently investigate their credentials and experience, and not rely on
advertisements and self-proclaimed expertise. All legitimate Oracle experts
publish
their Oracle
qualifications.
Errata?
Oracle technology is changing and we
strive to update our BC Oracle support information. If you find an error
or have a suggestion for improving our content, we would appreciate your
feedback. Just
e-mail:
and include the URL for the page.
Copyright ? 1996 - 2011 by Burleson Enterprises
All rights reserved.
Oracle ?
is the registered trademark of Oracle Corporation.
|
|