You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Support old Oracle database versions like 8, 9, 10, 11.1
Describe the solution you'd like
Add ability for OpenLogReplicator to parse redo log produced by ancient Oracle databases.
Describe alternatives you've considered
Upgrade the database to at least 11.2 and run replication.
Additional context
Ancient Oracle databases have very complex and redo log format. Code wich works with version 11.2 will not be able to work with older versions. It requires much work.
On the other hand old versions are very very seldom used and for a few database instances it makes not much sense to put a lot of effort in software development.
The text was updated successfully, but these errors were encountered:
This feature is complicated to implement.. If there is a demand from users more focus could be given here.
bersler
changed the title
Feature: Support old database versions: 8, 9, 9, 10, 11.1
Feature: Support old database versions: 8, 9, 10, 11.1
Mar 16, 2023
Is your feature request related to a problem? Please describe.
Support old Oracle database versions like 8, 9, 10, 11.1
Describe the solution you'd like
Add ability for OpenLogReplicator to parse redo log produced by ancient Oracle databases.
Describe alternatives you've considered
Upgrade the database to at least 11.2 and run replication.
Additional context
Ancient Oracle databases have very complex and redo log format. Code wich works with version 11.2 will not be able to work with older versions. It requires much work.
On the other hand old versions are very very seldom used and for a few database instances it makes not much sense to put a lot of effort in software development.
The text was updated successfully, but these errors were encountered: