Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> URGENT: RMAN/Legato Saveset error

URGENT: RMAN/Legato Saveset error

From: RGatlng <ryan_gatling_at_yahoo.com>
Date: 19 May 2004 20:28:30 -0700
Message-ID: <ad60e198.0405191928.21a73762@posting.google.com>


We are running Oracle 8.1.7 and Sun StorEdge(TM) Enterprise Backup 7.0. I followed the direction from the Legato guide and created a client/RMAN script to backup a remote database. The script works fine when executed manually (on the remote client). However - when the StorEdge scheduler (on the server) executes the script, all files are saved with the filename of the RMAN script instead of the format specified in the RMAN script...

Recovery Manager: Release 8.1.7.4.0 - Production

RMAN> connect target xxxxxxxx/xxxxxxxx_at_xxxxxxxx;

2> connect rcvcat rman/xxxxxxxx_at_xxxxxxxx;
3>
4> run {
5>
6>   set command id to 'SYS2-Arch';
7>
8>   allocate channel t1 type 'sbt_tape' parms
'ENV=(NSR_DATA_VOLUME_POOL=DAILY)';
9>
10> sql "alter system archive log current"; 11> backup filesperset 1 format 'Al<%d_%s:%t:%p>.arch' (archivelog all delete input);
12>
13>   release channel t1;
14> }
15>


any ideas??? Received on Wed May 19 2004 - 22:28:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US