Read-only SQL Authentication Provider Creating Many Connections to Database
(Doc ID 2928800.1)
Last updated on FEBRUARY 22, 2023
Applies to:
Oracle WebLogic Server - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
Using Read-only SQL authentication provider in WebLogic security realm to authenticate end-users. When using WebLogic admin console to display users: Summary of Security Realms >myrealm >Users and Groups, the users are shown as expected but there are lots of database connections opened to backend database. For example, prior to displaying users:
$ ss -pn | grep <admin pid> | grep <database port> | wc -l
17
Show users in security realm: Summary of Security Realms >myrealm >Users and Groups.
$ ss -pn | grep <admin pid> | grep <database port> | wc -l
120
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 |