Subject Re: rdb$get_context('SYSTEM', 'CLIENT_ADDRESS') sometimes returns NULL
Author Dmitry Yemanov
22.12.2016 10:43, Geoff Worboys wrote:
>
> I do have a couple of EXECUTE STATEMENT ON EXTERNAL calls in
> the database code. I hadn't given them a thought. In theory
> none of them should happen during the startup, but it does
> seem the most likely explanation.

They don't need to run during the startup. They just cause a separate
connection to be established and in turn this triggers the ON CONNECT event.


Dmitry