RMAN 03009 ORA 03113 error on backup to S3 [message #590531] |
Fri, 19 July 2013 02:34 |
|
mcdowells
Messages: 3 Registered: June 2013 Location: USA
|
Junior Member |
|
|
I am running Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
I ran the following commands in RMAN:
RMAN>
connect target /
CONFIGURE COMPRESSION ALGORITHM 'MEDIUM' ;
set encryption identified by 'xxxx' only;
run {
allocate channel ch1 type 'SBT_TAPE' PARMS 'SBT_LIBRARY=/opt/app/oracle/ProxyConfig/lib/libosbws12.so ENV=(OSB_WS_PFILE=/opt/app/oracle/ProxyConfig/lib/s3-backup-config)';
backup as compressed backupset archivelog sequence between 6003 and 6004 filesperset 2 section size 1G format '%d_archivelog_t%t_s%s_p%p_S3_wap-holding-6077.iad6_4_NOSESKEY';
}
RMAN>
I get the follwing error:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ch1 channel at 07/19/2013 06:57:4
ORA-03113: end-of-file on communication channel
Contents of alert.log
Dump continued from file: /dumps-01/diag/rdbms/thibault_a/thibault/trace/thibault_ora_5190.trc
ORA-07445: exception encountered: core dump [kbhscaCheckLicense()+408] [SIGSEGV] [ADDR:0x0] [PC:0x2B48F3DF6CE8] [Address not mapped to object
] []
========= Dump for incident 20991 (ORA 7445 [kbhscaCheckLicense()+408]) ========
----- Beginning of Customized Incident Dump(s) -----
Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x0] [PC:0x2B48F3DF6CE8, kbhscaCheckLicense()+408] [flags: 0x0, count: 1]
|
|
|
|
|
|