RMAN-04006 error connecting auxiliary database
Hi all,
I have an 11gR1 database on SLES10 sp2. And I want to create phisical standby DB an other server (11gR1 on SLES10 sp2). Then I started standby db nomount mode. Then I connect rman with "rman target / auxiliary sys/sys@STDBY" command on primary db. But I have following error:
oracle@sidedb:~/product/11gR1/db/bin> ./rman target / auxiliary sys/YBN7EOEG@STDBY
Recovery Manager: Release 11.1.0.7.0 - Production on Thu Dec 30 16:30:24 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
connected to target database: SIDE (DBID=1365993920)
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00554: initialization of internal recovery manager package failed
RMAN-04006: error from auxiliary database: ORA-12528: TNS:listener: all appropriate instances are blocking new connections
How can I conect to auxiliary db?