mount -t tmpfs shmfs -o size=13G /dev/shm -- 初始化
mount -o remount,size=13G /dev/shm -- 重新赋值
dba用户
startup; -- 启动数据库
ORA-00845: MEMORY_TARGET not supported on this system
最新推荐文章于 2022-07-27 11:05:45 发布
mount -t tmpfs shmfs -o size=13G /dev/shm -- 初始化
mount -o remount,size=13G /dev/shm -- 重新赋值
dba用户
startup; -- 启动数据库