I just want to connect to an oracle database without an installation. On java I can use a simple jdbc library. But what is the easiest way in .net C# to connect to an oracle database? I also need an interface to switch the drivers like on jdbc for other SQL databases.
Thanks for help!