Listener question
I have two server x(Production) and y(Recovery) where the oracle home mount is shared among them,
The listener file is also common among them, while X(production) is already running fine and listener_temp is running there,
i'm in the process of setting up the Recovery server,what happens if i start the LISTENER_TEMP on the recovery server will there be any conflicts among the two server causing production outage, listener file looks like this,
LISTENER_TEMP =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(Host = 192.168.1.0)(PORT = 1521))
)
SID_LIST_LISTENER_TEMP =
(sid_list =
(SID_DESC =
(ORACLE_HOME = /u01/app/oracle/product/12.1.0.2.4_p19855835)