View Issue Details

IDProjectCategoryView StatusLast Update
0004972SymmetricDS ProImprovementpublic2021-05-28 20:40
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.0 
Target Version3.12.10Fixed in Version3.12.10 
Summary0004972: Oracle log miner remove deprecated CONTINUOUS_MINE for Oracle 19c
DescriptionOracle log miner is using a deprecated CONTINUOUS_MINE option. The option was removed with Oracle 19c.

To work around it:
- Get a list of log files: SELECT distinct member FROM V$LOGFILE;
- Add a logfile manually with dbms_logmnr.add_logfile for each logfile.
- Remove a logfile manually with dbms_logmnr.remove_logfile for each logfile that is processed.
- Remove SYS.DBMS_LOGMNR.CONTINUOUS_MINE from the code.
Tagslog miner

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-29 19:12 elong New Issue
2021-04-29 19:12 elong Status new => assigned
2021-04-29 19:12 elong Assigned To => elong
2021-04-29 19:12 elong Tag Attached: log-miner
2021-05-03 12:22 elong Summary Oracle log miner remove deprecated CONTINUOUS_MINE => Oracle log miner remove deprecated CONTINUOUS_MINE for Oracle 19c
2021-05-03 12:25 elong Status assigned => resolved
2021-05-03 12:25 elong Resolution open => fixed
2021-05-03 12:25 elong Fixed in Version => 3.12.10
2021-05-28 20:40 admin Status resolved => closed
2022-08-09 17:57 admin Tag Renamed log-miner => log miner