performance
Diagnosing slow client processing of result sets...
dmann — Tue, 01/10/2012 - 13:48
Speed up SQL Developer Startup
dmann — Mon, 11/14/2011 - 15:23
If you are using SQL Developer 2.x you can reduce your startup time by about 20% by disabling any unneeded extensions. I was able to reduce my startup time from 11 seconds to 8 seconds by turning off all extensions (none of which I really needed anyway). Read more »
Finding Query Block names for a SQL that you can't modify...
dmann — Tue, 07/20/2010 - 11:36
Orion IO Test Tool
dmann — Tue, 12/01/2009 - 22:54
I ran across Orion in a Kevin Closson blog post. From the OTN site:
"ORION (Oracle I/O Calibration Tool) is a standalone tool for calibrating the I/O performance for storage systems that are intended to be used for Oracle databases. The calibration results are useful for understanding the performance capabilities of a storage system, either to uncover issues that would impact the performance of an Oracle database or to size a new database installation. Since ORION is a standalone tool, the user is not required to create and run an Oracle database. " Read more »
HammerOra Quick Start...
dmann — Sun, 07/27/2008 - 20:20
Execution plans and bind peeking...
dmann — Fri, 03/21/2008 - 12:10
If you haven't seen this optimizermagic.blogspot.com post already, check it out.
It covers the standard Execution Plan stuff, but also covers use of the dbms_xplan package including using dbms_xplan.display to format output and using dbms_xplan.display_cursor to see Bind Variables used to generate a plan!
-- Dave
RDA and HCVE...
dmann — Wed, 01/02/2008 - 22:56
