My Oracle Support Banner

How to set the queue size of database listener in RAC env (Doc ID 2928964.1)

Last updated on JUNE 13, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and later
Information in this document applies to any platform.

Symptoms


ACTUAL BEHAVIOR
---------------
In a RAC/Cluster env, queuesize setting appears not work in a listener level, as well as not honor SOMAXCONN tcp kernel value.

It always looks set/back to 1024 as a default.


LISTENER_TEST =
  (DESCRIPTION_LIST =
  (DESCRIPTION =
  (ADDRESS = (PROTOCOL = TCP)(HOST = 10.107.xx.yyy)(PORT = 2222)(QUEUESIZE=2048))
  )
  )


By using truss, actual size check in listen() call  (followed by Doc 214122.1)

 




Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.