当前位置: 代码迷 >> 综合 >> Rman ORA-19921: 超出了 128 行的最大数量
  详细解决方案

Rman ORA-19921: 超出了 128 行的最大数量

热度:26   发布时间:2024-01-12 02:44:10.0

检查oracle数据库备份情况,用rman连接进入后提示ORA-19921错误,以前从没遇过。

C:\Users\Administrator>rman target /

Recovery Manager: Release 11.2.0.1.0 - Production on 星期二 5月 17 07:55:22 2016


Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

connected to target database: ORCL (DBID=1337518628)
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 row
s
ORACLE error from target database:
ORA-19921: 超出了 128 行的最大数量

RMAN> crosscheck archivelog all; 运行这个命令后还是提示上面的错误。


最后发现把进程中的Rman(有两个)全部结束掉,竟然正常了。

??