I recently installed Toad Data Point 3.8.1.677 on Windows 10, and I created a connection to an Oracle 12c database. Unfortunately I’m unable to connect to the database. With each attempt I get a “Toad Data Point Error Message” dialog. The actual error text alternates between this…
System.Runtime.InterOpServices.SEHException
External component has thrown an exception.
Stack Trace:
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Dell.NamedPipeRPC.MessageRequest.Invoke()
at Dell.NamedPipeRPC.MessagePumpServer.ExecuteMessage(MessageRequest state)
…and this…
System.ComponentModel.Win32Exception
Proxy process has gone away
I have been able to connect to the same database using SQL Developer. The version of the .NET Framework running on the machine is 4.6.0138.
Has anyone else encountered this problem before? What are some possible solutions?
Thanks very much!