My Oracle Support Banner

Oracle WebLogic Server: How Does JDBC DataSource Paramter "Login Delay" Apply During Start-Up Vs Runtime? (Doc ID 2660139.1)

Last updated on OCTOBER 05, 2023

Applies to:

Oracle WebLogic Server - Version 12.2.1.2.0 and later
Information in this document applies to any platform.

Goal

Oracle documentation on JDBC DataSource Parameter "login-delay" states below:

 

Login Delay

The number of seconds to delay before creating each physical database connection. This delay supports database servers that cannot handle multiple connection requests in rapid succession.
The delay takes place both during initial data source creation and during the lifetime of the data source whenever a physical database connection is created.
Minimum value: 0    Maximum value: 2147483647

How to ensure and check if this: "login-delay" parameter is honored?
Example: if parameter login-delay is set to 1, JDBC connection should only have one new database connection request every second
 

Solution

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
Goal
Solution


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