Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Wierd problem with MTS & Oracle Java connectivity

Re: Wierd problem with MTS & Oracle Java connectivity

From: R. Scott Hunter <robertscothunter_at_aol.comnospam>
Date: 03 Jan 2001 04:14:59 GMT
Message-ID: <20010102231459.07765.00000798@ng-fb1.aol.com>

Yeah that was my thought too. Actually, though, I've worked in mixed environments using both Multithreaded Server and Dedicated servers for the same instances. This is particularly useful for accomodating the heavy demands of Oracle Designer and Oracle Enterprise Manager, which are dreadful through an MTS connection. As long as the listener is up and properly configured, a dedicated connection should always be available.

The JDBC application naturally doesnt use normal SQLNET.ORA, TNSNAMES.ORA, PROTOCOL.ORA stuff- instead it's got a homegrown configuration file with the 1521 etc coded in a text string. What I will have to do tomorrow morning is grab one of the developers and see if we can't try jamming in (SERVER=SHARED) somewhere, but I have my doubts. Turning on MTS shouldn't completely break things; I can see the app somehow bypassing MTS and grabbing a dedicated server, but not completely choking.

We sent off all the usual stuff to Oracle Support tonight (traces, logs, .ora files, etc) but I am not holding my breath; my past experience has been that SQL*NET problems are the most miserable things to try to get fixed outside of RDBMS memory leaks.

If/when we do get an answer that works I will be sure to post it here. Thanks.



R. Scott Hunter
Please respond to: rshunter_at_navy.org
GO NAVY!
Received on Tue Jan 02 2001 - 22:14:59 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US