在redhat上安装9i的问题
丘小 2003-12-04 12:22:41 我按照网上的贴子来安装9i,有很大的问题:
1
“当link进行到84%时出现一个关于ins_ctx错误,编辑$ORACLE_HOME/ctx/lib/env_ctx.mk文件,把$(LDLIBFLAG)dl加到以下位置
INSO_LINK=-L$(CTXLIB)$ (LDLIBFLAG)m $(LDLIBFLAG)dl处。
安装完成”
我修改后始终都过不去,只有忽略
2
[oracle@localhost oracle]$ sqlplus ' / as sysdba'
SQL*Plus: Release 9.2.0.1.0 - Production on Wed Dec 3 23:41:21 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/opt/oracle/product/9.2.0/dbs/initora9i.ora'
只有一个init.ora文件,于是我把它改名为initora9i.ora
SQL> startup
ORACLE instance started.
Total System Global Area 42741800 bytes
Fixed Size 450600 bytes
Variable Size 41943040 bytes
Database Buffers 204800 bytes
Redo Buffers 143360 bytes
ORA-00205: error in identifying controlfile, check alert log for more info
控制文件有问题,
[oracle@localhost oracle]$ sqlplus system
SQL*Plus: Release 9.2.0.1.0 - Production on Wed Dec 3 23:46:21 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Enter password:
ERROR:
ORA-01033: ORACLE initialization or shutdown in progress
Enter user-name: system
Enter password:
ERROR:
ORA-01033: ORACLE initialization or shutdown in progress
我查到在init.ora中
control_files = (ora_control1, ora_control2)
怎么弄啊?