#!/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
#!/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
转载于:https://www.cnblogs.com/psy5choit/p/7552713.html
536

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