时间:2021-07-01 10:21:17 帮助过:2人阅读
vi /etc/rc.d/rc.local # 启动数据库监听,有空格必须加引号 su - oracle -lc "/u01/app/oracle/product/11.2.0/db_1/bin/lsnrctl start" # 启动实例 su - oracle -lc /u01/app/oracle/product/11.2.0/db_1/bin/dbstart
(5)、重启检查是否配置成功。
配置Oracle数据库的开机自启动
标签: