首页 > 数据库技术 > 详细

42. linux下数据库服务启动

时间:2015-02-17 16:26:58      阅读:268      评论:0      收藏:0      [点我收藏+]

进到bin目录运行 emctl start dbconsole

oracle@suse92:~> sqlplus /nolog 
SQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006 
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. 
SQL> connect /as sysdba 
Connected to an idle instance. 
SQL> startup 
ORACLE instance started. 
Total System Global Area 135352820 bytes 
Fixed Size                   455156 bytes 
Variable Size             109051904 bytes 
Database Buffers           25165824 bytes 
Redo Buffers                 679936 bytes 
Database mounted. 
2、关闭数据库: 
oracle@suse92:~> sqlplus /nolog 
SQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006 
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. 
SQL> connect /as sysdba 
Connected to an idle instance. 
SQL> shutdwon abort; 
3、启动监听器 
oracle@suse92:~> lsnrctl start 
4、停止监听器 
oracle@suse92:~> lsnrctl stop 

42. linux下数据库服务启动

原文:http://www.cnblogs.com/zkx4213/p/4295297.html

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