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,
TUniAlerter & Oracle
Re: TUniAlerter & Oracle
Hello,
UniAlerter works in a separate thread (for permanent notification retrieving), therefore a separate connection is created for it.
UniAlerter works in a separate thread (for permanent notification retrieving), therefore a separate connection is created for it.