天天看點

關于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]

繼續閱讀