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: 11g: how to get Client Result Cache to work?

Re: 11g: how to get Client Result Cache to work?

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 11 Oct 2007 08:17:31 -0700
Message-ID: <1192115837.532583@bubbleator.drizzle.com>


Vsevolod Afanassiev wrote:

> On Oct 10, 11:02 pm, DA Morgan <damor..._at_psoug.org> wrote:

>> Vsevolod Afanassiev wrote:
>>> I am trying to get Client Result Cache to work in Oracle 11g database.
>>> This feature is described in OCI Programmer's Guide, pages 10-22 -
>>> 10-27.
>>> 1. Parameter CLIENT_RESULT_CACHE_SIZE has been set to 1000000 and
>>> database restarted. I can see new value in V$PARAMETER.
>>> 2. Parameter RESULT_CACHE_MODE has been set to FORCE.
>>> I am definitely getting results cached on the server: I can see it in V
>>> $RESULT_CACHE_* views and performance of large table scans is sub-
>>> second. However, view CLIENT_RESULT_CACHE_STATS$ is empty, so I assume
>>> that
>>> results do not get cached on the client. Any idea what is missing?
>>> How the teste were done:
>>> - Using SQL*Plus running on the same server as database. I tried
>>> Bequeath
>>> connections and connections though listener (listener is also 11g).
>>> - Large table is created (no indexes)
>>> - Full table scan is performed using SELECT COUNT(*)
>>> so result set consists of one row.
>>> - There is no sqlnet.ora
>> Run the RESULT CACHE demos in Morgan's Library atwww.psoug.org.
>>
>> They work.
>> --
>> Daniel A. Morgan
>> University of Washington
>> damor..._at_x.washington.edu (replace x with u to respond)
>> Puget Sound Oracle Users Groupwww.psoug.org- Hide quoted text -
>>
>> - Show quoted text -
> 
> Daniel,
> 
> Thanks
> 
> My question was about CLIENT-side result cache, not server-side cache.
> Please correct me if I am wrong:
> - Views V$RESULT_CACHE_* describe server-side cache
> - View CLIENT_RESULT_CACHE_STATS$ describes client-side cache
> - If this view is empty then client-side cache isn't working

Incorrect. There is only one result cache and it resides on the server so that it can be shared by all sessions. CLIENT_RESULT_CACHE_STATS is exactly what the names implies. It is statistics related to the client's use of that cache.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Oct 11 2007 - 10:17:31 CDT

Original text of this message

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