[size=large]Linux启动Oracle数据库
1.1切换至Oracle用户状态:su - oracle
1.2启动监听器:lsnrctl start
1.3启动oracle实例:#sqlplus / as sysdba
>startup shutdown(关闭实例)
问题描述: memory_target not supported on this system[/size]
解决方法,设置:
[size=large]# mount -o remount,size=4G /dev/shm
# df -h | grep shm
[/size]
1.1切换至Oracle用户状态:su - oracle
1.2启动监听器:lsnrctl start
1.3启动oracle实例:#sqlplus / as sysdba
>startup shutdown(关闭实例)
问题描述: memory_target not supported on this system[/size]
解决方法,设置:
[size=large]# mount -o remount,size=4G /dev/shm
# df -h | grep shm
[/size]
本文介绍了如何解决在启动Oracle数据库时遇到的memory_target不支持的问题。通过调整共享内存大小,确保了系统的正常运行。
1383

被折叠的 条评论
为什么被折叠?



