cancel
Showing results for 
Search instead for 
Did you mean: 

BRBACKUP terminated with errors

Former Member
0 Kudos

Hi

I am taking offline backup which is got terminated with following error message:

#Backint exits with the code (0).

BR0280I BRBACKUP time stamp: 2009-07-23 02.31.15

BR0232I 52 of 52 files saved by backup utility

BR0230I Backup utility called successfully

BR0280I BRBACKUP time stamp: 2009-07-23 02.31.17

BR0304I Starting and opening database instance ARP ...

BR0278E Command output of '/oracle/ARP/102_64/bin/sqlplus':

SQL*Plus: Release 10.2.0.4.0 - Production on Thu Jul 23 02:31:17 2009

Copyright (c) 1982, 2007, Oracle. All Rights Reserved.

SQL> Connected to an idle instance.

SQL>

SQL> ORA-09925: Unable to create audit trail file

Linux-x86_64 Error: 13: Permission denied

Additional information: 9925

SQL> Disconnected

BR0280I BRBACKUP time stamp: 2009-07-23 02.31.24

BR0279E Return code from '/oracle/ARP/102_64/bin/sqlplus': 0

BR0302E SQLPLUS call for database instance ARP failed

BR0306E Start and open of database instance ARP failed

BR0280I BRBACKUP time stamp: 2009-07-23 02.31.24

BR0301E SQL error -1033 at location BrDbConnect-2, SQL statement:

'PREPARE stmt_1 STATEMENT FROM'

'CONNECT system/********'

ORA-01033: ORACLE initialization or shutdown in progress

BR0310E Connect to database instance ARP failed

BR0056I End of database backup: bebbqrbl.aff 2009-07-23 02.31.24

BR0280I BRBACKUP time stamp: 2009-07-23 02.31.24

BR0054I BRBACKUP terminated with errors

I have not changed any settings.

Any idea to solve this problem will be appreciated.

With regards

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> SQL> ORA-09925: Unable to create audit trail file

> Linux-x86_64 Error: 13: Permission denied

As a first shot it's always a good idea to fire a up a browser, open http://service.sap.com/notes and enter the Oracle error number - which leads to

Note 583861 - UNIX: Errors due to Oracle executable

Markus

fidel_vales
Employee
Employee
0 Kudos

>

> As a first shot it's always a good idea to fire a up a browser, open http://service.sap.com/notes and enter the Oracle error number -

> Markus

It can be even easier

input the oracle error on the box that exist on the top right part of the forum (actually, in any SDN page)

if you get too many results you can narrow the search by "Support Notes".

May be we should add a step by step explanation on the WIKI with screenshoots

Answers (2)

Answers (2)

Former Member
0 Kudos

check the user name by which u r taking backup and permission of backup directory as well.

Thanks

Presu

Former Member
0 Kudos

Hello guys

Thank you for the inputs.

The permissions and ownerships of the concerned files were correct.

I took online backup which was successful and after that offline backup. This attempt for offline backup was successful.

Former Member
0 Kudos

Hi,

what is audit_file_dest path give it to read ,write permission also check its owner,group.

its directory owner should be ora<sid>.

SurendraJain