SQL> startup
ORA-00838: Specified value of MEMORY_TARGET is too small, needs to be at least 3072M
ORA-00838: Specified value of MEMORY_TARGET is too small, needs to be at least 3072M
make your calculation 3072*1024*1024 = 3221225472
SQL > create pfile=’/u02/backup.init’ from spfile;
edit file and put the above number in memory_target.
SQL > Create spfile from pfile=’/u02/backup.init’ ;
SQL > Startup ;
Thank you
Osama mustafa