TUniAlerter & Oracle

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kls2014
Posts: 1
Joined: Wed 18 Jun 2014 07:08

TUniAlerter & Oracle

Post by kls2014 » Wed 18 Jun 2014 07:13

Background: Oracle Database & UniDAC 3.7

Hello,
When we use TUniAletrter object in our application, we found that we use two connections. One is used by our application and the other is used by the object TUniAlerter.
Is this normal? Is it possible that the TUniAlerter object can use the same connection opened by our application.

Thanks,

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

Re: TUniAlerter & Oracle

Post by AlexP » Wed 18 Jun 2014 08:14

Hello,

UniAlerter works in a separate thread (for permanent notification retrieving), therefore a separate connection is created for it.

Post Reply