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
in the Client's /nsr/applogs/rman.log file:
==============================
:
:
RMAN-08031: released channel: t1
RMAN-00569: ================error message stack follows================
RMAN-03099: job cancelled at user request
RMAN-10035: exception raised in RPC: ORA-01013: user requested cancel
of current operation
RMAN-10031: ORA-1013 occurred during call to
DBMS_BACKUP_RESTORE.DELETEARCHIVEDLOG
:
:
==============================
The actual archiving script is as follows:
==============================
connect target rman/rman@wdba ;
connect rcvcat rman/rman@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 ;
}
==============================
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.