"DB_nK_CACHE_SIZE"
hello everyone...
I'm implementing a non-standard database block size for a DSS tablespace in my OLTP database...
I have the following doubt:
Is the value of alter system set "DB_16K_CACHE_SIZE" = [ k| m| g] included on the SGA_MAXMS_ZE ? for example:
I have 744MB of buffer cache, but the value for those 16k datafiles would fit on 100M... Do I have to subtract this value from the 744MB ???
How does it work ? the reference note on metalink isn't so cleary to me...
Regards