首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 冲浪宝典 > 网络资源 > Oracle 9i启动
【标  题】:Oracle 9i启动
【关键字】:Oracle,9i
【来  源】:http://blog.chinaunix.net/article.php?articleId=44727&blogId=2389

Oracle 9i启动

启动Oracle 9i监听程序
Oracle的监听程序主要是为客户端的连接提供接口

[oracle@wing bin] $ lsnrctl

LSNRCTL for Linux: Version 9.0.1.0.0 - Production on 11-JUL-2001 16:12:17

Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved.

Welcome to LSNRCTL, type "help" for information.

LSNRCTL> start
Starting /oracle/product/9.0.1/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 9.0.1.0.0 - Production
System parameter file is /oracle/product/9.0.1/network/admin/listener.ora
Log messages written to /oracle/product/9.0.1/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=wing)(PORT=1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 9.0.1.0.0 - Production
Start Date 11-JUL-2001 16:12:58
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security OFF
SNMP OFF
Listener Parameter File /oracle/product/9.0.1/network/admin/listener.ora
Listener Log File /oracle/product/9.0.1/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=wing)(PORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "oracle" has 1 instance(s).
Instance "oracle", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
LSNRCTL>


关闭Oracle 9i监听程序
[oracle@wing bin] $ lsnrctl

LSNRCTL for Linux: Version 9.0.1.0.0 - Production on 11-JUL-2001 16:12:17

Copyright (c) 1991, 2001, Oracle Corporation. All rights reserved.

Welcome to LSNRCTL, type "help" for information.
LSNRCTL> stop
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
The command completed successfully
LSNRCTL>

关闭Oracle Web Server
cd  $ORACLE_HOME/Apache/Apache/bin
./stopJServ.sh
/oracle/product/9.0.1/Apache/Apache/bin/apachectl stop: httpd stopped


启动Oracle Web Server
cd  $ORACLE_HOME/Apache/Apache/bin
[oracle@wing bin] $ ./startJServ.sh
/oracle/product/9.0.1/Apache/Apache/bin/apachectl start: httpd started

启动Oracle Web Server后默认的端口号是7777
在客户端浏览器地址栏输入http://xxx.xx.xxx.xxx:7777/
如果浏览器出现以下界面则表示Oracle Web Server运行正常

在Redhat9下安装Oracle9:【上一篇】
在RHAS3上成功安装Oracle9204 [原创精华]:【下一篇】
【相关文章】
  • 在Redhat9下安装Oracle9
  • 关于Oracle数据库的启动和停止
  • Oracle9i Release 2 (9.2.0) RDBMS Installation AIX
  • 请升级Oracle中的外部表
  • 如何用JDBC连接Oracle RAC 实现透明应用程序故障切换
  • 控制访问oracle的ip
  • 关于Oracle10g跨平台传输表空间
  • Oracle 9i数据库DML误操作恢复指南
  • Oracle数据库联机日志文件丢失处理方法(1)
  • Oracle数据库联机日志文件丢失处理方法(2)
  • 【随机文章】
  • 操作系统安全防范简述:Win XP篇
  • 虚拟机的奇才
  • DataGrid 控件的使用
  • php学习简要手记 (一)
  • SQL日期和时间函数
  • 程序员的灯下黑:重知识轻技术
  • Photoshop滤镜之PhotoTools
  • DialogBlocks介绍[原创]
  • CheckStyle的自定义开发
  • Visual Basic 属性、方法和事件三
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.