The following error occurs running LogMiner:
Runtime error occurred: 01284
(ORA-01284: file C:\...archivelog\...ARC cannot be opened
ORA-00308: cannot open archived log 'C:\...\archivelog\...ARC'
ORA-27041: unable to open file
OSD-0400)
The background code that causes this error is:
Begin
SYS.DBMS_LOGMNR.ADD_LOGFILE(
'C:\Entrada_Grandes\Metalink\NewLogMiner\archivelog\ARCHIVE_69815_001.ARC', sys.dbms_logmnr.New);
end;
This is an issue with the Oracle database.
Re-start the database in mode Archivelog and ensure the Archivelog file exists. In LogMiner, select "Browse in redo log directory" option and manually go to the location of Archivelog file.
Refer to Oracle Metalink for more information on this error.