RMAN: Tag + current date
I have created a RMAN backup script file, I m facing a problem in applying tags, I need to add a current date with with tag. Is that possible.
I m working in windows environment. Below is my script.
===========================
backup database tag = 'db_backup%CURRENTDATE%' plus archivelog TAG = 'ARCHIVE_BACK%CURRENTDATE%';
exit;
===========================
Regards,
Rakesh Soni.