rman error [message #281992] |
Tue, 20 November 2007 05:33 |
pratik123
Messages: 41 Registered: October 2007 Location: hyderabad
|
Member |
|
|
hi seniours
when i am comnnecting to rman its show following error
C:\Documents and Settings\TARUNI>rman target rman/buprec@orcl rcvcat rman/buprec
@orcl
Recovery Manager: Release 10.1.0.2.0 - Production
Copyright (c) 1995, 2004, Oracle. 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
|
|
|
|
|
|
|
Re: rman error [message #282628 is a reply to message #281992] |
Thu, 22 November 2007 12:41 |
youngb912
Messages: 56 Registered: October 2007 Location: New York
|
Member |
|
|
I see that your posting has a syntax error. I hope this was a typo on your part, but while are you connecting to the recovery catalog twice – the same line?
“rman/buprec@orcl rcvcat rman/buprec@orcl”
Please try the following if you are still having issues:
1. export ORACLE_SID=target database_sid
2. rman target / catalog rman/password@rman_db
This should resolve the first errors, and possible the “TNS error”. If it doesn’t then we can dive into “sqlnet.ora”.
|
|
|