Friday, July 30, 2010
Basic RMAN Script
configure controlfile autobackup on;
run {
shutdown immediate;
startup mount;
configure retention policy to redundancy 2;
backup full database tag "
_FULL";
configure retention policy to redundancy 1;
delete noprompt obsolete;
alter database open;
}
list backup;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment