I\'m trying to connect to an Oracle database but when the the code is executing the line:
con = new OracleConnection(oradb);
It gives this erro
I ended up referencing the ManagedDataAccess.Client instead of just the Data.Access.Client one and it worked.