Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RMAN: Tag + current date

The_RockAug 6 2008 — edited Nov 7 2008
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2008
Added on Aug 6 2008
17 comments
10,046 views