EXPERT RESPONSE
Increase the Oracle SGA_MAX_SIZE setting in your pfile that you created from your spfile. Then in SQL*Plus start up the database using that pfile as follows.
Startup pfile=/u00/oracle/admin/ora/pfile/init.ora
Then re-create your spfile.
Create spfile=/u00/oracle/admin/ora/pfile/spfile.ora
from pfile==/u00/oracle/admin/ora/pfile/init.ora
For more information on SGA_MAX_SIZE in Oracle :
Database fully utilized with hang
|