Skip to main content
3-Newcomer
May 19, 2025
Question

How to disable out-of-band break through a java system property when using the JDBC Thin driver ?

  • May 19, 2025
  • 1 reply
  • 564 views

Hello,

 

I would like to know if it's possible to add an argument like "-Doracle.net.disableOob=true" (see Oracle Doc ID 2987995.1) to the Oracle JDBC connection of my Windchill 11.1 application.

 

I've read several articles without success.

 

I'll take a look at the installation and administration guide. If I find any information, I'll post it in this thread.

 

Thank you in advance for your help.

EL

1 reply

Fadel
23-Emerald I
May 21, 2025

Hello , 

 

Is there a reason behind setting -Doracle.net.disableOob=true ?

There is an internal article for older windchill  (9.1 Workflows hang )where it says to  add -Doracle.net.disableOob=true to wt.manager.cmd.common.java.extra.args and along with Enabling JDBC read timeout :

wt.pom.dbConnectionPropertiesNameList=oracle.jdbc.ReadTimeout
wt.pom.dbConnectionPropertiesValueList=180000

 

 

Anyways such a setting should never be applied directly on a prod system , you may validate it on test clone server 

 

Spoiler

 

Anyways such a setting should never be applied directly on a prod system , you may validate it on test clone server 

 

 

 

Buiꓘa
3-Newcomer
May 22, 2025

Hello,

 

Thank you very much for your reply.

 

This requirement is a response to avoid disruptions with the FW interfaced between the Windchill clients and the Oracle server.


I couldn't find this article on Windchill 9.1. I'll try to find it anyway.


We're going to run some tests and check whether there are any performance gains and also whether traffic is no longer impacted on the FW.

 

Regards,

EL