Linux启动Oracle数据库
程序员文章站
2022-05-22 17:02:11
...
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
解决方法,设置:
[root@FWDB ~]# mount -o remount,size=4G /dev/shm
[root@FWDB ~]# df -h | grep shm
1.1切换至Oracle用户状态:su - oracle
1.2启动监听器:lsnrctl start
1.3启动oracle实例:#sqlplus / as sysdba
>startup shutdown(关闭实例)
问题描述: memory_target not supported on this system
解决方法,设置:
[root@FWDB ~]# mount -o remount,size=4G /dev/shm
[root@FWDB ~]# df -h | grep shm