首页 > 数据库技术 > 详细

数据库oracle 11g 的启停操作

时间:2015-12-04 21:03:07      阅读:657      评论:0      收藏:0      [点我收藏+]

1、停止数据库

SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.


2、启动数据库
SQL> startup;
ORACLE instance started.

Total System Global Area  795127808 bytes
Fixed Size                  1339456 bytes
Variable Size             494931904 bytes
Database Buffers          293601280 bytes
Redo Buffers                5255168 bytes
Database mounted.
Database opened.
SQL>


3、也可以启动数据库的脚本

#dbstart                           //3、4点测试未通过,有报错。


4、停止数据库的脚本

#dbshut


数据库oracle 11g 的启停操作

原文:http://2841314881.blog.51cto.com/10852398/1719647

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!