cancel
Showing results for 
Search instead for 
Did you mean: 

Error in DB13 backup

Former Member
0 Kudos

Hi All,

we have ecc6 sr3 oracle 10 2 ,win server 2003.

We have taking backup through DB13 , but after the ending of 100% is showing the error below:

===============================

#FILE..... G:\ORACLE\DEV\SAPDATA1\SYSTEM_1\SYSTEM.DATA1

#SAVED.... G:\oracle\DEV\sapbackup\bebwnvvg\SYSTEM.DATA1 #1/40

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.13

BR0063I 40 of 40 files processed - 104800.313 MB of 104800.313 MB done

BR0204I Percentage done: 100.00%, estimated end time: 14:18

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

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.14

BR0317I 'Alter tablespace SYSTEM end backup' successful

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.17

BR0530I Cataloging backups of all database files...

BR0278E Command output of 'E:\oracle\DEV\102\BIN\rman nocatalog':

Recovery Manager: Release 10.2.0.2.0 - Production on Tue Nov 10 14:18:19 2009

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> 23

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

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

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

RMAN-03002: failure of catalog command at 11/10/2009 14:18:20

RMAN-06171: not connected to target database

RMAN>

Recovery Manager complete.

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.20

BR0279E Return code from 'E:\oracle\DEV\102\BIN\rman nocatalog': 1

BR0536E RMAN call for database instance DEV failed

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.20

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.20

BR0532E Cataloging backups of all database files failed

BR0056I End of database backup: bebwnvvg.fnd 2009-11-10 14.18.20

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.20

BR0054I BRBACKUP terminated with errors

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.20

BR0291I BRARCHIVE will be started with options '-U -jid FLLOG20091110131939 -d disk -c force -p initdev.sap -sd'

BR0280I BRBACKUP time stamp: 2009-11-10 14.18.56

BR0292I Execution of BRARCHIVE finished with return code 0

===============================

rgds

aftab

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

*ORA-12640: Authentication adapter initialization*

In SQLNET.ora file

Put on comment the line SQLNET.AUTHENTICATION_SERVICES= (NTS) by adding a # at the beginning

Then you have #SQLNET.AUTHENTICATION_SERVICES= (NTS)

Then try again.

Thanks,

Shambo

Former Member
0 Kudos

Hi,

thanks for ur reply but when we put comment in

SQLNET.AUTHENTICATION_SERVICES= (NTS)

We couldn't be able to connect to oracle showing insufficient privileges

rgds

aftab

Former Member
0 Kudos

Hi,

Sorry, Please restore the changes.

Please see the OSS Note 1171650 - Automated Oracle DB parameter check

Also check below thread.

[]

Thanks,

Shambo

Edited by: Shambo on Nov 10, 2009 7:06 PM