|
-
I am not sure on which environment you are. If you are on UNIX you can use following.
export this at very start of your unix script
export TAG_0 =LEVEL0_`date`
you can see man date and can use option like `date +%d or +%m`
and in run block give follwing
RMAN> run {
2> backup as compressed backupset database tag '$TAG_0';
3> backup archivelog all delete all input tag ''$TAG_0';
4> }
Rgds
Parag
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|