Background

Basically ASP.NET C# Web applications and websites use Microsoft SQL Server as a database. But in some companies and organizations there may be a case that they are using .NET with Oracle. Developers have problems finding the solutions for accessing Oracle databases.

So, here is a quick guide for beginners.

Introduction

In this article I would like to explain how to integrate Oracle with the .NET Framework and provide support for versioning issues that often occur when deploying projects on IIS.

Let's start

For reference I am attaching sample code. Please check it by adding a valid connection string in the Web.config and valid SP with its subsequent parameters.

Conclusion

Finally I am concluding here with this topic. Though this subject is very vast, we cannot cover it in a single article.

Please reply your feedbacks so that I can plan my next article accordingly.

Thank you.