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

Home -> Community -> Mailing Lists -> Oracle-L -> Slow ODBC connectivity

Slow ODBC connectivity

From: Boivin, Patrice J <BoivinP_at_mar.dfo-mpo.gc.ca>
Date: Thu, 05 Feb 2004 10:23:18 -0400
Message-id: <1A4AC4BAB9C50A42854582B69B08C0340426263F@MSGMARBIO05>


We have a problem with a remote S-Plus server that connects to Oracle 8i on UNIX via ODBC.

The Oracle 8i server is painfully slow at sending packets back to the client.

I upgraded the ODBC driver on the client to that latest 8i driver, that made a small difference. I unchecked most of the options for ODBC, that helped a bit too.

I also discovered the monster query that ODBC submits whenever it connects, picking up all the java classes in the rdbms (LOL!). The workaround for that is to create local views in the user's schema for all_synonyms and all_objects, I asked the developers if they can do that for us.

I also set SDU and TDU to the maximum values, we noticed a small performance improvement. I read about multiples of 1460 or 1461 (not clear which is best so I changed the values back down to 1460). A page on the 'net says set it to the max value, a Don Burleson page says on Ethernet set it to 1514 (I think that's what he says, "On standard Ethernet networks, the default MTU size is set to 1,514 bytes"). Don also says that Oracle recommends that MTU and SDU be the same, certainly SDU is not supposed to be larger than MTU. I am starting to wonder whether we need a second TNS listener on the unix machine, would that speed up the response time?

Any ideas on how to speed up connectivity through ODBC?

No, we can't stop using ODBC... I tried suggesting that many times.

Patrice.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Thu Feb 05 2004 - 08:23:18 CST

Original text of this message

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