Network disconnection [message #637671] |
Thu, 21 May 2015 08:34 |
karthik4u
Messages: 36 Registered: September 2006 Location: CHENNAI
|
Member |
|
|
There are two Servers
ServerA
ServerB
There is one process like listener alloted with Port number and started in Server A. Oracle DB is in Server A.
In Server B, Web logic server is installed.
Process is whenever there is a message transaction from Server A it travels to ServerB thro' listener & port number.
Problem is sometimes connection between these two Servers A & B are disconnected and not able to access each other.
But immediatly after few seconds connection established. And further transactions are processed successfully.
Query is:
How & where can we check & confirm that problem is with network disconnection?
There will be some entry where network disconnections are registered.
Can we set any alert whenever there is a network disconnection?
Thanks
|
|
|
Re: Network disconnection [message #637672 is a reply to message #637671] |
Thu, 21 May 2015 08:42 |
gazzag
Messages: 1119 Registered: November 2010 Location: Bedwas, UK
|
Senior Member |
|
|
I'm not sure I understand your requirement but all connections through a listener are logged under (depending on your O/S):
%ORACLE_HOME%\network\log\listener.log
${ORACLE_HOME}/network/log/listener.log
|
|
|
|