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-06184: duplicate object in backup specifier: DF 12

RMAN-06184: duplicate object in backup specifier: DF 12

From: Karl R. <kreitsch_at_zdnetmail.com>
Date: Tue, 02 Nov 1999 05:53:52 -0800
Message-ID: <1415c574.b322171d@usw-ex0102-009.remarq.com>


Hello !

We use Rman to backup our Oracle-Instances on Windows NT, Oracle 8.0.5.0.0. One Instance Full Backup with rman runs without error. With this instance i alwasy get the Rman-error. But there is no help in Documentation, I mailed that the Oracle-Support, but has anybody had this Problem and knows the reason!

/Karl

Recovery Manager: Release 8.0.5.0.0 - Production

RMAN-06005: connected to target database: PDW1 RMAN-06008: connected to recovery catalog database

RMAN> run {
2> allocate channel CH1_PDW1 type disk format 'G:\Oradb\Pdw1\Backup.Hot\INCR\PDW1_bincr0_%u_%s_%p';

3> sql 'alter system switch logfile';
4> backup  incremental level 0
5>    ( database  setsize 4096000  filesperset 64  include current
controlfile );
6> backup  ( archivelog all  delete input  setsize 2048000 );
7> }
8>
RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: ch1_pdw1 RMAN-08500: channel ch1_pdw1: sid=20 devtype=DISK
RMAN-03022: compiling command: sql
RMAN-06162: sql statement: alter system switch logfile
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-03026: error recovery releasing channel resources
RMAN-08031: released channel: ch1_pdw1
RMAN-00569: ================error message stack follows================
RMAN-03002: failure during compilation of command
RMAN-03013: command type: backup
RMAN-06184: duplicate object in backup specifier: DF 12

Recovery Manager complete.
child process exited abnormally
Last Message : The job failed

Received on Tue Nov 02 1999 - 07:53:52 CST

Original text of this message

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