If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > MSDAORA and MTS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-19-02, 10:24
gruzurg gruzurg is offline
Registered User
 
Join Date: Sep 2002
Location: Göteborg, Sweden
Posts: 3
MSDAORA and MTS

We have a problem using Microsofts OLE DB Provider for Oracle together with ADO and MTS. Connecting to Oracle (oConn.Open "...") in a transact component takes a long time, about 10-15 seconds. The actual statement executed on the connection later executes very fast.

If you have experienced something similar or know something about this problem, I would be very grateful if you helped me out!
Reply With Quote
  #2 (permalink)  
Old 09-19-02, 12:09
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
If you are doing just a straight connection to oracle using ado without mts - is it slow ?
Reply With Quote
  #3 (permalink)  
Old 09-19-02, 12:47
gruzurg gruzurg is offline
Registered User
 
Join Date: Sep 2002
Location: Göteborg, Sweden
Posts: 3
I have tried the same connection from a stand alone VB exe and it is very quick. My best guess (so far!) is that the DTC is somehow involved in the performance problems.
Reply With Quote
  #4 (permalink)  
Old 09-19-02, 14:37
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
What happens on subsequent connections ? Are you pooling your connections ? Can you try this on other databases (like sql server ) ?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On