External exception EBF00BAA. This error only appears in the 64-bit version when multithreaded is running.
When a thread is created
oraSession := TOracleSession.Create(nil);
oraSession.LogonUsername := AUser;
oraSession.LogonPassword := APasswd;
oraSession.LogonDatabase := AConnectionString;
oraSession.ThreadSafe := False;
oraSession.LogOn;
When a thread is created
oraSession := TOracleSession.Create(nil);
oraSession.LogonUsername := AUser;
oraSession.LogonPassword := APasswd;
oraSession.LogonDatabase := AConnectionString;
oraSession.ThreadSafe := False;
oraSession.LogOn;