Thanks akhil...:)...i will surely test it..
Printable View
Thanks akhil...:)...i will surely test it..
Why are you concerned about registering a single archive log file?You should be concerned about the backup as a whole, and then if you have a good backup you can restore that anywhere. In case you weren't aware you can backup archive log files directly with the rest of you backup.
run {
SET COMMAND ID TO '${CURR_TIME}';
backup as compressed backupset database
format '${BACKUPDIR}/%d_%Y_%M_%D_%t_%s_%c_%p'
tag '${HOSTNAME}'
include current controlfile
plus archivelog;
}
Well Gandolf thanks for posting the reply...
But you are not getting my question...The answer given by mahajanakhil in the previous reply is the one which is was looking for....
Thanks again for your reply and valuable time...
Cheers