Subject: Re: Data Guard Delete Applied ArcLogs 2007-10-31 - By JApplewhite@(protected)
Back Thanks to everyone. I decided to do something like what I used to do with my 8i Standby - create and run a shell script every hour using the following (called from a cron'd shell script). I know it'll produce error messages for the logs already removed, but those get directed to /dev/null. -- ---- ---- ---- ---- ---- ---- --- Set PageSize 0 Set Time Off Set Timing Off Set Feedback Off
Connect / As SysDBA
Spool rm_applied_arclogs_run.sh
Select 'rm ' || Name
|
|