免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3258 | 回复: 8
打印 上一主题 下一主题

rh as4 + oracle10g完全安装 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-12-06 18:45 |只看该作者 |倒序浏览
rh as4 + oracle10g已经完全安装,
现在在启动的过程中出现问题:用oracle用户登陆,输入sys用户名和密码,进入SQL> startup
提示错误如下:
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/u01/app/oracle/oracle/product/10.2.0/db_1/dbs/initsww.ora'

我的# /u01/.bash_profile是这样的
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/oracle/product/10.2.0/db_1
ORACLE_SID=sww
PATH=/u01/app/oracle/oracle/product/10.2.0/db_1/binPATH
export ORACLE_BASE ORACLE_HOME ORACLE_SID PATH

我看了/u01/app/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/orcl中的所有的日志,是没有错误的.
怎么设的环境变量就不生效呢?

论坛徽章:
0
2 [报告]
发表于 2006-12-06 23:04 |只看该作者
ls /u01/app/oracle/oracle/product/10.2.0/db_1/dbs
给出结果看看, 这样可以看到你调用DBCA时输入的SID.

论坛徽章:
0
3 [报告]
发表于 2006-12-07 09:50 |只看该作者
[root@www ~]# ls /u01/app/oracle/oracle/product/10.2.0/db_1/dbs
hc_orcl.dat  initdw.ora  init.ora  lkORCL  orapworcl  spfileorcl.ora

记得我的SID是orcl

论坛徽章:
0
4 [报告]
发表于 2006-12-07 09:52 |只看该作者
原帖由 zhangyan@tq.cn 于 2006-12-7 09:50 发表
[root@www ~]# ls /u01/app/oracle/oracle/product/10.2.0/db_1/dbs
hc_orcl.dat  initdw.ora  init.ora  lkORCL  orapworcl  spfileorcl.ora

记得我的SID是orcl


.bash_profile中修改ORACLE_SID=orcl

论坛徽章:
0
5 [报告]
发表于 2006-12-07 10:08 |只看该作者
我已经改过来了,现在是这样的,
Enter user-name: sys as sysdba
Enter password:

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> lsnrctl start
SP2-0734: unknown command beginning "lsnrctl st..." - rest of line ignored.
SQL> startup
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL>

请问我还需要做什么工作才能开始建数据库

论坛徽章:
0
6 [报告]
发表于 2006-12-07 10:13 |只看该作者
原帖由 zhangyan@tq.cn 于 2006-12-7 10:08 发表
我已经改过来了,现在是这样的,
Enter user-name: sys as sysdba
Enter password:

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP  ...


1.从你上面的描述来看,应该是使用dbca已经创建数据库orcl,并且orcl在创建完毕以后已经在运行了。
2.lsnrctl 是os命令行运行的,不是在sqlplus中运行的

建议先熟悉oracle相关的文档。

论坛徽章:
0
7 [报告]
发表于 2006-12-07 10:21 |只看该作者
还想问一下,为什么我每次输入sqlplus后的显示是不一样的?
为什么每次都要输入用户名和密码呢?
比如:
sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 7 10:03:51 2006

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Enter user-name: sys as sysdba
Enter password:

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

[oracle@www ~]$ sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 7 10:16:01 2006

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Enter user-name: sys as sysdba
Enter password:
Connected to an idle instance.

谢谢,我一定去看文档,只是这个问题一直捆饶我.

论坛徽章:
0
8 [报告]
发表于 2006-12-07 10:32 |只看该作者
原帖由 zhangyan@tq.cn 于 2006-12-7 10:21 发表
还想问一下,为什么我每次输入sqlplus后的显示是不一样的?
为什么每次都要输入用户名和密码呢?
比如:
sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 7 10:03:51 2006

Copyright (c) 198 ...

Connected to an idle instance.


有Connected to an idle instance.代表sqlplus连接的db instance没有启动
如果db已经startup,则不会有这个提示。

至于用户和密码,就和unix一样的,你登录unix,也不是要输入

当然在服务器上你也可以sqlplus / as sysdba

[ 本帖最后由 numenhuang 于 2006-12-7 10:34 编辑 ]

论坛徽章:
0
9 [报告]
发表于 2006-12-07 10:36 |只看该作者
[oracle@www ~]$ sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Dec 7 10:33:55 2006

Copyright (c) 1982, 2005, Oracle.  All rights reserved.

Enter user-name: system as sysdba
Enter password:
Connected to an idle instance.

SQL> startup
ORACLE instance started.

Total System Global Area  281018368 bytes
Fixed Size                  1218944 bytes
Variable Size              88082048 bytes
Database Buffers          184549376 bytes
Redo Buffers                7168000 bytes
Database mounted.
Database opened.
SQL>


我理解了,谢谢您!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP