Database Backup and Recovery (MOSC)

MOSC Banner

automatically copy archive logs from ASM to local

edited May 5, 2016 12:11PM in Database Backup and Recovery (MOSC) 5 commentsAnswered ✓

I want every day automatically copy archive logs from ASM to local to apply them recovey server.

now i every day copy them with script like :

for i in $(asmcmd ls +FRA/CDB/ARCHIVELOG/2016_05_03); do asmcmd cp +FRA/CDB/ARCHIVELOG/2016_05_03/$i /home/oracle/backup/rman/archivelogs/2016_05_03; done

But i want create some cron job or scheduler and do this job  automatically every day.

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