[ora12c@nsbd48 admin]$ rman target sys/******@ORA11T12 auxiliary sys/******@ORA11T12_stby
Recovery Manager: Release 12.1.0.2.0 – Production on Wed Feb 15 13:29:19 2017
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORA11T12 (DBID=859624249)
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
Explication :
Très probablement votre base de données auxiliaire (en état nomount) est la seule instance qui fonctionne sur ORACLE_HOME courant. Chaque instance est enregistrée dans le listener par le processus PMON, qui démarre uniquement lorsque la base de données est au moins montée. S'il n'y a rien enregistré dans le listener l', instance bloque les connexions.
Solution:
« (UR = A) » ajouté un alias entre la source et la destination dans le fichier tnsname.ora.
[ora12c@nsbd48 ~]$ rman target sys/*****@ORA11T12 auxiliary sys/*****@ORA11T12_stby
Recovery Manager: Release 12.1.0.2.0 – Production on Wed Feb 15 13:44:23 2017
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
connected to target database: ORA11T12 (DBID=859624249)
connected to auxiliary database: ORA11T12 (not mounted)
RMAN>