在oracle10.2.0.3的RAC数据库中,rman>list backup of archivelog all;
这条命令没有完全执行结束,我就终止了,即ctrl+c了,后来再rman即rman target /
时,会出现以下问题,请问该如何解决? 谢谢!!RAMN-06900:WARNING:unable to generate v$rman_status or v$rman_output row
RMAN-06901:WARING:disabling update of the v$rman_status and v$rman_output rows
oracle error from target database;ORA-19921:maximum number of 64 rows exceeded

解决方案 »

  1.   

    RMAN backup logs shows WARNING message like RMAN-06900,RMAN-06901 and ORA-19921 
    --------------------------------------------------------------------------------
    Applies to: 
    Oracle Server - Enterprise Edition - Version: 10.2.0.3
    Information in this document applies to any platform.Symptoms
    RMAN backup completed successfully but backup logs shows warning message RMAN-06900: WARNING: unable to generate V$RMAN_STATUS or V$RMAN_OUTPUT row
    RMAN-06901: WARNING: disabling update of the V$RMAN_STATUS and V$RMAN_OUTPUT rows ORACLE error from target database:
    ORA-19921: maximum number of 64 rows exceeded
    Cause
    RMAN gives a warning message of RMAN-6900, RMAN-6901 ORA-19921 when the output is too huge because it couldn't log the output in v$rman_output.its because of Bug 4659734 Solution
    Since this is just an warning message you can ignore this message.This bug is fixed in 10.2.0.4 and Oracle 11G. -- 意思是說,只是個警告信息,可以忽略,這個bug在10.2.0.4和11g中已經修復。