cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Translate the entire conversation x

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

elagarde31
3-Newcomer

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

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

2 REPLIES 2
Fadel
22-Sapphire III
(To:elagarde31)

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 

 

 

 

Fede
elagarde31
3-Newcomer
(To:Fadel)

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

Announcements

Top Tags