Login  Register

Re: START cdc ERROR

Posted by ErmanArslansOracleBlog on Sep 30, 2020; 12:26pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/START-cdc-ERROR-tp8824p8826.html

It tries to open and read an archivelog named dwaredr.
That name dwaredr is weird. It shouldn't be an archivelog/redolog name. I think your app tries to find archivelog with wrong naming.. Probably you have a misconfigured env. Check your app and configure it accordingly.
It uses DBMS_LOGMNR internally. Yes, it should, but probably it supplies wrong archivedlog names to DBMS_LOGMNR..

ORA-01284: file dwaredr cannot be opened
ORA-00308: cannot open archived log 'dwaredr'