码迷,mamicode.com
首页 > 数据库 > 详细

linux oracle 启动全过程

时间:2016-06-13 15:16:09      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:

一:启动oracle

[root@ccoracle ~]# su -l oracle

[oracle@ccoracle ~]$ sqlplus /nolog

SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jun 13 14:11:16 2016

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.

SQL> conn /as sysdba Connected to an idle instance.

SQL> startup

ORACLE instance started.

Total System Global Area 4294967296 bytes Fixed Size                 

2089432 bytes Variable Size            

805309992 bytes Database Buffers        

3472883712 bytes Redo Buffers              

14684160 bytes

Database mounted. Database opened.

SQL> quit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

二:启动oracle监听

[oracle@ccoracle ~]$ lsnrctl start

LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 13-JUN-2016 14:14:20

Copyright (c) 1991, 2007, Oracle.  All rights reserved.

TNS-01106: Listener using listener name LISTENER has already been started

 

三:查看oracle 服务
ps -ef|grep ora 

 

linux oracle 启动全过程

标签:

原文地址:http://www.cnblogs.com/jack-Star/p/5580478.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!