linux 下安装 oracle (2)

执行完成orainstRoot.sh、root.sh脚本后,关闭“超级用户的终端”,回到“执行配置脚本”提示窗口,继续安装请单击“确定”按键;进入 “安装结束”窗口,退出安装程序请单击“退出(X)”按键;特别说明:请大家一定要记录好以下的WEB URL地址(重要):以下的 J2EE 应用程序已经配置, 并且可用下面列出的 URL 来访问。Enterprise Manager 10g Database Control URL:请单击“是(Y)”按键,完成本次的安装任务;
测试以上的WEB URL连接地址是否正常:
iSQLPlus URL:连接地址:
[url]:11/isqlplus[/url]
iSQLPlus DBA URL:连接地址:
[url]:5560/isqlplus/dba[/url]
Enterprise Manager 10g Database Control URL测试:
连接地址:
[url]:1158/em[/url]
用户名:sys
口令:******
连接身份:SYSDBA
继续登陆请单击 “我同意”按键;
五、测试Oracle10g 数据库:

启动Oracle10g 数据库
$ sqlplus "scott/tiger as sysdba"
将出现如下连接数据库信息:
SQL*Plus: Release 10.1.0.2.0 - Production on 星期三 3月 24 16:23:27 2004
Copyright (c) 1982, 2004, Oracle. All rights reserved.
连接到:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
表明登录数据库系统成功,运行startup命令启动数据库。
SQL> startup
ORACLE instance started.
Total System Global Area 336356520 bytes
Fixed Size 279720 bytes
Variable Size 268435456 bytes
Database Buffers 67108864 bytes
Redo Buffers 532480 bytes
Database mounted.
Database opened.
SQL>
表示数据库正常启动。
如果启动时候报错:
1,#cd /oracle/product/10.2.0/dbs/
2#fuser –k lkFSTEST
3#fuser –u lkFSTEST

关闭Oracle10g 数据库
$ sqlplus "scott/tiger as sysdba" //以sysdba用户登录数据库
成功登录数据库系统后,运行shudown命令关闭数据库。
SQL> shutdown

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzxsxx.html