日期:2014-05-16  浏览次数:20740 次

oracle 数据库无法启动
C:\Documents and Settings\Administrator>sqlplus /nolog

SQL*Plus: Release 10.1.0.2.0 - Production on 星期四 12月 8 23:

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

SQL> conn /as sysdba;
Connected to an idle instance.
SQL> startup mount;
ORA-32004: obsolete and/or deprecated parameter(s) specified
ORA-19905: log_archive_format must contain %s, %t and %r
SQL>


------解决方案--------------------
你从其他机器上拷贝一个 pfile文件吧 ,把里面的undo表空间名,oracle_sid,控制文件路径等修改成你的实际用的,然后startup pfile=xx.ora 确认能够启动成功后
然后再create spfile from pfile=xx.ora
------解决方案--------------------
重建spfile文件。

SQL> create spfile from pfile='C:\admin\orcl\pfile\init.ora.852008171438';