cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to perform backup in DB13

Former Member
0 Kudos

Hi Experts,

We are performing a database + Online backup in DB13, while do so we end up in an error message. We are unable to solve it, your guidance is much appreciated. So am hereby pasting the log.

BR0280I BRBACKUP time stamp: 2008-03-09 11.37.09

BR0063I 55 of 55 files processed - 126560.430 MB of 126560.430 MB done

BR0204I Percentage done: 100.00%, estimated end time: 11:37

BR0001I **************************************************

BR0280I BRBACKUP time stamp: 2008-03-09 11.37.09

BR0317I 'Alter tablespace SYSTEM end backup' successful

BR0280I BRBACKUP time stamp: 2008-03-09 11.37.12

BR0530I Cataloging backups of all database files...

BR0278E Command output of 'F:\oracle\MVP\102\BIN\rman nocatalog':

Recovery Manager: Release 10.2.0.2.0 - Production on Sun Mar 9 11:37:13 2008

Copyright (c) 1982, 2005, Oracle. All rights reserved.

RMAN>

RMAN> connect target *

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

ORA-12640: Authentication adapter initialization failed

RMAN> *end-of-file*

RMAN>

host command complete

RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12> 13> 14> 15> 16> 17> 18> 19> 20> 21> 22

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03002: failure of catalog command at 03/09/2008 11:37:14

RMAN-06171: not connected to target database

RMAN>

Recovery Manager complete.

BR0280I BRBACKUP time stamp: 2008-03-09 11.37.14

BR0279E Return code from 'F:\oracle\MVP\102\BIN\rman nocatalog': 1

BR0536E RMAN call for database instance MVP failed

BR0280I BRBACKUP time stamp: 2008-03-09 11.37.14

BR0532E Cataloging backups of all database files failed

BR0056I End of database backup: bdxkzqsi.fnt 2008-03-09 11.37.14

BR0280I BRBACKUP time stamp: 2008-03-09 11.37.14

BR0054I BRBACKUP terminated with errors

                          1. End of Log#############

Awaiting your valuable reply.

FYI..

We are using Win 2003 server

ECC 6.0

Oracle 10.2

Regrds,

Balakrishnan.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor
0 Kudos

Hello Balakrishnan,

the ORA-12640 is usually pointing to an TNS authentication problem.

Please check your sqlnet.ora file for the following entry:

>SQLNET.AUTHENTICATION_SERVICES= (NONE)

If it is not set ... please insert the line in the sqlnet.ora file and try it again.

For more information take a look at here:

http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14268/asoauth.htm#i1006248

Regards

Stefan

Former Member
0 Kudos

HI..

I think I face the same problem. I can not perform online backup+online redolog backup using DB13...

I can schedule the job,but the job never run at all...

and I could not found action log or job log on DB13....

(How can I know what happened if there is no job log or action log??)

Could I retrieve any information at OS level?

It seems there may be a log under OS level about my backup but I do not know

where to find it..

Actually now, my /SAPMNT is also full (100%)

how to reduce it? I tried to delete logs under global folder but it only reduce 3%

and I do it everyday (should I do it for the rest of my live?)

I'm a new basis.. can you help me ??

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bala,

Please make sure that you have applied the latesh patches for BRTools and Oracle to resolve this issue.

Also, are you able to run the brbackup from the commandline. If this runs ok and it does not run from DB13 then make sure that your "SAPServicesid." has full control on the folders containing the BRTools executables. It would be better to add the SAPService to the Administrator group as well as an workaround.

Regards,

Vince

SAP America

Former Member
0 Kudos

......and of corse the latest available patchset (10.2.0.2.0) and minipatch (currently 10.2.0.2.17).

peter

Former Member
0 Kudos

I have changed the parameter, but still the issue still persists. After changing the parameter I have noticed that I was unable to transport so had to revert the change mades in SQLNET.AUTHENTICATION.SERVICES.

PLease help me to take a successfull backup. Awaiting for you valuable inputs.

Former Member
0 Kudos

please do not change SQLNET.AUTHENTICATION.SERVICES parameter in sqlnet.ora

if you set it to NONE, no database connection using operating systems groups/accounts will be possible.

connect /

connect / as sysdba

will no longer work.

peter