天天看点

关于RMAN-06428: recovery catalog is not installed

环境:OEL 5.7 + oracle 11.2.0.3

RMAN出现以下错误: RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure of show command at 08/07/2012 09:38:29 RMAN-06428: recovery catalog is not installed   创建ramn表空间 SQL> create tablespace nmsa_backup datafile '/opt/oracle/oradata/orcl/orcl/nmsa/nmsa_backup01.dbf' size 500m;    创建rman用户 SQL> create user rman identified by rman default tablespace nmsa_backup temporary tablespace temp;   赋权rman用户 SQL> grant connect,resource,recovery_catalog_owner to rman;   连接rman备份 [[email protected] ~]$ rman target 'nmsa' catalog rman/rman   建立catalog表空间到nmsa_backup RMAN> create catalog tablespace nmsa_backup   注册数据库 RMAN> register database;

--------------------------------------------------------------------------------------------

版权所有,转载请注明作者及原文链接,否则追究法律责任!

QQ:      584307876

作者:    Seven

原文链接:  http://blog.csdn.net/sunjiapeng/article/details/8315276

邮箱:     [email protected]

继续阅读