Networker

[Networker] Did you use auxiliary database for recovr ?

2005-04-06 01:37:28
Subject: [Networker] Did you use auxiliary database for recovr ?
From: darings <snoop AT BECSOLUTIONS DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Wed, 6 Apr 2005 01:28:04 -0400
>From use Auxiliary Database for Oracle i'm testing oracle recover.
Do you have experience about auxiliary database ?
I have two instance of oracle . that is targetDB and newduplication
the database is registered in rman catalog.
For recover it in newduplication. the follow command is used

connect target sys/***@targetDB
connect rcvcat rman01/rman01@rman
connect auxiliary sys/***@newduplication
run {
     allocate channel ch1 device type sbt;
     duplicate target database to newdupliation;
     release ch1;
    }


This run scripts is showed in Oracle Auxiliary Database!
But This script can't execute good job. Why ?
Do you know the reason ? help me..

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listserv.temple DOT edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
also view and post messages to the list. Questions regarding this list
should be sent to stan AT temple DOT edu
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>