ogg GGS ERROR 500 Could not find archived log
今天客戶一個OGG extract程式STOPED了,檢視日誌報歸檔無法找見,出現此種情況往往是歸檔已經備走或被刪除。通常解決的辦法有三種:1.檢視要傳輸的資料是否正常。如果正常可以考慮修改extract 程式為begin now來從當前時間開始做捕獲或傳輸。2.如果資料庫不準確,需要採用RMAN的方式,還原歸檔來達到目的。3.修改Recovery Checkpoint 對應的時間戳為Current Checkpoint 對應的時間戳
問題症狀:
Source Context :
SourceModule : [er.main]
SourceID : [$Id: //depot/releases/OpenSys/v10.4.0/src/app/er/rep.c#25 $]
SourceFunction : [extract_start_point(time_elt_def *, time_elt_def *)]
SourceLine : [12057]
2014-11-07 15:17:33 GGS ERROR 500 Could not find archived log for sequence 5237 thread 1 under default destinations SQL WHERE sequence# = :ora_seq_no AND thread# = :ora_thread AND archived = 'YES' AND deleted = 'NO' AND name not like '+%' AN>, erro
r retrieving redo file name for sequence 5237, archived = 1, use_alternate = 0Not able to establish initial position for sequence 5237, rba 2742800.
2014-11-07 15:17:33 GGS ERROR 190 PROCESS ABENDING.
解決方法:
1. 第一種解決方法:
GGSCI>alter extract ext1,begin now
GGSCI>start ext1
2. 第二種解決方法:
--透過RMAN來還原歸檔
rman target /
run {
allocate channel t1 type 'sbt_tape'
parms 'ENV=(NSR_SERVER=backupsvr4,NSR_DATA_VOLUME_POOL=TXY3archdata)';
restore archivelog from logseq 5237 until logseq 5239;
release channel t1;}
---還原後再開始OGG程式
GGSCI>start ext1
3.第三種解決方法
GGSCI>info ext1 ----查詢出seq 5237對應的時間
GGSCI>alter extract ext1 ,begin 2014-11-07
GGSCI>start ext1
檢視程式:
GGSCI (sokf6a) 132>info SDSEQ,showch
info *
alter extract sdseq ,thread 1,extseqno 7246, extrba 1275700736
alter extract sdseq ,thread 2,extseqno 16139, extrba 3049684856
問題症狀:
Source Context :
SourceModule : [er.main]
SourceID : [$Id: //depot/releases/OpenSys/v10.4.0/src/app/er/rep.c#25 $]
SourceFunction : [extract_start_point(time_elt_def *, time_elt_def *)]
SourceLine : [12057]
2014-11-07 15:17:33 GGS ERROR 500 Could not find archived log for sequence 5237 thread 1 under default destinations SQL WHERE sequence# = :ora_seq_no AND thread# = :ora_thread AND archived = 'YES' AND deleted = 'NO' AND name not like '+%' AN>, erro
r retrieving redo file name for sequence 5237, archived = 1, use_alternate = 0Not able to establish initial position for sequence 5237, rba 2742800.
2014-11-07 15:17:33 GGS ERROR 190 PROCESS ABENDING.
解決方法:
1. 第一種解決方法:
GGSCI>alter extract ext1,begin now
GGSCI>start ext1
2. 第二種解決方法:
--透過RMAN來還原歸檔
rman target /
run {
allocate channel t1 type 'sbt_tape'
parms 'ENV=(NSR_SERVER=backupsvr4,NSR_DATA_VOLUME_POOL=TXY3archdata)';
restore archivelog from logseq 5237 until logseq 5239;
release channel t1;}
---還原後再開始OGG程式
GGSCI>start ext1
3.第三種解決方法
GGSCI>info ext1 ----查詢出seq 5237對應的時間
GGSCI>alter extract ext1 ,begin 2014-11-07
GGSCI>start ext1
檢視程式:
GGSCI (sokf6a) 132>info SDSEQ,showch
info *
alter extract sdseq ,thread 1,extseqno 7246, extrba 1275700736
alter extract sdseq ,thread 2,extseqno 16139, extrba 3049684856
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29446986/viewspace-1324296/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- OGG-00446 ERROR: Could not find archived logErrorHive
- Fatal error: Uncaught PDOException: could not find driverErrorException
- Could not find first log file name in binary log index fileIndex
- SQL error 2812: Could not find stored procedure.docSQLError
- cmake報錯CMake Error: Could not find CMAKE_ROOTError
- master bug InnoDB Error unlock row could not find a 4 mode lockASTError
- GGS ERROR 190 No Minimum Supplemental Logging Is EnabledError
- ERROR | [iOS] unknown: Encountered an unknown error (Could not find a `ios` simulator (valid values:ErroriOS
- FATAL ERROR: Could not find ./bin/my_print_defaults 解決方法Error
- 求助:weblogic8.1 : Error 500--Internal Server ErrorWebErrorServer
- Error:Could not find com.android.tools.build:gradle:2.2.2.ErrorAndroidUIGradle
- DBLOGIN ERROR: Failed to open data source for user OGG.ErrorAI
- java編譯 Error: Could not find or load main class java執行包main方法Java編譯ErrorAI
- GGS ERROR 160 Bad column indexErrorIndex
- Archived redolog is (significant) smaller than the redologfileHiveNifi
- 【REDO】Archived redolog is (significant) smaller than the redologfileHiveNifi
- Could not find the main class. Program will exitAI
- Could not find *.apk!解決辦法APK
- MySQL 5.5初始化資料庫報錯FATAL ERROR: Could not find my_print_defaultsMySql資料庫Error
- nested exception is IncompleteElementException: Could not find parameter mapException
- Could not find a suitable set of interfaces for VIPs.UI
- vue3 Could not find a declaration file for moduleVue
- git error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500GitErrorRPCAIHTTP
- Archived redolog is (significant) smaller than the redologfile_1356604.1HiveNifi
- MySQL 5.6初始化資料庫時報錯FATAL ERROR: Could not find ./bin/my_print_defaultsMySql資料庫Error
- RMAN-05541: no archived logs found in target databaseHiveDatabase
- ERROR: Could not delete DB checkpoint for REPLICATErrordelete
- Could not find jar tool executable問題解決JAR
- jar檔案could not find the main class解決JARAI
- 錯誤 - Could not find the index entry for RIDIndex
- VueX Vue: Could not find a declaration file for module vuex.Vue
- ERROR OGG-00730 No minimum supplemental logging is enabledError
- RMAN-08137: WARNING: Archived Log Not DeletedHivedelete
- Error: The action can not be performed because ...could not be locked?ErrorORM
- Log actively being archived by another process問題解決Hive
- Oracle案例06—— OGG-01098 Could not flush "./dirdat/e1000004383" (error 28, No space left on device)OracleErrordev
- ERROR OGG-01028Error
- AIX: 'GGS ERROR 190 ... : Received Signal: OMVS Shutdown (33).' [ID 969596.1]AIError