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 -> error with RMAN

error with RMAN

From: Cracco Jean-François <jean-francois.cracco_at_sncf.fr>
Date: Mon, 16 Oct 2000 14:03:23 +0200
Message-ID: <8ser8s$74r$1@muguet.sncf.fr>

Hello,
I have the following scrpit for backup my database run {
execute script alloc_netw1_channel;
set maxcorrupt for datafile 1,2,3 to 0;
backup full format 'ETEC_full_%t_%s_%p' database include current controlfile;
}
when it run i have the following result : RMAN-03021: executing script: alloc_netw1_channel

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: netw1
RMAN-08500: channel netw1: sid=32 devtype=SBT_TAPE

RMAN-03022: compiling command: set limit RMAN-03023: executing command: set limit

RMAN-03022: compiling command: set

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-08008: channel netw1: starting datafile backupset
RMAN-08502: set_count=7 set_stamp=411141203
RMAN-08010: channel netw1: including datafile 5 in backupset
RMAN-08010: channel netw1: including datafile 6 in backupset
RMAN-08010: channel netw1: including datafile 1 in backupset
RMAN-08011: channel netw1: including current controlfile in backupset
RMAN-08010: channel netw1: including datafile 2 in backupset
RMAN-08010: channel netw1: including datafile 7 in backupset
RMAN-08010: channel netw1: including datafile 3 in backupset
RMAN-08010: channel netw1: including datafile 4 in backupset
RMAN-00569: ================error message stack follows================
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel netw1
RMAN-10032: unhandled exception during execution of job step 1: ORA-06512:
at line 234
RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry possible
ORA-19506: failed to create sequential file, name="ETEC_full_411141203_7_1", parms=""
ORA-27006: sbtremove returned error
Additional information: 7086
Additional information: 1
ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408 RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE I have a SunOS 5.6
i use Networker 5.5.1 on a NT server 4 SP 5 i use ORACLE 8.0.5
what does mean this error? Received on Mon Oct 16 2000 - 07:03:23 CDT

Original text of this message

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