--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/c078d9d6-2428-44ab-9275-1ad486a9f156n%40googlegroups.com.
SELECT DEST_ID, DEST_NAME
FROM V$ARCHIVE_DEST_STATUS
WHERE TYPE = 'LOCAL'
AND STATUS = 'VALID'
SELECT THREAD#, SEQUENCE#, FIRST_CHANGE#, NEXT_CHANGE#, BLOCKS,Have the DBA determine the log sequence number of the filename in the error below, and check the values of the above query's columns for that redo thread & log sequence number. If the STATUS is `A` but the file does not exist in the specified file path shown below in the error, then its because the log metadata is out of sync. But given we're looking at this some days later, it's also possible the DBA may have fixed htis since then, too fwiw.
BLOCK_SIZE, CREATOR, REGISTRAR, ARCHIVED, COMPLETION_TIME,
STATUS, ARCHIVAL_THREAD#
FROM V$ARCHIVED_LOG
Hi,
So, that means it is not possible to change the settings in the source connector to resolve this, correct? It must be changed on the database side?
Best regards,Vitor Pereira
--A sexta-feira, 6 de março de 2026 à(s) 15:39:28 UTC, Chris Cranford escreveu:
Hi, this is the classic situation where Debezium needs to read a log file, the V$ARCHIVED_LOG table indicates the log exists, we interact with LogMiner, and when the file is read off disk, LogMiner discovers that it is no longer on the file system. This could be because it was deleted, permissions, or the mount volume isn't available.
-cc
On 3/6/26 9:37 AM, Vitor Pereira wrote:
Hi,
Hope you're doing well.
Recently, I've been having the same issue: ORA-00308: cannot open archived log 'H:\\DBS\\DEV\\ARCHIVE\\DEV_T1R904240267_S456820'\nORA-27041: unable to open fileThe error occurs in a database that is not pdb. I spoke to my DBA and both databases have the same settings, as do both connectors.
Do you have any idea what is happening here?
Best regards,Vitor Pereira--
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/c078d9d6-2428-44ab-9275-1ad486a9f156n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "debezium" group.
To unsubscribe from this group and stop receiving emails from it, send an email to debezium+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/debezium/ad115848-7f3c-4d72-953c-2fc615a80c93n%40googlegroups.com.