OpenLogReplicator icon indicating copy to clipboard operation
OpenLogReplicator copied to clipboard

Feature: Read redo log files using OCI connection

Open bersler opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. Sometimes the database host is not available for reading redo log files directly from disk. In such cases the only possibility would be to read redo log files using OCI network connection to the database.

Describe the solution you'd like Allow reading redo log files using OCI connection

Describe alternatives you've considered Read redo log files using sshfs connection, but this is not always possible. Read only copied archived redo log files, but this brings big delay.

Additional context Requires access using internal OCI commands. Has impact on source database.

bersler avatar Jan 28 '24 19:01 bersler

This feature is complicated to implement.. If there is a demand from users more focus could be given here.

bersler avatar Jan 28 '24 19:01 bersler