Question : How to put whole database in SGA for fast retrival.

Hi Experts,

I am having a box with 32 GB RAM. And my database size is too small it is only 2.5 GB. And there is not much any growth in the data in future as well. Is there Any way I can put Whole DataBase in SGA for fast retrival. or the best way with which i can use this huge RAM of the system.

Thanks
Sachin

Answer : How to put whole database in SGA for fast retrival.

But the point is: If you use the objects frequently, they will already be in the cache. I might think you have more resources than you need (alhtough i might need to know other relevant details like # of concurrent users etc).

@sumit2906

doing alter table <Table Name> cache will not ensure will remain in cache; it just changes the way the blocks are aged out. Checkout:

http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:253415112676

for details.

Random Solutions  
 
programming4us programming4us