Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

OGG-02870 missing log file waiting for redo

user10126973Oct 12 2024

Hello All,

I am getting the follwoing error for my OGG downstream setup.

ogg-02870 oracle goldengate capture for oracle extract missing log file waiting for redo file na thread 1 sequence 0 scn not available

I have used the follwoing step for downstream

source DB

=================
ALTER SYSTEM SET LOG_ARCHIVE_DEST_2='SERVICE=MINEDB ASYNC NOREGISTER VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=MINEDB';
ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_2=ENABLE;
ALTER SYSTEM SET LOG_ARCHIVE_CONFIG='DG_CONFIG=(PROD,MINEDB)';

Downstreams
=======================
ALTER SYSTEM SET LOG_ARCHIVE_DEST_2='LOCATION=/u01/oradata/minedb/arch_remote VALID_FOR=(STANDBY_LOGFILE,PRIMARY_ROLE);
ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_2=ENABLE;
ALTER SYSTEM SET LOG_ARCHIVE_CONFIG='DG_CONFIG=(PROD,MINEDB)';

Parameter file
===================
EXTRACT myext
USERID ggate@prod, PASSWORD ggate
TRANLOGOPTIONS MININGUSER ggate@minedb MININGPASSWORD ggate
TRANLOGOPTIONS INTEGRATEDPARAMS (downstream_real_time_mine Y)
EXTTRAIL /u01/app/oracle/product/gg19c/dirdat/ic
TABLE scott.emp;

Please share your thoughts how to reslove this iisue.

I deleted multiple times extract still I am getting an error;

Regards,

DR

Comments

chonewell Nov 12 2024

My Oracle Cloud tenant, cloud account, and secure email have no issues. Why haven't I received my password reset email for Oracle Cloud? This is very strange, and our attempts have not been able to solve the problem. May I ask who I should turn to for help?

L. Fernigrini Nov 12 2024

If your account is a paid one, open a Support ticket.

If it is a Free Tier then you will have to rely on help from the community. Most probable cause that you did not receive the password reset email is that your account has been stolen and the email has been changed.

chonewell Nov 13 2024

Thank you for your reply!
But when I chatted with the online customer service, they told me that my Oracle Cloud tenant, account, and email were all fine. So, there shouldn't be a problem of theft.
I have a free account, but who can I contact on the forum? I can only post, but no one on the forum can view my account permissions, right. I am currently trying to reset MFA, I don't know if it works.
It's quite ridiculous that I have a free account and can't enjoy any services, but how can I become a paid user if I can't log in to my account.

1 - 3

Post Details

Added on Oct 12 2024
0 comments
169 views