SQL Performance (MOSC)

MOSC Banner

table cache clarification

edited Jul 18, 2013 1:38AM in SQL Performance (MOSC) 3 commentsAnswered
query 2:why I am able to cache the table of 104m even though my Instance DB_CACHE_SIZE=96m
 
Tablesize is 104m and its lob size is 2gb
 
db_cache_size-->i reduced to 2m for just my testing but still i am able to cache the table of size 104m and also its lob of size 2gb.
 
-->whenever we cache the table it will be in DB_cache_size or any other memory component?
-->whether the oracle with internal hidden parameter already setted some db_cache_size value?
 
SQL> show parameter sga;
NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center