Modify your init.ora file and bounce the instance.
Which parameters you change will depend on which area of the SGA you have determined needs more memory.
I use Solaris unix, and find that I can give about 1/4 of RAM to the SGA, if you do not have specific needs more block buffers is good. The one thing you can't give for your heart's desire is your heart. - Lois McMaster Bujold
You can name the instance the way you like, but DBAs usually stick to 4 characters long name and try to make the name somewhat meaningfull. It is also usually in upper case.
You can rename the database by backing up the controlfile, edit it to modify the db name and restart. You may find the comlete procedure on metalink. Too bad I.T. is not cash business
There are a few parameters in your init file that will have an impact on the amount of memory Oracle uses for its daemons or connections.
share_pool_size
db_block_buffers
java_pool_size
sort_area_size
and more.
Depending on the use you do of your database, 66 megs of SGA may be enough. If it is a DW you are building then increase the parameters.
Maybe you could post your init file ? Too bad I.T. is not cash business
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.