#cd /etc/init.d

#vim oracle

在里面输入以下内容

linux下oracle自启动

保存退出

#chkconfig --add oracle

#chkconfig --list oracle     //查看oracle启动信息

#chkconfig oracle on        //设置开机自启动

相关文章:

  • 2021-11-18
  • 2022-12-23
  • 2021-11-18
  • 2021-11-29
  • 2021-12-13
猜你喜欢
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-01-02
  • 2021-11-18
相关资源
相似解决方案