|
@@ -129,6 +129,8 @@ public class LogMiner {
|
|
}catch (SQLException e){
|
|
}catch (SQLException e){
|
|
if (e.getMessage().contains("ORA-00310")){
|
|
if (e.getMessage().contains("ORA-00310")){
|
|
logger.error("ORA-00310 try continue");
|
|
logger.error("ORA-00310 try continue");
|
|
|
|
+ restartLogMiner();
|
|
|
|
+ currentRedoLogSequences = LogMinerHelper.getCurrentRedoLogSequences(connection);
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
throw e;
|
|
throw e;
|