Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> URGENT: RMAN/Legato Saveset error
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)';
12> 13> release channel t1; 14> } 15>
any ideas??? Received on Wed May 19 2004 - 22:28:30 CDT
![]() |
![]() |