cancel
Showing results for 
Search instead for 
Did you mean: 

Determination of file status for /oracle/SID/102_64/rdbms/admin/log failed

Former Member
0 Kudos

Hello all,

When using brtools, the following error pops up. Appreciate if you could share some hints. thanks.

> brtools

BR0651I BRTOOLS 7.00 (43)

BR0252E Function stat() failed for '/oracle/QAA/102_64/rdbms/admin/log' at location BrFileStatGet-1

BR0253E errno 13: Permission denied

BR0273E Determination of file status for /oracle/QAA/102_64/rdbms/admin/log failed

BR0280I BRTOOLS time stamp: 2010-05-07 14.20.41

BR0654I BRTOOLS terminated with errors

Kind regards

Raymond

Accepted Solutions (1)

Accepted Solutions (1)

volker_borowski2
Active Contributor
0 Kudos

>

> BR0252E Function stat() failed for '/oracle/QAA/102_64/rdbms/admin/log' at location BrFileStatGet-1

> BR0253E errno 13: Permission denied

>

Hello,

now this message is pretty obvious. So the needed information would be:


ls -ld /oracle/QAA/102_64/rdbms/admin
ls -ld /oracle/QAA/102_64/rdbms/admin/log
ls -ld brtools
id

and then compare if the user executing brtools has appropiate rights.

Most likely you did not run saproot.sh so brtools might not be set suid to oraqaa

and you are executing as qaaadm.

Best regards

Volker

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks a lot. This is indeed a permission problem and get resolved.