Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Read redo log files using OCI connection #103

Open
bersler opened this issue Jan 28, 2024 · 1 comment
Open

Feature: Read redo log files using OCI connection #103

bersler opened this issue Jan 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@bersler
Copy link
Owner

bersler commented Jan 28, 2024

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
Copy link
Owner Author

bersler commented Jan 28, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant