.NET CLR stored procedures within Oracle database: Another breaking revolution - Connecting to Oracle 10g (Release 2) from Visual Studio.NET using Oracle Explorer
(Page 2 of 5 )
Before proceeding further with this article, make sure that all of the following software is properly installed and configured on your system:
Let us go through the following steps to connect to Oracle 10g using Visual Studio.NET 2003:
“Data Source” will be generally the global SID or “Local net Service Name” you configured during Oracle server/client installation. For this demonstration, I am using the “scott” schema (sample schema provided by Oracle) with the password “tiger”.
Once you get connected, you can play with all the items existing within the “Oracle Explorer” along with creating tables, inserting, modifying, deleting, dropping, designing relations, stored procedures (using PL/SQL), and so on. Enjoy playing with it.
Next: Developing an Oracle based .NET CLR stored procedure using Visual Studio.NET >>
More .NET Articles
More By Jagadish Chaterjee