* Versão do Oracle: 11g r2
* Sistema Operacional:linux Unbreakable
Bom dia a todos,
Estou configurando um standby database em uma só maquina, e deparei com o seguinte erro ao executar o comando 'swicthover to 'oratestesb' ,
ORA-12514: TNS: listener does not currently know of service requested in connect descriptor
Falied.
Warning:You are no longer connected to ORACLE.
Please complete the following steps to fnish switchover:
O meu listener está configurado dessa maneira:
SID_LIST_LISTENER =
(SID_LIST=
(SID_DESC=
(GLOBAL_DBNAME=teste.ora.dom)
(SID_NAME=teste_DGMGRL)
(ORACLE_HOME=/u01/app/oracle/product/11gr2/db)
)
)
(SID_DESC=
(GLOBAL_DBNAME=testesb.ora.dom)
(SID_NAME=testesb_DGMGRL)
(ORACLE_HOME=/u01/app/oracle/product/11gr2/db)
)
# )
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0)
)
)
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = teste.ora.dom) (PORT = 1521))
)
)
Agradeço desde já.