OpenLogReplicator icon indicating copy to clipboard operation
OpenLogReplicator copied to clipboard

Open Source Oracle database CDC

Results 44 OpenLogReplicator issues
Sort by recently updated
recently updated
newest added

**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...

bug

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" },...

bug
reproduction missing

**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...

bug
reproduction missing

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...

bug
reproduction missing

**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...

enhancement
Low priority

**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...

enhancement

DDL's longer than 4k are truncated in the output.

bug

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...

enhancement
Low priority

**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...

enhancement

**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...

enhancement