cancel
Showing results for 
Search instead for 
Did you mean: 

BR0252W Function remove() failed

Former Member
0 Kudos

Hi everyone,

I've been having problems with backing up Oracle's redo log files via DB13. I'm trying to backup redo log files to disk. I've been getting the errors from the Job Log below:

20:44:20 BR0002I BRARCHIVE 7.00 (32)

20:44:20 BR0006I Start of offline redo log processing: aeepmoyl.sve 2010-11-20 20.44.19

20:44:20 BR0484I BRARCHIVE log file: /oracle/BBP/saparch/aeepmoyl.sve

20:44:20 BR0252W Function remove() failed for '/oracle/BBP/102_64/dbs/sapBBP.ora' at location BrInitOraCreate-1

20:44:20 BR0253W errno 13: Permission denied

20:44:20 BR0252W Function remove() failed for '/oracle/BBP/102_64/dbs/sapBBP.ora' at location BrInitOraCopy-7

20:44:20 BR0253W errno 13: Permission denied

20:44:20 BR0166I Parameter 'log_archive_dest' not found infile /oracle/BBP/102_64/dbs/initBBP.ora - defaultassumed

20:44:20

20:44:20 BR0013W No offline redo log files found for processing

20:44:20

20:44:20 BR0007I End of offline redo log processing: aeepmoyl.sve 2010-11-20 20.44.21

20:44:20 BR0280I BRARCHIVE time stamp: 2010-11-20 20.44.21

20:44:20 BR0004I BRARCHIVE completed successfully with warnings

20:44:20 External program terminated with exit code 1

20:44:20 BRARCHIVE returned error status E

20:44:20 Job finished

Then I double check file permissions and made sure that <SID>adm and ora<SID> users are able to see these files using chmod 777...

BBERPDB1:orabbp 18> ls -ltr

total 288

-rw-r----- 1 orabbp dba 8385 Sep 11 1998 init.ora

-rw-r----- 1 orabbp dba 12920 May 03 2001 initdw.ora

-rw-r-xr-x 1 orabbp dba 20102 Jul 25 13:16 initBBP.dba

-rw-r-x--- 1 root sapinst 4526 Jul 26 12:11 initBBP.2.ora

-rw-r----- 1 root sapinst 3831 Jul 26 12:11 initBBP.1.ora

-rw-r-x--- 1 root sapinst 4666 Jul 26 12:12 initBBP.ora.SAPINST-ORIG

-rw-rw---- 1 orabbp dba 24 Jul 26 12:12 lkBBP

-rw-r----- 1 orabbp dba 3584 Jul 26 19:00 spfileBBP.ora

-rw-r----- 1 orabbp dba 2048 Jul 26 19:07 orapwBBP

-rw-r-xr-x 1 orabbp dba 21628 Nov 04 11:50 initBBP.sap_110510

-rwxrwxrwx 1 orabbp dba 21637 Nov 05 23:41 initBBP.sap

-rw-r-xr-x 1 orabbp dba 1950 Nov 18 18:26 initBBP.ora_orig

-rw-rw---- 1 orabbp dba 1552 Nov 20 20:00 hc_BBP.dat

-rwxrwxrwx 1 orabbp dba 1439 Nov 20 20:39 sapBBP.ora

-rwxrwxrwx 1 orabbp dba 1950 Nov 20 20:39 initBBP.ora

I also checked init<SID>.ora to see if the log_archive_dest parameter has been defined as opposed to what the job log mentioned above...

BBERPDB1:orabbp 20> cat initBBP.ora|grep log_archive_dest

*.log_archive_dest='/oracle/BBP/oraarch/BBParch'

Can someone shed light on this?

Thanks and regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check the permissions of your BRTOOLS in the Kernel-Dir according to note 113747.

Kind regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you very much. I learned something new, br* tools require special file attributes.