OGG - No Valid Default Archive Destination Directory Found for Thread #
Basically GG keeps a pointer to the oldest open transaction in the redo/archive logs -- which could be very, very old if someone starts a Toad session, locks their screen & goes on vacation for two weeks. GG doesn't know if that transaction will eventually contain an operation that GG needs to capture. If "extract" is stopped and restarted, it basically has to re-read the entire archive/redo logs from this oldest "begin transaction" pointer, and the archived logs have been removed. In the extract report, user would get 'no valid default archive xxxx' error.
In order to prevent this issue from arising, please add 'WarnLongTrans' in the extract parameter files. For instance:
WarnLongTrans 2dh CheckInterval 5m
To fix the issue. Run 'info extract xxx showch' to see the oldest and current sequence#, RBA. Depending on your scenario, you could:
1. Alter extract xxx begin / to let the extract start extracting from designated time/now on.
2. Ignore the open transaction.
SEND EXTRACT xxx, SHOWTRANS
SEND EXTRACT xxx, SKIPTRANS
3. ALTER EXTRACT xxx EXTSEQNO X, EXTRBA Y to reset extract to designated seq# and RBA#.
ALTER EXTRACT xxx, BEGIN NOW
ALTER EXTRACT xxx, BEGIN NOW
Note: these two methods cause data lose.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/638844/viewspace-774178/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 10G Archive Destination 理解Oracle 10gHive
- ASM Archive destination is full. [ID 351547.1]ASMHive
- gipchaLowerProcessNode: no valid interfaces found to node
- bug solved | export 'default' was not found in 'xxx'Export
- 解決警告“ld: warning: directory not found for option”
- ORA-16009: remote archive log destination must be a STANDBY databaseREMHiveDatabase
- an error has occurred. - no valid devices were found...Errordev
- ORA-1031 for Remote Archive Destination on Primary [ID 733793.1]REMHive
- no- valid devices were found on which to create new file systemsdev
- Oracle ocp 1Z0 053 Q563(archive-log destination)OracleHive
- (問題解決)Cannot set LC_CTYPE to default locale: No such file or directory
- SVN chechout failed: xxx is not valid as filename in directory svn檢出錯誤AI
- LOG_ARCHIVE_DEST_n 中的各屬性 (包括valid_for等)Hive
- SpringMVC @Transactional的陷井大坑引發No Session found for current threadSpringMVCSessionthread
- tar解壓報錯——Not found in archive tar: Exiting with failure status due to previous errorsHiveAIError
- spring No default constructor found; nested exception is java.lang.NoSuchMethodException: com.slj.moSpringStructExceptionJava
- 記一次android app啟動錯誤 Error running :Default Activity not foundAndroidAPPError
- OGG-15050 Error loading Java VM runtime library: (2 No such file or directory)ErrorJava
- 詭異的OGG-01004 Database error 1403 no data foundDatabaseError
- Oracle ASM User Directory and Group DirectoryOracleASM
- 【使用tar解壓檔案到指定目錄時出現Not found in archive的解決方法 】Hive
- 已解決:Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 問題
- MySQL 建表DATA DIRECTORY 、INDEX DIRECTORY 簡介MySqlIndex
- SSIS display null in destination fileNull
- Oracle default usersOracle
- switch default 作用
- export default用法Export
- default gateway is not definedGateway
- create directory in OracleOracle
- Swift iOS : ArchiveSwiftiOSHive
- 更改Archive ModeHive
- 聊聊Oracle Default RoleOracle
- standby_archive_dest和log_archive_dest_n區別Hive
- log_archive_dest與log_archive_dest_n區別Hive
- spring - mvc - @ValidSpringMVC
- Oracle ASM Disk DirectoryOracleASM
- Oracle ASM File DirectoryOracleASM
- Oracle ASM Alias DirectoryOracleASM