SQL> alter system set memory_max_target=2GB scope=spfile;
System altered.
SQL> alter system set memory_target=2GB scope=spfile;
System altered.
SQL> startup ;
ORA-00845: MEMORY_TARGET not supported on this system
Check the following Space :-
ECATSTDB oracle: :/home/oracle\>df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/Oracle-LogVol00
20G 3.3G 15G 18% /
/dev/mapper/Oracle-LogVol02
90G 45G 41G 53% /Oracle
/dev/sda1 99M 18M 77M 19% /boot
tmpfs 3.0G 0 3.0G 0% /dev/shm
Increase the space
mount -t tmpfs shmfs -o size=6144m /dev/shm
now startup the database.
Cheers
Osama
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