Jan 12: 8 Useful Technical Posts ...
Trackbacks
Trackback specific URI for this entry
No Trackbacks
#1 - Marco Gralike said:
2008-01-12 17:02 - (Reply)
...people running into performance problems after upgrading from 9i to 10g...
That triggered me in an almost forgotten performance problem I encountered during an upgrade from 8.1.7.x to 10.2.0.3.
When someone has multiple schema's and table data is revealed via views that lap multiple tables from multiple schema's, then you could encounter a unexpected full table scan, despite that fact that nothing has changed in your environment (except of course that you upgraded).
The is an unenclosed metalink note (have to lookup what it was) that describes this behaviour due to the in 10gR2 standard setting of TRUE for parameter OPTIMIZER_SECURE_VIEW_MERGING ( http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams146.htm)
The base view had multiple layers of views or tables. The optimizer gets "lost" and results in full table scans.
An alter system set OPTIMIZER_SECURE_VIEW_MERGING=FALSE was not picked up by the system a bounce of the database was necessary.
Maybe this info is useful for someone.
I wanted to write a post about this (maybe I still will) but got side tracked over time.
#2 - Alex Gorbachev said:
2008-02-02 23:07 - (Reply)
Time to host a log buffer issue again! ![]()
Contents
Part 1 - Default options - GLOBAL AND PARTITION
Part 2 - Estimated Global Stats
Part 3 - Stats Aggregation Problems I
Part 4 - Stats Aggregation Problems II
Part 5 - Minimal Stats Aggregation
Part 6a - COPY_TABLE_STATS - Intro
Part 6b - COPY_TABLE_STATS - Mistakes
Part 6c - COPY_TABLE_STATS - Bugs and Patches
Part 6d - COPY_TABLE_STATS - A Light-bulb Moment
It's a minor source of frustration to me that you can't just paste a Hypertext link into the comments form here but, should you ever want to include a link, all you need to do is use the BBCode format, as mentioned below the comment form.
Here is a link to the relevant part of the document that explains how.
Design by Andreas Viklund | Conversion to s9y by Carl