Is there a way to use GLOBAL_DBNAME with connect-time failover
I have set up a data guard configuration, and would like to include a net service name for connect-time failover. I realise this can't be done if the GLOBAL_DBNAME parameter is specified in the listener, so I tried creating an additional listener just for DGMGRL. Using the listener.ora and tnsnames.ora files below, I can achieve connect-time failover, but still cant use DGMGRL to automatically start up the primary and standby databases during a switchover (recieve message: "ORA-12514: TNS:listener does not currently know of service requested in connect descriptor... You must start instance "ORCL" manually"). Does anyone know a way I
0