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
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa
Thank you. I tried it and it worked.
LikeLike