Connection very slow

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
niniramos
Posts: 11
Joined: Tue 04 Jul 2006 07:40

Connection very slow

Post by niniramos » Wed 19 Feb 2014 14:12

Hi, i am using odac components for c++ borland builder 6. My problem is about connection speed. If I execute my application in the data base´s server, each connections spend 3 seconds, but if i execute the same application in other who have not installed the database (client computer), the odac componect make the connection inmediatly.

whats is happening??

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Connection very slow

Post by AlexP » Thu 20 Feb 2014 09:04

Hello,

Such behavior may be due to lack of resources on the PC with running Oracle server. Since the Oracle server is very resource-intensive, the other applications may lag

Post Reply