yanghongjun 发表于 2018-9-22 15:04:16

ORACLE报错(3)ORA-01078: failure in processing system parameters

  
错误信息:
  

  
SQL> startup
  
ORA-01078: failure in processing system parameters
  
LRM-00109: could not open parameter file '/opt/oracle/products/10.1.0.3/db_1/dbs/initrawdb.ora'
  

  
解决办法:
  

  
cp $ORACLE_BASE/admin/$ORACLE_SID/pfile/init.ora /opt/oracle/products/10.1.0.3/db_1/dbs/initrawdb.ora
  

  
> sqlplus /nolog
  


  
SQL*Plus:>  

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

  
SQL> conn / as sysdba

  
Connected to an>  
SQL> startup
  
ORACLE instance started.
  

  
Total System Global Area167772160 bytes

  
Fixed>
  
Variable>  
Database Buffers          109051904 bytes
  
Redo Buffers               262144 bytes
  
Database mounted.
  
Database opened.
  
SQL>
  
问题解决!
  

  



页: [1]
查看完整版本: ORACLE报错(3)ORA-01078: failure in processing system parameters