User269602965 posted
Yes, what is missing is "More details requiired to help you"
Where is the code running? What version of ODP.NET client are you using?
Where is the Oracle.DataAccess.dll located? and if in the project, is your reference LOCAL?
Where is the database? What version is the database?
Are you running in a 32-bit or 64-bit environment? If 64-bit, is the application set to AUTO or explicit compile for 64-bit?
Is this ASP.NET web project or Windows Forms project, etc.?
What does your connection string look like in the project configuration (web.config, etc.)
Is there more to your test connection code, like con.Close()
etc.