cancel
Showing results for 
Search instead for 
Did you mean: 

Full Online + Log endes with errors

Former Member
0 Kudos

Hi!

I am facing with the following error after the planing and executing the online backup + redologs with function -sd from tcode DB13.

All the files will be copied to backup server, but then I get the following error:

BR0530I Cataloging backups of all database files...

+BR0278E Command output of 'D:oracleGE6102BIN man nocatalog':+

+ORA-19625: error identifying file

172.164.155.74BACKUP2GE6BEAFCZPISR3.DATA1+

ORA-27041: unable to open file

OSD-04002: unable to open file

O/S-Error: (OS 5) Access is denied.

RMAN>

Recovery Manager complete.

BR0280I BRBACKUP time stamp: 2009-03-25 21.17.31

+BR0279E Return code from 'D:oracleGE6102BIN man nocatalog': 1+

BR0536E RMAN call for database instance GE6 failed

BR0280I BRBACKUP time stamp: 2009-03-25 21.17.31

BR0532E Cataloging backups of all database files failed

What is wrong here and how can I solve this problem?

Thank you very much!

Jürgen

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor

Hello Jürgen,

please check this thread (especially the reply of Michael Braunstein):

Regards

Stefan

Former Member
0 Kudos

Hi!

I think my problem is that this backup option is supported by RMAN.

I try the other option.

Thank you!

regards

Answers (1)

Answers (1)

lbreddemann
Active Contributor
0 Kudos

> I am facing with the following error after the planing and executing the online backup + redologs with function -sd from tcode DB13.

> All the files will be copied to backup server, but then I get the following error:

>

> BR0530I Cataloging backups of all database files...

> BR0278E Command output of 'D:\oracle\GE6\102\BIN\rman nocatalog':

>

> ORA-19625: error identifying file
172.164.155.74\BACKUP2\GE6\BEAFCZPI\SR3.DATA1

> ORA-27041: unable to open file

> OSD-04002: unable to open file

> O/S-Error: (OS 5) Access is denied.

Hi there,

looks like that you try to backup to a Windows share and run into permission problems.

Make sure that the user running the Oracle-Process has full permissions on the target folder/share.

best regards,

Lars