重启Oracle 服务

1.oracle用户进入sqlplus

sqlplus /nolog

connect /as sysdba

startup

exit

2.进去操作系统启动监听

lsnrctl start

3.使用weblogic 用户启动weblogic服务

su weblogic

密码

cd /weblogic/user_projects/domains/bin

sh startall.sh

4.打开数据源

http://ip/console/login/login form.jsp

服务>jdbc

 

查看数据库监听服务状态

lsnrctl status

停止/开始监听

lsnrctl stop/start

查看有关oracle进程

ps -ef|grep $ORACLE

 

重起weblogic

 

上一篇:select单表查询以及sqlplus


下一篇:how to pass variable from shell script to sqlplus