RMAN-04002: ocipi failed, ORA--1 [message #567562] |
Wed, 03 October 2012 06:02 |
|
neetesh87
Messages: 280 Registered: September 2011 Location: bhopal
|
Senior Member |
|
|
hello experts,
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users>rman
Recovery Manager: Release 10.2.0.1.0 - Production on Wed Oct 3 16:24:38 2012
Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN> connect target sys/@proddb
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-04002: ocipi failed, ORA--1
when i try to connect with the prod database by logging in the server,
then it raise the above error.
i want to aware you with what i have done before it--
(1) this database is running on the port 1526 not on 1521,
because of some reason new listner have to made.
(2) i can easily access this database without any error from my local machine, then
it doesnot raise-ORA-12154: TNS:could not resolve the connect identifier specified
now i am going to take backup from RMAN at my local machine of same database , then
C:\Users\Neetesh>rman target /@proddb
Recovery Manager: Release 11.2.0.1.0 - Production on Wed Oct 3 16:29:47 2012
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04005: error from target database:
ORA-12154: TNS:could not resolve the connect identifier specified
C:\Users\Neetesh>
thanks in advance....
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: RMAN-04002: ocipi failed, ORA--1 [message #567626 is a reply to message #567562] |
Wed, 03 October 2012 11:22 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You are using different versions of the RMAN executable. Your first attempt was release 10.2.0.1.0, your second attempt was 11.2.0.1. You cannot do this: you must use te version that correspionds with the release of the database.
|
|
|