ba6.us - Dave's Database Related Stuff

  • home
  • blog
  • notebooks
  • projects
  • recent
  • about
  • manifesto
  • !
Home

Tag Cloud

apex Application Express Auditing data dbi development export funnies HTML Java linux monitoring oem oracle performance perl rman scripting sql SQL Developer sqlplus tuning unix windows
more tags

Search

RSS Feed

Blog Posts :

Navigation

  • Feed aggregator

User login

  • Request new password

performance

Diagnosing slow client processing of result sets...

dmann — Tue, 01/10/2012 - 13:48

Here are two runs of the same SQL from different programs. The top is an automated process, the bottom is Toad. (SQL is the same, but SQL_ID is different because of white space issues): So why is one finished in 7.2 minutes and one still at 4.7 hours and still counting up?
Read more »
  • performance
  • sql monitoring
  • dmann's blog
  • Add new comment

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 »

  • performance
  • SQL Developer
  • dmann's blog
  • Add new comment

Finding Query Block names for a SQL that you can't modify...

dmann — Tue, 07/20/2010 - 11:36

I recently had an issue where a query being submitted to the database had a large change in performance. I could attribute the change to a recent change in object statistics, but the query wasn't behaving because of a combination of a view, subquery, UNION, and LIKE operators. After spending too much time on this statement I decided to hint it to make it perform like it did before the most recent stats change.
Read more »
  • Hint
  • performance
  • SQL Profile
  • tuning
  • dmann's blog
  • Add new comment

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 »

  • disk
  • oracle
  • performance
  • dmann's blog
  • Add new comment

HammerOra Quick Start...

dmann — Sun, 07/27/2008 - 20:20

Its time to test some IO. I have used OraBM/OraStress in the past to throw a load at an Oracle server. This time I wanted to see what else was out there. I had seen mention of HammerOra on forums and listserves so I figured I'de give it a shot. Here's what it took to get it running on a Windows server. 1) Download and Install HammerOra Their home page is here: http://hammerora.sourceforge.net/
Read more »
  • oracle
  • performance
  • dmann's blog
  • 2 comments

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!

Click here for Article

-- Dave

  • oracle
  • performance
  • dmann's blog
  • Add new comment

RDA and HCVE...

dmann — Wed, 01/02/2008 - 22:56

I haven't look at Oracle's Remote Diagnostic Agent (RDA) tool in a couple of years. Back when we ran our systems on Windows I remember using a clunky version of RDA that looked like it was cobbled together with batch files and VB code. What is RDA? From the Oracle website:
Read more »
  • monitoring
  • oracle
  • performance
  • dmann's blog
  • Add new comment
Syndicate content


Cornify
  • home
  • blog
  • notebooks
  • projects
  • recent
  • about
  • manifesto
  • !

Content Copyright 2006-2010. Links are copyright of respective owners.