Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-12528 when connecting in RMAN

happy10319Oct 19 2007 — edited Oct 19 2007
Hi,
I want to restore my DB which is mounted :
SQL> select status from v$instance;

STATUS
------------
STARTED

Then I launche RMAN :
rman catalog rman/***@REPRMAN target sys/*****@ORCL

but fails with :
ORA-12528: TNS:listener: all appropriate instances are blocking new connections

PS : DB 10g RĂ© on WinXP.
Thanks for help.

I followed note Note:301099.1
and did
2. Use the Oracle10G feature :
tnsnames.ora
....
CONNECT_DATA=((SID=....) (UR=A))
but no help.

Message was edited by:
user522961
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2007
Added on Oct 19 2007
5 comments
6,475 views