rman crosscheck archivelog all command fails on standby database
All,
We have Oracle 11.2.0.3 running on Windows 2008 r2 servers.
We have a primary database prd2700 on server-a
we have its standby database sb2700 on server-b
the two databases are in sync fine but the daily job I run to cleanup old archive logs on the standby server is having issues. cleanup of logs works ok but rman crosscheck command fails.
this worked in the past but broke awhile back and I cannot figure out what wrong:
I delete the archive logs and try and cleanup rman with below batch file:
forfiles -p "D:\oracle\oradata\PRD2700\archive" -s -m *.ARC* -d -3 -c "cmd /c del