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

Home -> Community -> Usenet -> c.d.o.server -> RMAN-03026, ORA-27192, ...

RMAN-03026, ORA-27192, ...

From: Hannes Schuhboeck <schuhb_at_gmx.at>
Date: 18 Apr 2002 01:00:35 -0700
Message-ID: <3091b698.0204180000.3c2d5c57@posting.google.com>


Has anyone experienced this problem?

TSM says:
04/17/02 17:51:27 ANE4993E (Session: 28709, Node: CMS_WAS) TDP Oracle AIX

                       ANS02041 TDP for Oracle: (19224): =>(CMS_WAS)
ANS0238E
                      (RC2041) The sequence of calls is invalid.



RMAN-Script

RMAN> run {
2> set duplex=2;
3> allocate channel t1 type 'SBT_TAPE' PARMS 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin/tdpo.DWH.opt)'; 4> sql 'alter system archive log current'; 5> backup filesperset 50 format 'ARCH_cmsaps01_%d_%s_%p_%c' (archivelog all skip inaccessible delete input);

6> backup format 'CTRL_cmsaps01_%d_%s_%p_%c' (current controlfile);
7> release channel t1;
8> }

RMAN-03022: compiling command: set
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: t1
RMAN-08500: channel t1: sid=11 devtype=SBT_TAPE
RMAN-08526: channel t1: Tivoli Data Protection for Oracle: version
2.2.0.0
RMAN-03022: compiling command: sql
RMAN-06162: sql statement: alter system archive log current
RMAN-03023: executing command: sql

RMAN-03022: compiling command: backup
RMAN-03025: performing implicit partial resync of recovery catalog
RMAN-03023: executing command: partial resync
RMAN-08003: starting partial resync of recovery catalog
RMAN-08005: partial resync complete
RMAN-03023: executing command: backup
RMAN-08009: channel t1: starting archivelog backupset
RMAN-08502: set_count=64 set_stamp=459509335 creation_time=18-APR-02
RMAN-08014: channel t1: specifying archivelog(s) in backup set RMAN-08504: input archivelog thread=1 sequence=1111 recid=394 stamp=459509334
RMAN-08095: channel t1: piece 1 created with 2 copies RMAN-08503: piece handle=ARCH_cmsaps01_DWH_64_1_1 comment=API Version 2.0,MMS Version 2.2.0.0
RMAN-08503: piece handle=ARCH_cmsaps01_DWH_64_1_2 comment=API Version 2.0,MMS Version 2.2.0.0
RMAN-08525: backup set complete, elapsed time: 00:01:49
RMAN-08071: channel t1: deleting archivelog(s)
RMAN-08514: archivelog filename=/oracle/DWH/archlogs/DWHarch1_1111.dbf
recid=394 stamp=459509334
RMAN-03023: executing command: partial resync
RMAN-08003: starting partial resync of recovery catalog
RMAN-08005: partial resync complete

RMAN-03022: compiling command: backup
RMAN-03023: executing command: backup
RMAN-08008: channel t1: starting full datafile backupset
RMAN-08502: set_count=65 set_stamp=459509445 creation_time=18-APR-02
RMAN-08010: channel t1: specifying datafile(s) in backupset
RMAN-08011: including current controlfile in backupset
RMAN-03026: error recovery releasing channel resources
RMAN-08031: released channel: t1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS

RMAN-00571: ===========================================================
RMAN-03006: non-retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel t1 RMAN-10035: exception raised in RPC: ORA-27192: skgfcls: sbtclose2 returned error - failed to close file
RMAN-10031: ORA-19583 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE RMAN> Received on Thu Apr 18 2002 - 03:00:35 CDT

Original text of this message

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