Feature: Read redo log files using OCI connection
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.
This feature is complicated to implement.. If there is a demand from users more focus could be given here.