OGG-01705 Input checkpoint position is greater than the size of the file
1.1 問題描述
ERROR OGG-01705 Input checkpoint position 66814523 for input trail file '/gglog/dirdat/rfpzx901/re000330' is greater than the size of the file (66732270). Please consult Oracle Knowledge Management Doc ID 1138409.1. for instructions.
1.2 問題分析
由於rep程式所在的機器突然down機,導致Input checkpoint position 66814523 for input trail file '/gglog/dirdat/rfpzx901/re000330' is greater than the size of the file (66732270)
1.3 問題處理
GGSCI (gddb10) 34> info RFPZX901
REPLICAT RFPZX901 Last Started 2011-12-30 23:56 Status ABENDED
Checkpoint Lag 00:00:00 (updated 15:09:55 ago)
Log Read Checkpoint File /gglog/dirdat/rfpzx901/re000330
2011-12-30 19:28:33.750572 RBA 66814523
--同時開啟rep程式的handlecollisions引數
如果能用logdump來確定最後異常的資料的rba,則不用從0開始。當然從0開始比較保險,防止你定位錯誤而丟失了資料
GGSCI (gddb10) 35> alter rep RFPZX901, extseqno 000331, extrba 0
REPLICAT altered.
GGSCI (gddb10) 37> start RFPZX901
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24996904/viewspace-731962/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- OGG EXTRACT / REPLICAT CHECKPOINT RBA IS LARGER THAN LOCAL TRAIL SIZEAI
- [LeetCode] 1343. Number of Sub-arrays of Size K and Average Greater than or Equal to ThresholdLeetCode
- Oracle 11g使用dbca安裝資料庫時報錯"SGA size can not be greater than、ORA-27102"Oracle資料庫
- [譯]Flutter: Widget Size and PositionFlutter
- ORA-27092: skgfofi: size of file exceeds file size limit of the processMIT
- File size 屬性
- gitignore by file size?Git
- C# The file is too long. This operation is currently limited to supporting files less than 2 gigabytes in size.C#MIT
- No input file specified.
- input type="file"使用
- 清空file input框
- ORA-00837: Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
- [LeetCode] 2275. Largest Combination With Bitwise AND Greater Than ZeroLeetCode
- More than one file was found with OS independent path
- ORA-27046: file size is not a multiple of logical block sizeBloC
- Poster stopped: message is larger than configured max size
- 452 Error writing file: A file cannot be larger than the value set by ulimit.ErrorMIT
- 關於log file switch and checkpoint機制
- log file switch (checkpoint incomplete)等待事件事件
- 【等待事件】log file switch (checkpoint incomplete)事件
- HTML input file檔案域HTML
- HTML input file 檔案域HTML
- No input file specified 解決方法
- input file圖片上傳
- 頁面報錯 No input file specified
- input file相容性問題
- input[type=file]使用css美化效果CSS
- 如何清除<input type="file">的值
- input file美化 --上傳圖片
- type=“file”的input標籤美化
- 給<input type="file">增加樣式
- PatchObject constructor:Input file does not existObjectStruct
- mysql innodb_log_file_size 和innodb_log_buffer_size引數MySql
- Input的size與maxlength屬性的區別
- ulimit: core file size: cannot modify limit: Operation not permittedMIT
- <input type="file"> 限制檔案型別型別
- js 讀取 input file 的內容JS
- no input file specified 三種解決方法