您好,登錄后才能下訂單哦!
這篇文章將為大家詳細講解有關數據庫中出現RMAN-06820 ORA-17629錯誤怎么辦,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。
在standby數據庫進行數據庫備份,如下:
oracle@node1:~> rman target /
Recovery Manager: Release 11.2.0.4.0 - Production on Thu Jun 4 06:45:04 2015
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORACLE (DBID=1753883584, not open)
RMAN> backup database format '/home/oracle/fulldb_%U.bak' plus archivelog format '/home/oracle/arch_%U.bak' delete all input;
Starting backup at 04-JUN-15
using target database control file instead of recovery catalog
RMAN-06820: WARNING: failed to archive current log at primary database
ORACLE error from target database:
ORA-17629: Cannot connect to the remote database server
ORA-17627: ORA-01017: invalid username/password; logon denied
ORA-17629: Cannot connect to the remote database server
在standby數據庫執行數據庫備份報如上紅色字體錯誤,官方給予處理方法如下(經測試,主備庫應設置相同的密碼,否則同樣存在問題)
RMAN-06820 ORA-17629 During Backup at Standby Site (文檔 ID 1616074.1) |
In this Document APPLIES TO:Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform. SYMPTOMSRMAN archivelog backup at the standby site is throws the following errors at the start of the job:
But the rest of the backup actually complete successfully:
skipping archived log of thread 1 with sequence 607; already backed up
CHANGESDatabase was upgraded to 11.2.0.4 CAUSEPer 'unpublished' Bug 8740124, as of 11.2.0.4, we now include the current standby redo log as part of an RMAN archivelog backup at the standby site. This is achieved by forcing a log switch at the primary site.
SOLUTIONWorkaround Do not use operating system authentication to login with RMAN. Use a username and password. $ rman target /
REFERENCESBUG:17580082 - ACTIVE STANDBY - RMAN-06820: WARNING: FAILED TO ARCHIVE CURRENT LOG AT PRIMARYNOTE:8740124.8 - Bug 8740124 - Current standby redo log group should be included in the database backup by RMAN NOTE:1301769.1 - ORA-17629 : RMAN Resync Catalog from db_unique_name all fails |
關于“數據庫中出現RMAN-06820 ORA-17629錯誤怎么辦”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。