-
-
Notifications
You must be signed in to change notification settings - Fork 151
Open
Labels
Description
A brief description of the bug
Even though the Oracle database is actively generating redo logs and changes (confirmed by DML activity and the creation of new redo .log files), the log mining process repeatedly outputs:
no redo logs to process, waiting for new redo logs
It appears that the miner is stuck or not able to proceed, despite the redo logs being available and continuously updated.
Is the bug present on the latest master branch
✅ Yes. We are using the latest master from the official repository.
Describe steps required to reproduce the bug
- Use the Docker image from OpenLogReplicator-tutorials with Oracle 11g.
- Configure OpenLogReplicator to connect to a standby Oracle database (DataGuard environment).
- Set the miner to off mode. Log path is:
/oracle/data/oradata/hdappzs/fast_recovery_area/HDAPPZS/onlinelog - Ensure the database is under active DML operations (
INSERT,UPDATE, etc.). - Observe the log output from OLR — it continuously prints "no redo logs to process" even though logs are being generated.
Additional context
- Sample logs and redo file list screenshots are attached.
- Log output shows
first confirmed scnandclient requested scn, suggesting SCN mismatch or reader stuck.

