标题: A questions of Oracle9i Install on Linux AS2.1??? [打印本页] 作者: erithe 时间: 2003-07-28 21:32 标题: A questions of Oracle9i Install on Linux AS2.1??? [root@ho root]# su - oracle
bash: /opt/oracle/product/9.2.0/network/admin: is a directory
[oracle@ho oracle]$ sqlplus /nolog
SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jul 28 21:19:29 2003
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL>; connect /as sysdba
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/inittest.ora'
pllease help me!!!!!作者: rollingpig 时间: 2003-07-28 21:52 标题: A questions of Oracle9i Install on Linux AS2.1??? 你的profile文件??作者: erithe 时间: 2003-07-28 22:01 标题: A questions of Oracle9i Install on Linux AS2.1??? This is my profile :
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
#export TNS_ADMIN=Set if sqlnet.ora,tnsnames.ora,etc.are not in
$ORACLE_HOME/network/admin
export NLS_LANG=AMERICAN;
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LD_LIBRARY_PATH
#setting the CLASSPATH environment variable:
CLASSPATH=$ORACLE_HOME/JREORACLE_HOME/jlibORACLE_HOME/rdbms/jlib
CLASSPATH=$CLASSPATHORACLE_HOME/network/jlib
export CLASSPATH
export PATH
unset USERNAME作者: rollingpig 时间: 2003-07-29 13:11 标题: A questions of Oracle9i Install on Linux AS2.1??? 你是不是还没建库阿??
运行dbca
或者
dbassist作者: ytli1978 时间: 2003-07-30 08:50 标题: A questions of Oracle9i Install on Linux AS2.1??? 老大,你能把oracle9i在AS2.1上的详细安装步骤给我一份吗?
mail:yacht_lily@163.com
多谢作者: rollingpig 时间: 2003-07-30 12:57 标题: A questions of Oracle9i Install on Linux AS2.1??? 你中间出了什么问题了吗?
我没有装过AS2.1作者: erithe 时间: 2003-08-09 14:53 标题: A questions of Oracle9i Install on Linux AS2.1??? 还是启动不起来.我已经建好了库呀!!!作者: rollingpig 时间: 2003-08-09 16:04 标题: A questions of Oracle9i Install on Linux AS2.1??? 你建库的SID和环境的SID一样吗?
/opt/oracle/product/9.2.0/dbs/ 地下都有什么文件?