cancel
Showing results for 
Search instead for 
Did you mean: 

RMAN-04002: ocipi failed, ORA 1

Former Member
0 Kudos

Hi,

I am running SAP Ecc6 Ehp 4 on Oracle 10g & AIX 6.1.

I am facing one issue while taking backup of the Development & Quality servers using DB13 (brbackup). The issue is arrising at the time of RMAN catlog call.

Below is the error.

BR0530I Cataloging backups of all database files...

BR0278E Command output of 'SHELL=/bin/sh /oracle/SDS/102_64/bin/rman nocatalog':

Recovery Manager: Release 10.2.0.2.0 - Production on Wed Jul 28 20:42:35 2010

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

RMAN>

RMAN> connect target *

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

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

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

RMAN-04002: ocipi failed, ORA 1

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> 24> 25> 26> 27> 28> 29> 30> 31> 32> 33> 34> 35> 36> 37>

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

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

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

RMAN-03002: failure of catalog command at 07/28/2010 20:42:36

RMAN-06171: not connected to target database

RMAN>

Recovery Manager complete.

BR0280I BRBACKUP time stamp: 2010-07-28 20.42.36

BR0279E Return code from 'SHELL=/bin/sh /oracle/SDS/102_64/bin/rman nocatalog': 1

BR0536E RMAN call for database instance SDS failed

BR0280I BRBACKUP time stamp: 2010-07-28 20.42.36

BR0532E Cataloging backups of all database files failed

I also had refer the Metalink 780670.1 but it didn't work. Please help me out to solve this issue.

Thanks & Regards,

Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Sachin,

RMAN-03002: failure of catalog command at 07/28/2010 20:42:36

RMAN-06171: not connected to target database

It seems you are not being able to connect to database using RMAN.

First eliminate this error and then see the result...

What happens when you run the below commands as ora<sid>

# RMAN
RMAN> connect target /
RMAN> connect catalog /@<DBSID>

Post the output of the above commands.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Dear Rajesh,

This error message is comming

RMAN-04002: ocipi failed, ORA 1

Thanks,

Sachin

Former Member
0 Kudos

Hi,

Just login to the system as ora<sid>

Then navigate to ORACLE_HOME/bin

and run the below command :

    1. relink all*

After that try again connecting to database using RMAN.

Regards.

Rajesh Narkhede

Former Member
0 Kudos

Hi Sachin,

RMAN-04002: ocipi failed, ORA 1

You can also try relinking the RMAN executable:

cd $ORACLE_HOME/rdbms/lib

make -f ins_rdbms.mk irman

Regards.

Rajesh Narkhede