Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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
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
Anyways such a setting should never be applied directly on a prod system , you may validate it on test clone server
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