RMAN-06433: 安装恢复目录时出错
C:\WINDOWS\system32>rman catalog rman/123456 target orcl1
恢复管理器: Release 19.0.0.0.0 - Production on 星期五 10月 15 13:48:20 2021
Version 19.3.0.0.0
Copyright © 1982, 2019, Oracle and/or its affiliates. All rights reserved.
目标数据库口令:
已连接到目标数据库: ORCL1 (DBID=1470411788)
连接到恢复目录数据库
RMAN> create catalog tablespace stuts;
创建 config_update 时出错
恢复目录数据库发生 Oracle 错误: ORA-01950: 对表空间 ‘STUTS’ 无权限
恢复目录数据库发生 Oracle 错误: ORA-00942: 表或视图不存在
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-06433: 安装恢复目录时出错
解决办法
RMAN> drop catalog;
恢复目录所有者是RMAN
再输入一次 DROP CATALOG 命令来确认目录删除
RMAN> drop catalog;
恢复目录已删除
登录sysdba授权
SQL> grant unlimited tablespace to rman;