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

Home -> Community -> Usenet -> c.d.o.server -> Re: Poor Buffer Hit Ratio

Re: Poor Buffer Hit Ratio

From: DNP <High.Flight_at_btinternet.com>
Date: 2000/05/07
Message-ID: <3915F389.76C8@btinternet.com>#1/1

Never mind about your buffer cache, you've clearly got an application design / SQL design / Logical Data Model issue here!

Start looking at v$sql and v$sqlarea.

Extract the SQL statements that look difficult and 'replay' them either from SQL*Plus or alternatively, look at tracing SQL statement on a session or instance-wide basis. SQL Trace and TKProf can also help here.

David P.

Oracle Certified DBA.


Received on Sun May 07 2000 - 00:00:00 CDT

Original text of this message

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