|
-
Can I do 2+ database backup's in one RMAN session?
Platform RedHat 3/SuSe 8
Ver 9.2
I want to backup multiple databases on one allocated "channel". Is this possible?
Example script:
CONNECT TARGET sys/pwd@DB1;
run {
allocate channel t1 type 'sbt_tape';
backup database format '/oracle/backup/DB1/%u';
}
CONNECT TARGET sys/pwd@DB2;
run {
backup database format '/oracle/backup/DB2/%u';
release channel t1;
}
exit;
Last edited by KenEwald; 03-22-2004 at 11:34 AM.
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
|