会员控制台 会员登陆 会员注册 最后更新 高级搜索 会员投稿 退出登陆
设为首页
收藏本站
留言给我
  首页 | 操作系统类 | 程序设计类 | 数据库类 | 应用服务类 | 网络及硬件类 | 其他技术 | GBunix论坛
操作系统类
程序设计类
数据库类
应用服务类
网络及硬件类
其他技术
Unix中文 / 数据库类 / Oracle / Oracle启动步骤
Oracle启动步骤
2004-07-20          点击:
Oracle启动步骤
首先看看listener是否启动

$ lsnrctl service

LSNRCTL for Intel SVR4 UNIX: Version 8.1.6.0.0 - Production on 02-APR-2001 11:14:08

(c) Copyright 1998, 1999, Oracle Corporation. All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
TNS-01103: Protocol specific component of the address is incorrectly specified
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
Intel SVR4 UNIX Error: 146: Connection refused

启动listener服务
$ lsnrctl start

LSNRCTL for Intel SVR4 UNIX: Version 8.1.6.0.0 - Production on 02-APR-2001 11:14:14

(c) Copyright 1998, 1999, Oracle Corporation. All rights reserved.

Starting /home/oracle/product/816/bin/tnslsnr: please wait...

TNSLSNR for Intel SVR4 UNIX: Version 8.1.6.0.0 - Production
System parameter file is /home/oracle/product/816/network/admin/listener.ora
Log messages written to /home/oracle/product/816/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=solaris1.163.com)(PORT=1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Intel SVR4 UNIX: Version 8.1.6.0.0 - Production
Start Date 02-APR-2001 11:14:14
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File /home/oracle/product/816/network/admin/listener.ora
Listener Log File /home/oracle/product/816/network/log/listener.log
Services Summary...
PLSExtProc has 1 service handler(s)
s8o8 has 1 service handler(s)
The command completed successfully


$ svrmgrl

Oracle Server Manager Release 3.1.6.0.0 - Production

Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.

Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
With the Partitioning option
JServer Release 8.1.6.0.0 - Production

SVRMGR> connect internal
Connected.
SVRMGR>
SVRMGR> startup
ORACLE instance started.
到这里,oracle就算起来了,退出就成了 :)

了解更多详情,参与讨论,请进入GBUNIX论坛

http://www.gbunix.com/bbs/index.php
责任编辑: trotter
发表评论 查看评论 加入收藏 Email给朋友 打印本文
给该文章评分
1 2 3 4 5 6 7 8 9 10
平均得分 0, 共 0 人评分
1 2 3 4 5 6 7 8 9 10
发表评论
标题:
内容:
声明:本站资讯均来自互联网,所有文章版权归原作者和出版者所有,如涉及版权问题,请来信告知!
Copyright © 2002-2004 GBunix.com. All rights reserved.