hi all,
I'm quite confused of Inbound_connection_timeout and outbound_connection_timeout. what is the difference?
As far as I understand it's similar but outbound_connection_timeout requires the use of Oracle Connection Manager.
here Profile Parameters (sqlnet.ora)
is written about outbound_connection_timeout:
Without this parameter, a client connection request to the database server may block for the default TCP connect timeout duration (approximately 8 minutes on Linux) when the database server host system is unreachable.
I would like to avoid (for example in case of a failover) these 8 minutes, but we dont use Oracle Connection Manager.
Can inbound_connection_timeout help here as well?
thank you in advance