TOrasession.connected:=True

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Maglight
Posts: 1
Joined: Tue 27 Nov 2007 16:51

TOrasession.connected:=True

Post by Maglight » Tue 27 Nov 2007 16:58

Sorry my english is very bad but I have a problem with Torasession.
I try to make WebService and when i put them on the web I have a problem where I try to connect to them.
My problem is in fact, the delay:
When i type the command line on delphi :

Code: Select all

Orasession.connected:=true;
my delay is about 1.5 seconde.
I think it's very long (when I try this in my office on the same computer, the delay is 94 milliseconde).
Is-it normal for you ?
I work with ODAC 4.00.0.4 fro Delphi 6.
All your reponses and suggestes are welcome.
Thank (and sorry again for my English).

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 28 Nov 2007 08:48

The connection time depends on your network and Oracle server. It is usual situation when connection time is 1.5 seconds.

Post Reply