Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rman backup errors

user-lfyz8Feb 23 2023

Hello, i am trying a kind of challenging task using rman to backup my database on an azure fileshare, i have mounted the fileshare on my windows server and have the right unc path

RMAN> BACKUP AS COMPRESSED BACKUPSET DATABASE FORMAT '\\oracbkup1cos.file.core.windows.net/?sv=2021-06-08&ss=bfqt&srt\Z:\TEST\RMAN_BACKUP\PROD_comp_%d_ lvl0_%U' TAG "dailyfull_db_lvl0_bkp" INCLUDE CURRENT CONTROLFILE;

the backup starts but the i have the following error :

Starting backup at 23-FEB-23
using channel ORA_DISK_1
channel ORA_DISK_1: starting compressed full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00001 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\SYSTEM01.DBF
input datafile file number=00003 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\SYSAUX01.DBF
input datafile file number=00004 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\UNDOTBS01.DBF
input datafile file number=00007 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\USERS01.DBF
channel ORA_DISK_1: starting piece 1 at 23-FEB-23
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/23/2023 14:56:20
ORA-09314: sltln: error translating logical name
OSD-04501: internal buffer overflow
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting compressed full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00010 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\ORCLPDB\SYSAUX01.DBF
input datafile file number=00009 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\ORCLPDB\SYSTEM01.DBF
input datafile file number=00011 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\ORCLPDB\UNDOTBS01.DBF
input datafile file number=00012 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\ORCLPDB\USERS01.DBF
channel ORA_DISK_1: starting piece 1 at 23-FEB-23
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/23/2023 14:56:20
ORA-09314: sltln: error translating logical name
OSD-04501: internal buffer overflow
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting compressed full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
input datafile file number=00006 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\PDBSEED\SYSAUX01.DBF
input datafile file number=00005 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\PDBSEED\SYSTEM01.DBF
input datafile file number=00008 name=C:\USERS\APP\ORACLE\ORADATA\ORCL\PDBSEED\UNDOTBS01.DBF
channel ORA_DISK_1: starting piece 1 at 23-FEB-23
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/23/2023 14:56:20
ORA-09314: sltln: error translating logical name
OSD-04501: internal buffer overflow
continuing other job steps, job failed will not be re-run
channel ORA_DISK_1: starting compressed full datafile backup set
channel ORA_DISK_1: specifying datafile(s) in backup set
including current control file in backup set
channel ORA_DISK_1: starting piece 1 at 23-FEB-23
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 02/23/2023 14:56:21
ORA-09314: sltln: error translating logical name
OSD-04501: internal buffer overflow

and i cant seem to find out why

charles

Comments
Post Details
Added on Feb 23 2023
2 comments
467 views