Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: JAVA Developer

Re: JAVA Developer

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Wed, 10 Jan 2007 19:39:09 -0600
Message-ID: <de807caa0701101739y2d600747s4d30d3ad271b78cd@mail.gmail.com>


William,

Well, don't just go off and hibernate. Okay, it had to be said.

It all comes down to SQL. And you are qualified to participate in that. In my experience, applications with problems fall into a couple of categories:

Use the simple tools first, query the v$ tables or run STATSPACK or some other tuning tool of your choice to see if you have a few bad SQL statements. Even if that isn't the problem with this application, you may still be able understand what the problem is.

If the problem isn't a few bad SQL statements, then you may need to run a 10046 trace.

Another thing to watch out for is whether the tool tries to read each table for each access. Microsoft ADO tends to do that by default, for example. You should be able to pick that out of the SQL very quickly.

Another issue that sometimes arises is where the SQL statements are okay, but there is a delay between each statement. A network delay can cause this type of problem, or a slowly-responding. That will show up in wait statistics.

Good luck, and keep us posted.
Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 10 2007 - 19:39:09 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US