ORA-25306: Cannot connect to buffered queue"s owner instance
hi,
i have two node RAC env. on Oracle 11.2.0.2 on SUSE Linux Enterprise Server 10 SP4 64 bit and i am also facing the same issue.
ORA-25306: Cannot connect to buffered queue"s owner instance.
my listener parameters are as:
-----------
listener_networks string
local_listener string (DESCRIPTION=(ADDRESS_LIST=(AD
DRESS=(PROTOCOL=TCP)(HOST=192.
168.4.161)(PORT=1521))))
remote_listener string telstrait-cluster-scan:1521
I have gone through so many documents saying "The REMOTE_LISTENER parameter in listener.ora must also be set to enable forwarding of buffered messaging requests to correct instance.", but could not found what needs to change to solve this.
i have two node RAC env. on Oracle 11.2.0.2 on SUSE Linux Enterprise Server 10 SP4 64 bit and i am also facing the same issue.
ORA-25306: Cannot connect to buffered queue"s owner instance.
my listener parameters are as:
SQL> show parameter listener
NAME TYPE VALUE
-----------
listener_networks string
local_listener string (DESCRIPTION=(ADDRESS_LIST=(AD
DRESS=(PROTOCOL=TCP)(HOST=192.
168.4.161)(PORT=1521))))
remote_listener string telstrait-cluster-scan:1521
I have gone through so many documents saying "The REMOTE_LISTENER parameter in listener.ora must also be set to enable forwarding of buffered messaging requests to correct instance.", but could not found what needs to change to solve this.
0