Could not find archived log for sequence 1 thread 2 under default destinations SQL

ERROR   OGG-00446  Oracle GoldenGate Capture for Oracle, extjms2.prm:  Could not find archived log for sequence 1 thread 2 under default destinations SQL <SELECT  name    FROM v$archived_log   WHERE sequence# = :ora_seq_no AND         thread# = :ora_thread AND         resetlogs_id = :ora_resetlog_id AND         archived = ‘YES‘ AND         deleted = ‘NO>, error retrieving redo file name for sequence 1, archived = 1, use_alternate = 0Not able to establish initial position for begin time 2014-11-21 11:08:09.

由于线程2为1的归档日志已经被删除,导致goldengate 抽取进程停止:

解决方法:

1、恢复删除的归档日志,重新启动抽取进程;

RMAN>restore archivelog from logseq 1 until logseq  2;

GGSCI>start extjms2

2、通过v$archived_log查询到下个日志的时间点,重新指定抽取进程的时间点,启动抽取进程;

GGSCI>alter extract extjms2 ,begin 2014-11-20 00:20:15

GGSCI>start extjms2

时间: 2024-10-28 14:10:49

Could not find archived log for sequence 1 thread 2 under default destinations SQL的相关文章

ORA-16038: log 3 sequence# 103 cannot be archived

[size=large]今天在自己机器做了个实验,插入10万条,由于空间少,重启数据库时出现: [size=x-large]SQL> startup ORACLE instance started. Total System Global Area  188743680 bytes Fixed Size                  1218460 bytes Variable Size             167774308 bytes Database Buffers        

ORA-16014: log 2 sequence# 14 错误解决

在执行:ALTER SYSTEM SWITCH LOGFILE:时提示修改成功,但是在ASM硬盘组内归档日志空间则没有相应的归档日志文件,则说明日志切换不成功,然后再通过:SQL> ALTER SYSTEM ARCHIVE LOG CURRENT:修改时则提示如下错误: ERROR at line 1: ORA-16014: log 2 sequence# 14 not archived, no available destinations ORA-00312: online log 2 thr

RMAN-06059: expected archived log not found,ORA-19625

RMAN> backup  database format='/oracle_rman/%d_%s.dbf' plus archivelog; Starting backup at 31-7月 -11 current log archived using target database control file instead of recovery catalog allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=137 devtype

(转)RMAN-06054: media recovery requesting unknown archived log for thread...

转自:http://blog.itpub.net/29800581/viewspace-1307267/ 使用rman执行recover database 的时候出现RMAN-06054的错误提示: RMAN> recover database; Starting recover at 21-OCT-14 using channel ORA_DISK_1 starting media recovery archived log for thread 1 with sequence 1 is al

DG环境RMAN删除归档报错RMAN-08137: archived log not deleted

Oracle 12C DG环境,备库归档目录告警,查看crontab脚本,发现有删除操作,保持两天的,后手动执行,查看具体报错原因: RMAN> delete noprompt expired archivelog all; released channel: ORA_DISK_1allocated channel: ORA_DISK_1channel ORA_DISK_1: SID=5408 device type=DISKspecification does not match any ar

RMAN-06059: expected archived log not found, loss of archived log compromises recoverability ORA-19625: error identifying file /home/Oracle/PROD/1_2_844469007.dbf

rman备份archivelog时出现以下错误: RMAN> backup archivelog all delete input; Starting backup at 14-APR-14 current log archived using channel ORA_DISK_1 using channel ORA_DISK_2 RMAN-00571: =========================================================== RMAN-00569:

【oracle】oracledba14 archived log files

The loss of which two types of files may require a recovery with the RESETLOGS option?(Choose two.) A. control files B. password file C. archived log files D. system-critical data files for which all the redo entries are present E. non-system-critica

rman RMAN-06059: expected archived log not found

用rman备份数据库加上plus archivelog 备份归档日志 报这个错误RMAN-00571: ===========================================================RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============RMAN-00571: ========================================================

【oracle】oracledba15 To uniquely identify the archived log files for each incarnation of the databas

You are using Oracle Database 10g. The log LOG_ARCHIVE_FORMAT pa rameter is set to 'LOG%t_%_s_%r.dbf'. Why is %r used in the file name format? A. To uniquely identify the archived log files with the restore operation. B. To uniquely identify the arch