Hi.
We duplicate our Oracle Databases to test restores and it works great. How do I make NW use my clones volumes instead? I'd prefer not to mark all volumes "suspect".
I tried :
run {
allocate auxiliary channel a1 type 'sbt_tape' parms 'ENV=(NSR_SERVER=XXX,NSR_CLIENT=YYY,NSR_DATA_VOLUME_POOL=Offsite Oracle)';
allocate channel t1 type 'sbt_tape' parms 'ENV=(NSR_SERVER=XXX,NSR_CLIENT=YYY,NSR_DATA_VOLUME_POOL=Offsite Oracle)';
set until sequence 85413 thread 2;
duplicate target database to mydb nofilenamecheck;
}
This seems to still pull from the main oracle pool and not the offsite one in the allocate command.
Do I need to do anything else?
Anyone else succeed in this?
-john
We duplicate our Oracle Databases to test restores and it works great. How do I make NW use my clones volumes instead? I'd prefer not to mark all volumes "suspect".
I tried :
run {
allocate auxiliary channel a1 type 'sbt_tape' parms 'ENV=(NSR_SERVER=XXX,NSR_CLIENT=YYY,NSR_DATA_VOLUME_POOL=Offsite Oracle)';
allocate channel t1 type 'sbt_tape' parms 'ENV=(NSR_SERVER=XXX,NSR_CLIENT=YYY,NSR_DATA_VOLUME_POOL=Offsite Oracle)';
set until sequence 85413 thread 2;
duplicate target database to mydb nofilenamecheck;
}
This seems to still pull from the main oracle pool and not the offsite one in the allocate command.
Do I need to do anything else?
Anyone else succeed in this?
-john