Exception connecting to Oracle with LINQPad 6
Previously i used the IQ driver to connect to Oracle. Now I want to use the build in .NET Core driver. However I am not able to get this running. If I test the connection it succeeds, but if I want to browse the database it fails.
I get the message 'An error has occured': LINQPad.ExecutionModel.RemoteException
See the attached screenshot.
We are using Oracle 12C
Comments
In the connection properties dialog, it lets you choose a version of the Oracle provider - either latest release or latest beta. Which one have you chosen? Does it make any difference if you choose the other option?
Hi Joe, thanks for your answer.
I used the default option 'latest release (2.19.30)' which fails.
I just tried the option '3.19.0-beta1' and it works!
Thanks for your solution. Much appreciated!
Edwin
Thanks for the info. Hopefully Oracle will RTM their 3.x provider soon.