ORA-12528 when connecting in RMAN
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