首页 | 互联网 | IT动态 | IT培训 | Cisco | Windows | Linux | Java | .Net | Oracle | 软件测试 | C/C++ | 嵌入式开发 | 存储世界 | 服务器
网络设备 | IDC | 安全 | 求职招聘 | 数字网校 | 网页设计 | 平面设计 | 技术专题 | 电子书下载 | 教学视频 | 源码下载 | 搜索 | 博客 | 论坛
中国IT实验室Oracle频道
中国IT教育
Google
首页 入门基础 安装配置 体系架构 PLSQL 备份恢复 性能调优 开发技术 资讯动态 考试认证 下载 专题 讨论
您现在的位置: 中国IT实验室 >> Oracle >> 安装配置 >> 正文

Solaris 9下安装Oracle 9操作指南

  六.测试
  
  安装完毕后,可以进行测试了:
  
  以oracle用户登录,键入命令:
  
  sqlplus /nolog
  SQL>connect / as sysdba
  SQL>startup
  
  数据库启动的结果应当如下:
  
  ORACLE instance started.
  
  
  
  Total System Global Area 320308312 bytes
  
  Fixed Size          730200 bytes
  
  Variable Size       285212672 bytes
  
  Database Buffers      33554432 bytes
  
  Redo Buffers         811008 bytes
  
  Database mounted.
  
  Database opened.
  
  
  
  键入命令,启动监听程序:
  
  lsnrctl
  
  结果应当如下:
  
  LSNRCTL for Solaris: Version 9.2.0.1.0 - Production on 04-SEP-2002 21:48:10
  
  
  
  Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
  
  
  
  Welcome to LSNRCTL, type "help" for information.
  
  输入start,启动:
  
  LSNRCTL> start
  
  Starting /u01/oracle/product/9.2.0/bin/tnslsnr: please wait...
  
  
  
  TNSLSNR for Solaris: Version 9.2.0.1.0 - Production
  
  System parameter file is /u01/oracle/product/9.2.0/network/admin/listener.ora
  
  Log messages written to /u01/oracle/product/9.2.0/network/log/listener.log
  
  Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
  
  Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=mint-practice)(PORT=1521)))
  
  
  
  Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
  
  STATUS of the LISTENER
  
  ------------------------
  
  Alias           LISTENER
  
  Version          TNSLSNR for Solaris: Version 9.2.0.1.0 - Production
  
  Start Date        04-SEP-2002 21:50:48
  
  Uptime          0 days 0 hr. 0 min. 0 sec
  
  Trace Level        off
  
  Security         OFF
  
  SNMP           OFF
  
  Listener Parameter File  /u01/oracle/product/9.2.0/network/admin/listener.ora
  
  Listener Log File     /u01/oracle/product/9.2.0/network/log/listener.log
  
  Listening Endpoints Summary...
  
   (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
  
   (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=mint-practice)(PORT=1521)))
  
  Services Summary...
  
  Service "PLSExtProc" has 1 instance(s).
  
   Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
  
  Service "orclsol" has 1 instance(s).
  
   Instance "orclsol", status UNKNOWN, has 1 handler(s) for this service...
  
  The command completed successfully
  
  
  
  启动Oracle Web Server
  
  cd $ORACLE_HOME/Apache/Apache/bin
  
  ./startJServ.sh
  
  /u01/oracle/product/9.2.0/Apache/Apache/bin/apachectl start: httpd started
  
  启动Oracle Web Server后默认的端口号是7777
  
  在客户端浏览器地址栏输入http://xxx.xx.xxx.xxx:7777/
  
  如果浏览器出现图13的界面,则表示Oracle Web Server运行正常。
  
   


  
  图13 Oracle Web Server
  
  OK!万事大吉了!

上一页  [1] [2] [3] [4] [5] [6] 

【责编:Peng】

中国IT教育

相关产品和培训
文章评论
 友情推荐链接
 认证培训
 专题推荐

 ·关于Java框架技术专题
 ·XML全攻略技术专题
 ·JAVA开源技术介绍专题
 ·Java嵌入式开发之J2ME技术专题
 ·超前体验 Oracle 11g的5个新特性…
 ·揭密使用VB.NET的五个实用技巧
 ·Oracle和SQL Server常用函数对比专题…
 ·展现C#世界 C#程序设计专题…
 ·Java入门 Tomcat的配置技巧精华专题…
 ·Oracle RMAN物理备份技术详解…
 今日更新
 社区讨论
 博客论点
 频道精选
 Oracle频道相关导航