دیتابیس اوراکل

دیتابیس اوراکل
طبقه بندی موضوعی

۱ مطلب با کلمه‌ی کلیدی «ORA-20079» ثبت شده است

RMAN-06613: Connect identifier for DB_UNIQUE_NAME not configured

موقع بکاپ گرفتن از دیتابیس گارد خطای زیر را در RMAN گرفتیم:

ORA-20079: full resync from primary database is not done

 

doing automatic resync from primary

resyncing from database with DB_UNIQUE_NAME PRIMARY

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03015: error occurred in stored script bk_primary

RMAN-03002: failure of sql command at 06/28/2022 20:00:05

RMAN-03014: implicit resync of recovery catalog failed

RMAN-03009: failure of partial resync command on default channel at 06/28/2022 20:00:05

RMAN-06613: Connect identifier for DB_UNIQUE_NAME STANDBY not configured

 

برای حل این خطا در دیتابیس primary باید دستور زیر اجرا شود:

[oracle@PRIMARY ~]$ rman target / catalog user@CATALOG

RMAN> configure db_unique_name 'STANDBY' connect identifier 'STANDBY';

 

starting full resync of recovery catalog

full resync complete

new RMAN configuration parameters:

CONFIGURE DB_UNIQUE_NAME 'STANDBY' CONNECT IDENTIFIER  'STANDBY';

new RMAN configuration parameters are successfully stored

starting full resync of recovery catalog

full resync complete

 

و همچنین در دیتابیس استندبای دستور زیر اجرا شد:

[oracle@STANDBY ~]$ rman target / catalog user@CATALOG

RMAN> resync catalog;

 

starting partial resync of recovery catalog

partial resync complete