GoldenGate, Streams and Distributed Database (MOSC)

MOSC Banner

RMAN Oracle Streams

edited Jan 25, 2013 12:40AM in GoldenGate, Streams and Distributed Database (MOSC) 3 commentsAnswered
Hi,

I have the following warning in the stream Health Report:

WARNING: There are 1210 archived logs ready to be purged from disk.
+ Use the following select to identify unneeded logfiles:
+ select name from dba_registered_archived_log where purgeable = "YES"
PL/SQL procedure successfully completed.

I am using RMAN for backing my database.

Script:

---------------

backup database plus archivelog;
backup archivelog all not backed up delete all input;

crosscheck backup;
delete obsolete;

 ----------

The archive logs is growing continuously.

How I could remove those unneeded archive logs?

Thanks.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center