ORA-00838: Specified value of MEMORY_TARGET is too small,

SQL> startup
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

One thought on “ORA-00838: Specified value of MEMORY_TARGET is too small,

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.