Linux中国 Linux中国门户站!
设为主页 设为主页
收藏本站 收藏本站
 
当前位置 :首页 ->Linux技术 ->发行版专区 ->红旗 ->正文

红旗linux(Server2.0)下安装Oracle8.16

来源:Linuxdby.com 作者:Webmaster 时间:2007-05-05 点击: [收藏] [投稿]

  
      窗口上点击yes
  
    现在所有的Oralce 8i Enterprise就安装好了! 可以使用Oracle数据库管理工具svrmgrl、
  
  sql*plus来对安装好的数据库进行测试!
  
  8.测试
  
   [oracle@dbs oracle] 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.1.0 - Production
  
   With the Partitioning option
  
   JServer Release 8.1.6.0.0 - Production
  
   SVRMGR>connect internal
  
   Connected.
  
   SVRMGR> shutdown
  
   Database closed.
  
   Database dismounted.
  
   ORACLE instance shut down.
  
   SVRMGR>startup
  
   ORACLE instance started.
  
   Total System Global Area 56012784 bytes
  
   Fixed Size 69616 bytes
  
   Variable Size 38993920 bytes
  
   Database Buffers 16777216 bytes
  
   Redo Buffers 172032 bytes
  
   Database mounted.
  
   Database opened.
  
   SVRMGR> quit
  
   Server Manager complete.
  
  不错,看来可以正常工作了。再用sqlplus试试
  
   [oracle@dbs oracle]$ sqlplus
  
   SQL*Plus: Release 8.1.6.0.0 - Production on Sun Apr 15 09:20:12 2001
  
   (c) Copyright 1999 Oracle Corporation. All rights reserved.
  
   Enter user-name: scott
  
   Enter password: tiger
  
   Connected to:
  
   Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
  
   With the Partitioning option
  
   JServer Release 8.1.6.0.0 - Production
  
   SQL> select * from emp
  
   应该出来一堆数据,有14条,看来没问题了。
  
   SQL>quit


 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<



上一篇: 基本RedFlag3.2beta安装汉化过程   下一篇: 红旗高级服务器Linux 4.1安装Oracle9204

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论
更多相关文章
Power by linux-cn.com 粤ICP备05006655号