If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Caching in Oracle

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-09-03, 17:29
aruneeshsalhotr aruneeshsalhotr is offline
Registered User
 
Join Date: Jul 2003
Location: US
Posts: 314
Arrow Caching in Oracle

Hi
I have recently started working on Oracle, and would like to know the following. Since i come from a networking background, and have the inclination towards caching stuff, I wanted to know if there is something like Caching in Oracle.

My question is detail would be, suppose I have a page which gets used quite often and more or less the SQLs in the same produce the same result everytime, is there a way I could classify those queries as being used extensively, and set aside the resultset in the cache (if there is any such case).

I would appreciate response in this regards.
Aruneesh
Reply With Quote
  #2 (permalink)  
Old 07-10-03, 11:59
AlanP AlanP is offline
Registered User
 
Join Date: Mar 2002
Location: Reading, UK
Posts: 1,123
Oracle doesnt cache resultsets, it does however cache the data, indexes and sql execution plans. The cache for data and indexes is split into multiple caches for different blocksizes and also keep, default and recycle caches for those objects which should be cached always, cached sometimes and cached rarely (i.e. for v.large objects).

for more info try
http://download-west.oracle.com/docs...mory.htm#53186

Alan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On