oracle 自动启动

#!/bin/sh
su - oracle -lc "/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin/lsnrctl start"
su - oracle -c "/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin/dbstart"

 

修改 /etc/init.d/boot.local

posted @ 2017-09-19 16:56  psy5choit  阅读(125)  评论(0)    收藏  举报