I am trying to connect to an oracle database in my controller:
using Oracle.DataAccess.Client; using Oracle.DataAccess.Types; // Other code OracleConne
Add a try catch block around the open() call and resolve the ORA error that shows up in the OracleException.