红旗linux(Server2.0)下安装Oracle8.16窗口上点击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 更多相关文章
|
推荐文章
精彩文章
|