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 Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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