OpenLogReplicator
OpenLogReplicator copied to clipboard
Open Source Oracle database CDC
**A brief description of the bug.** In my case, I run openlog replicator in batch mode for each of archived redo logs. Openlog replicator would produce new chkpt-scnxxx.json file and...
Running script: { "version": "1.4.0", "trace": 0, "source": [ { "alias": "S1", "name": "O112A", "reader": { "type": "online", "user": "olruser", "password": "olruser2023_#", "server": "//xxx.xxx.xxx.xxx:1521/DBCENTER" }, "format": { "type": "json" },...
**Table desc:** ``` SQL> desc abcd Name Null? Type -------- -------- ------------- ID NOT NULL NUMBER(38) NAME VARCHAR2(80) IMAG BLOB DESCR CLOB ``` **Insert statement:** ``` SQL> insert into abcd...
I start the task in online mode to recover from a checkpoint, and there are many archived log files missing in between. After starting, it keeps querying the database for...
**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...