SQL> shutdown immediate;  
SQL> startup mount  
SQL> alter database archivelog;  
SQL> alter database open;  无法归档。导致不能归档模式备份。谢谢大家。我备份过一台服务器,行,但另一台不能归档了。谢谢大家
//////////////////////////////日志、、、、、、、、、、、、、、、、、、、、
Dump file d:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_2368.trc
Thu Aug 19 02:00:04 2010
ORACLE V10.2.0.1.0 - Production vsnsta=0
vsnsql=14 vsnxtr=3
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Windows NT Version V5.2 Service Pack 2
CPU : 8 - type 586, 2 Physical Cores
Process Affinity : 0x00000000
Memory (Avail/Total): Ph:1940M/4084M, Ph+PgF:4016M/5953M, VA:1074M/2047M
Instance name: orclRedo thread mounted by this instance: 1Oracle process number: 146Windows thread id: 2368, image: ORACLE.EXE (SHAD)
*** ACTION NAME:(0000007 FINISHED92) 2010-08-19 02:00:04.968
*** SERVICE NAME:(SYS$USERS) 2010-08-19 02:00:04.968
*** SESSION ID:(6.36985) 2010-08-19 02:00:04.968
ORA-00258: NOARCHIVELOG 模式下的手动归档必须标识日志
日志。。

解决方案 »

  1.   


    alter system switch logfile;
    shutdown immediate;startup mount;alter database archivelog;
      

  2.   

    归档路劲可设置好了呢?
    ------------------------------------------------------------------------------ 
    Blog: http://blog.csdn.net/tianlesoftware 
    网上资源: http://tianlesoftware.download.csdn.net 
    相关视频:http://blog.csdn.net/tianlesoftware/archive/2009/11/27/4886500.aspx 
    DBA1 群:62697716(满); DBA2 群:62697977(满)
    DBA3 群:63306533;     聊天 群:40132017
      

  3.   

    ORA-00258: NOARCHIVELOG 模式下的手动归档必须标识日志这个信息说得还是比较清楚,现在是在noarchivelog模式下,需要启用archivelog模式
    alter database archivelog;