Couple of quick questions about 2GB+ SGA in Oracle datbase:
We have an Oracle database 10g in windows 2000 server and have around 15 users connecting to the database. We used to have 1.5GB of SGA allocated to the Oracle 10g database.
Now we have moved to windows 2003 enterprise edition server and we will be moving even the Oracle 10g database. And to have more than 2GB+ SGA we had to do some changes in the initialization parameter(USE_INDIRECT_DATA_BUFFERS).
And I cannot use the new db_cache_size paramter and I have to use the old tradition db_block_buffers parameter.
So wondering if all the Oracle databases with more than 2GB+ SGA needs to have the above parameters set.
Is this how everyone has there db set for SGA (2GB+ ) ?
---Thanks
SAM