C:\Documents and Settings\Administrator>sqlplus /nologSQL*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>

解决方案 »

  1.   

    参数文件中的log_archive_format 配置错误
    包含%s, %t and %r就可以了
      

  2.   

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

  3.   

    我用的是10g  pfile我不知道在哪里找,对数据库不熟
      

  4.   

    重建spfile文件。SQL> create spfile from pfile='C:\admin\orcl\pfile\init.ora.852008171438';