|
楼主 |
发表于 2005-4-27 14:39:55
|
显示全部楼层
我用
sqlplus "/ as sysdba"
startup
提示:
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/opt/ora9/product/9.2/dbs/initora9i.ora'
create user a identified by a; 提示:
creater user a identified by a
*
ERROR at line 1:
ORA-01034: ORACLE not available
到'/opt/ora9/product/9.2/dbs下看,果然没有initora9i.ora文件(为什么会提示要这个文件呢?ora9i这个数据库并没有建立啊)
要怎么解决啊? |
|