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: Monitoring 8i memory usage- dictionary change breaks script, 2nd request

Re: Monitoring 8i memory usage- dictionary change breaks script, 2nd request

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Mon, 15 May 2000 20:37:56 -0700 (PDT)
Message-Id: <10498.105710@fatcity.com>


Steve,

Actually you shouldn't be using the EXECUTIONS in V$DB_OBJECT_CACHE as it's not accurate (repeated executions in the same call don't increment the value). Instead you should look at EXECUTIONS in V$SQLAREA. This is documented in the
V$DB_OBJECT_CACHE description in the Server Reference manual from 7.3 - 8.0.

HTH,


Do You Yahoo!?
Send online invitations with Yahoo! Invites. Received on Mon May 15 2000 - 22:37:56 CDT

Original text of this message

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