Hello,
I am getting an exception (OCI_INVALID_HANDLE) when trying to connect to database if Options.ClientIdentifier is set at design time. It does not matter if I use direct mode or not.
Current workaround is to clear Options.ClientIdentifier in BeforeConnect and set it in AfterConnect event again.