cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle error

sjm
Level 2
Hi
Im getting this error when i try to backup oracle
 
Recovery Manager: Release 10.2.0.3.0 - Production on Þri Feb 26 22:02:04 2008

Copyright (c) 1982, 2005, Oracle. All rights reserved.


# -----------------------------------------------------------------
# RMAN command section
# -----------------------------------------------------------------

RUN {
ALLOCATE CHANNEL ch0
TYPE 'SBT_TAPE';
SEND 'BSA_SERVICE_HOST=10.100.10.10,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={B4E28A48-FBEE-4914-9032-19AB3E302292},NBBSA_DB_DEVICE_NAME=Oracle-Win::\\stykki2.hgsh.is\orcl';
BACKUP
INCREMENTAL LEVEL=0
FORMAT 'BE_U'
DATABASE FORCE PLUS ARCHIVELOG FORCE;
BACKUP CURRENT CONTROLFILE
FORMAT 'BE_U';

RELEASE CHANNEL ch0;
}

connected to target database: ORCL (DBID=1174914313)

using target database control file instead of recovery catalog
allocated channel: ch0
channel ch0: sid=129 devtype=SBT_TAPE
channel ch0: Symantec/BackupExec/1.1.0

sent command to channel: ch0


Starting backup at 26.02.2008
current log archived
channel ch0: starting archive log backupset
channel ch0: specifying archive log(s) in backup set
input archive log thread=1 sequence=33 recid=1 stamp=647561987
input archive log thread=1 sequence=34 recid=2 stamp=647609905
input archive log thread=1 sequence=35 recid=3 stamp=647647206
input archive log thread=1 sequence=36 recid=4 stamp=647661301
input archive log thread=1 sequence=37 recid=5 stamp=647691647
input archive log thread=1 sequence=38 recid=6 stamp=647691855
input archive log thread=1 sequence=39 recid=7 stamp=647692001
input archive log thread=1 sequence=40 recid=8 stamp=647692181
input archive log thread=1 sequence=41 recid=9 stamp=647692256
input archive log thread=1 sequence=42 recid=10 stamp=647692449
input archive log thread=1 sequence=43 recid=11 stamp=647692544
input archive log thread=1 sequence=44 recid=12 stamp=647692967
input archive log thread=1 sequence=45 recid=13 stamp=647693259
input archive log thread=1 sequence=46 recid=14 stamp=647693619
input archive log thread=1 sequence=47 recid=15 stamp=647718437
input archive log thread=1 sequence=48 recid=16 stamp=647718546
input archive log thread=1 sequence=49 recid=17 stamp=647718696
input archive log thread=1 sequence=50 recid=18 stamp=647719404
input archive log thread=1 sequence=51 recid=19 stamp=647719635
input archive log thread=1 sequence=52 recid=20 stamp=647719905
input archive log thread=1 sequence=53 recid=21 stamp=647719987
input archive log thread=1 sequence=54 recid=22 stamp=647720634
input archive log thread=1 sequence=55 recid=23 stamp=647721135
input archive log thread=1 sequence=56 recid=24 stamp=647721745
input archive log thread=1 sequence=57 recid=25 stamp=647722222
input archive log thread=1 sequence=58 recid=26 stamp=647733726
channel ch0: starting piece 1 at 26.02.2008
released channel: ch0
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 02/26/2008 22:02:10
ORA-19506: failed to create sequential file, name="BE_0mj9n8ev_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text:
BEError(0xe0001402) This server name is not in the list of authentication credentials on the media server. Enter the server name and its logon account on the media server. Server names in the authentication list are case-sensitive. Then, retry the operation.



Recovery Manager complete.
0 REPLIES 0