Dear Pros,
I'm planning to implement a system that works internally in our domain. I was thinking of a good way to connect the web application with our database which is Oracle DB.
in my case do i need to use a webservice WCF to connect with our oracle database or shall i connect it directly by opening connection and closing it ?
I'm using C# for programing with oracle database.
please advise.