If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > how to make rman backup two copies same time

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-08-03, 09:32
kevin.zhang kevin.zhang is offline
Registered User
 
Join Date: Jan 2003
Posts: 1
how to make rman backup two copies same time

I got following enviroments:

The customer already has a Legato backup (written to tape),now I need to make rman backup write to disk(not to replace tape,just as extra backup way),and transfer disk backups to remote place.



for avoiding control file inconsistent,I need to backup once,produce two backup data (one into tape and another into disk)at same time.



Can I use :

...
...
allocate channel d1 type disk;
allocate channel t1 type sbt_tape;
...



to produce two backup data at same time.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On