Performance Issues With WebLogic 12.1.3 Weblogic Tuxedo Connector
(Doc ID 1952639.1)
Last updated on JUNE 26, 2024
Applies to:
Oracle WebLogic Server - Version 12.1.3.0.0 and laterInformation in this document applies to any platform.
Symptoms
Performance issues with WebLogic Tuxedo Connector(also known as WTC) on WebLogic 12.1.3. This is not observed in WebLogic 12.1.1.
Investigating found that method isTightlyCoupledTransactionsEnabled() in TCResourceHelper, called by getTuxedoConnection in TuxedoConnectionFactory, creates a JMX connection to the WebLogic AdminServer for each call.
This severely degrades the performance of WTC, by several orders of magnitude. One service takes ~2ms on 12.1.1 and on 12.1.3 it takes ~49ms.
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 |