goldengate rep程式abend 遇到 discard file (./dirrpt/rini.dsc) exceeded max bytes (705032704)
goldengate rep程式abend 遇到 discard file (./dirrpt/rini.dsc) exceeded max bytes (705032704)
rep程式的引數檔案是這樣寫的:
discardfile ./dirrpt/rini.dsc, append, megabytes 5000
解決方法:在dirrpt目錄下執行:mv rini.dsc rini.dscbak
問題分析:discard file是輔助你定位問題的檔案,說白了,作用類似於oracle資料庫的alert日誌檔案。可以重新命名。
[@more@]
rep程式的引數檔案是這樣寫的:
discardfile ./dirrpt/rini.dsc, append, megabytes 5000
解決方法:在dirrpt目錄下執行:mv rini.dsc rini.dscbak
問題分析:discard file是輔助你定位問題的檔案,說白了,作用類似於oracle資料庫的alert日誌檔案。可以重新命名。
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1054917/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【原創】goldengate 目的端rep複製程式 遇到ora-00001 異常終止abend的血案Go
- influxdb報錯:cache-max-memory-size exceededUX
- ogg replicat 程式 abend 處理
- requests.exceptions.SSLError……Max retries exceeded with url錯誤求助!!!ExceptionError
- python requests.post Max retries exceeded with url 報錯Python
- MySQL:Specified key was too long; max key length is 767 bytesMySql
- ORA-19566: exceeded limit of 0 corrupt blocks for fileMITBloC
- Specified key was too long; max key length is 1000 bytes
- php執行的時候報File size limit exceededPHPMIT
- Volume or maxfiles exceeded max allowed for SIS (NETAPP ASIS功能的限制)APP
- Mysql提示 “ Got a packet bigger than 'max_allowed_packet' bytes”MySqlGo
- Linux open file與 fs-maxLinux
- InnoDB: Error: log file ./ib_logfile0 is of different size 5242880 bytesError
- rsau/max_diskspace/per_file - Maximum size of one single security audit file
- GoldenGate replication using a data definition file and DEFGEN utilityGo
- rsau/max_diskspace/local - Maximum space for security audit file
- Linux下fs.file-max 的設定Linux
- Windows中的程式的Working Set,Private Bytes和Virtual BytesWindows
- GoldeGate Discard ORA-01403Go
- 使用PURGEOLDEXTRACTS設定goldengate自動清除trail fileGoAI
- "Got a packet bigger than 'max_allowed_packet' bytes"錯誤解決辦法Go
- goldengate 配置源頭 scott.* 到目的端scott2.*時,只是在目的端rep程式引數檔案中指定即可Go
- 今晚實施goldengate遇到的幾個問題Go
- 偶遇ERROR 1071 (42000): Specified key was too long; max key length is 767 bytesError
- ngx_http_discard_request_body 函式分析HTTP函式
- goldengate extract abended unable to queue I/O, I/O beyond file sizeGo
- bit,bytes
- 解決MySQL資料匯入報錯Got a packet bigger than‘max_allowed_packet’bytesMySqlGo
- 2.2. 第一個應用,遇到 no input file specified
- file-max設定過小導致oracle資料庫hang住Oracle資料庫
- Oracle 11g 遇到log file sync嚴重等待事件Oracle事件
- [Python3] 關於Bytes與String 寫檔案遇到的編碼問題Python
- goldengate的extract程式調優Go
- oracle安裝遇到:CreateFile() error 32 when trying set file timeOracleError
- 【MySQL】log event entry exceededMySql
- GoldenGate準確修改抽取程式checkpointGo
- Nginx unexpected end of file 配置證書遇到問題,如何解決?Nginx
- golang的bytes.bufferGolang