You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When method Environment::Initialized() ist called before first call to Environment::Initialize it throws a null pointer exception. This exception comes from Environment::GetInstance() which internally call OCI_GetUserData, which in turn returns a nullptr if the Environment hasn't initalized.
In Version 4.7.6 this worked differently.
The text was updated successfully, but these errors were encountered:
When method Environment::Initialized() ist called before first call to Environment::Initialize it throws a null pointer exception. This exception comes from Environment::GetInstance() which internally call OCI_GetUserData, which in turn returns a nullptr if the Environment hasn't initalized.
In Version 4.7.6 this worked differently.
The text was updated successfully, but these errors were encountered: