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 -> Re: URGENT: RMAN/Legato Saveset error

Re: URGENT: RMAN/Legato Saveset error

From: s.kapitza <skapitza_at_volcanomail.com>
Date: 20 May 2004 06:49:12 -0700
Message-ID: <26703915.0405200549.674fef5e@posting.google.com>


ryan_gatling_at_yahoo.com (RGatlng) wrote in message news:<ad60e198.0405191928.21a73762_at_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???

Is [nsrnmo.sh (Unix) | nsrnmo.bat (win32)] configured and placed as backup command in the client resource ?

regards

s.Kapitza Received on Thu May 20 2004 - 08:49:12 CDT

Original text of this message

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