11g ADG 出現FAL[client,USER]:error 12154 connect to orcl for fetching gap
前幾天客戶反映ADG備庫出現報錯具體內容如下:
FAL[client,USER]:error 12154 connect to orcl for fetching gap sequence,
嘗試對備庫進行進行修復,重新應用日誌,還是無法恢復正常,
經查詢主庫 u01空間滿了導致資料庫無法連線
需要主庫進行以下查詢,並反饋查詢結果,進一步分析問題原因:
備庫查詢gap
主庫查詢已經被備份收走了。
rman> list archivelog sequence between 6243 and 6363 thread 1;
rman> list archivelog sequence between 9485 and 9592 thread 2;
rman> list archivelog sequence between 8487 and 8606 thread 3;
--查詢已經在備份收走
list backup of archivelog sequence between 6243 and 6363 thread 1;
--後續建議做下基於scn的增量備份,傳輸到備庫應用可以追平。
目前備庫的恢復scn為12858759049725
主庫操作如下:
BACKUP INCREMENTAL FROM SCN 12858759049725 DATABASE FORMAT '/data/sxeomsdb_scn_%U' tag 'For Standby Gap';
將備份複製備庫使用
RECOVER DATABASE NOREDO進行恢復。
恢復完成以後需要還原一下控制檔案,然後open,重新應用日誌。
詳細的步驟在部落格
http://blog.itpub.net/31547066/viewspace-2285677/
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31547066/viewspace-2646756/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PING[ARC5]: Heartbeat failed to connect to standby 'dghq'. Error is 12154.AIError
- 解決 Jenkins 上 git 出現的 “ERROR: Error fetching remote repo 'origin'” 問題JenkinsGitErrorREM
- Oracle DataGuard FAL[client, ARC2]: Error 16191 connecting to 問題處理過程記錄OracleclientError
- 主庫到standby報錯解決:Error 12154 received logging on to the standby ORA-12154Error
- Oracle案例09——ORA-12154: TNS:could not resolve the connect identifier specifiedOracleIDE
- Dynamics CRM CRM Reporting Error: Error occurred while fetching the data extension的解決方法ErrorWhile
- Swoole 原始碼分析——Client模組之Connect原始碼client
- [重慶思莊每日技術分享]-alert頻繁出現12170. Fatal NI connect errorError
- Fatal NI connect error 12170 錯誤Error
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- Error: User gpmon is not allowed to login Command CenterError
- 19c ADG報錯Error 1094 attaching to RFS for reconnectError
- Error: User gpmon is not allowed to login Command Center.Error
- ERROR 1410 (42000): You are not allowed to create a user with GRANTError
- Connect SQL Server from Linux Client using Windows Authentication and troubleshoot stepsSQLServerLinuxclientWindows
- 從Linux原始碼看Socket(TCP)Client端的ConnectLinux原始碼TCPclient
- ADG無法同步:TT00程式報錯 Error 12514Error
- 解決方案 | MiKTex SSL connect error code 35Error
- 執行flutter run命令報錯::ERROR: Could not connect to lockdownd, error code -17FlutterError
- nodejs 連結mysql出現 connect ECONNREFUSED ::1:3306NodeJSMySql
- 11g ADG級聯備庫基礎測試環境準備
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- 【Linux】curl: (35) SSL connect error問題處理LinuxError
- 【ERROR】su user報'This account is currently not available'錯誤 for linuxErrorAILinux
- tidb Error: Operation aborted by user answer '' (cliutil.operation_aborted)TiDBError
- research gap
- SSL錯誤ssl connect error 35的解決方案Error
- android 打包出現錯誤Error: ResourceNameAndroidError
- 更改密碼時出現ERROR 1054密碼Error
- Ubuntu git pull 出現Permission denied ErrorUbuntuGitError
- linux CentOS出現Error: xz compression not availableLinuxCentOSErrorAI
- orcl建立表及管理表
- ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password:YES)Errorlocalhost
- ORA-00257:archiver error. Connect internal only,until freed.HiveError
- Ubuntu18.04:mysql:ERROR 1698 (28000): Access denied for user ‘root‘@‘localhost‘UbuntuMySqlErrorlocalhost
- 報錯”ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: NO)”Errorlocalhost
- ArchLinux出現ACPI ERROR的解決方法LinuxError
- openGauss 出現-Error-No-space-left-on-device-提示Errordev