Dear all,
i am using oracle 10g r2 on windows server 2003.i have increased my production database sga_max_size to 4 gb and i think our server dosent have that much RAM,
alter database set sga_max_size=4000M scope=spfile;
SQL> shutdown immediate;
here it doesnt shutdown and get hanged.
i open another sqlplus and issue the follwoing
SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup open
ORA-27100: shared memory realm already exists
SQL>
how to fix it.
thanks