Networker

Re: [Networker] Did you use auxiliary database for recovr ?

2005-04-06 11:05:24
Subject: Re: [Networker] Did you use auxiliary database for recovr ?
From: Shannon Ward <sward AT RACKSPACE DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Wed, 6 Apr 2005 08:02:44 -0700
If you don't have Oracle Enterprise edition, database duplication via
RMAN is not possible as only one channel can be allocated at a time.  If
you do have Oracle Enterprise edition, you'll need to send your NSR
arguments.

connect target sys/***@targetDB
connect rcvcat rman01/rman01@rman
connect auxiliary sys/***@newduplication
run {
   allocate channel c1 type 'SBT_TAPE'
   send 'NSR_ENV=(NSR_SERVER=$NWSERVER,NSR_DATA_VOLUME_POOL=$POOL)';
   duplicate target database to newdupliation;
   release ch1;
}

--Shannon Ward

-----Original Message-----
From: Legato NetWorker discussion [mailto:NETWORKER AT LISTSERV.TEMPLE DOT EDU]
On Behalf Of darings
Sent: Wednesday, April 06, 2005 12:28 AM
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Subject: [Networker] Did you use auxiliary database for recovr ?

>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
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

--
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>