BRM Components Are Not Using the Updated JDBC Version
(Doc ID 3034260.1)
Last updated on AUGUST 12, 2024
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.0.0 and laterInformation in this document applies to any platform.
Goal
Scenario:
- User has updated the Oracle Java Database Connectivity (OJDBC) driver used for the environment's database connections.
- The version is updated to 19.15.0.0.0, the current version being 19.3.0.0.0.
- After replacing all the existing ojdbc8*.jar files, it seems like not all connections to the database are using the new JDBC version.
- For example, see in the screen shot below, which is output of below query on the database server, showing that some programs use the latest JDBC version while some do not.
select
s.username,sci.osuser,sci.client_version,sci.client_driver,s.PROGRAM
from
V$SESSION_CONNECT_INFO sci, V$SESSION s
where sci.SID in(select SID from V$SESSION);
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 |