Archiving Oracle Archived Logs via RMAN with Legato

From: manaloe <manaloe_at_my-deja.com>
Date: 2000/07/07
Message-ID: <8k5g5f$6as$1_at_nnrp1.deja.com>#1/1


[Quoted] Hi, there ...

[Quoted] We are using Legato Networker 5.5.1 to backup our Oracle DB and Archived Logs via RMAN and we are getting the following error messages [Quoted] in the Client's /nsr/applogs/rman.log file:



:
:
[Quoted] RMAN-08031: released channel: t1
RMAN-00569: ================error message stack follows================
[Quoted] RMAN-03099: job cancelled at user request
[Quoted] RMAN-10035: exception raised in RPC: ORA-01013: user requested cancel
of current operation
[Quoted] RMAN-10031: ORA-1013 occurred during call to DBMS_BACKUP_RESTORE.DELETEARCHIVEDLOG
:
:

[Quoted] [Quoted] The actual archiving script is as follows:



connect target rman/rman_at_wdba ;
[Quoted] [Quoted] connect rcvcat rman/rman_at_dorecover ;

run {

        set command id to "ARC" ;
        allocate channel t1 type 'SBT_TAPE'
        parms 'ENV=(NSR_SERVER=sun-ph-server)';
        sql "alter system archive log current" ;

        backup
        (archivelog all
        format '%d_%u'
          delete input) ;

        release channel t1 ;

  }

[Quoted] [Quoted] Has anyone seen this before? What could be wrong here?

Thanks a lot for the information.

--
Edwin M. Manalo
CCSC
UNIX Systems Administrator


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Jul 07 2000 - 00:00:00 CEST

Original text of this message