Adam Leszczyński
Adam Leszczyński
**Is your feature request related to a problem? Please describe.** The experimental feature of binary XMLType support does not work on Oracle 23c **Describe the solution you'd like** Add support...
**Is your feature request related to a problem? Please describe.** For production databases it happens that older redo log files are copied to some remote disk location like NFS. Such...
The current implementation does not use memory buffers to allocate LOB data. Instead heap pool is used. This leads to a situation that the total memory usage can not be...
**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...
**Is your feature request related to a problem? Please describe.** In some environments it is not possible to provide external access to database redo log files. Running OpenLogReplicator on the...
**Is your feature request related to a problem? Please describe.** When the source database contains transactions which include INSERT /*+APPEND*/ they are ignored by OpenLogReplicator. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** If you have a very big transaction bigger than amount of memory the program would fail with out of memory....
**Is your feature request related to a problem? Please describe.** When the source database contains a long running transaction (like for 24h+) the recovery after restart takes very long and...