启动数据库

1.启动数据库:
  sqlplus /nolog
  connect /as sysdba
  startup
2.启动监听:
  lsnrctl start

3.关闭监听程序l:

  lsnrctl stop

4.关闭数据库:

正常关闭:shutdown nomal

立即关闭方式:shutdown immediate

事务关闭方式:shutdown transactional

 

posted @ 2018-12-12 19:05  韧小钊  阅读(41)  评论(0)    收藏  举报