ODP.NET in Oracle

This article deals with the basics of connection string in ODP.NET .
  • 2352

ODP.NET In Oracle

ODP.NET allows developers to take advantage of advanced Oracle database functionality, including Real Application Clusters, XML DB, and advanced security. The command given below is used for using ODP.Net without tnsnames.ora.

Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=Host1)(PORT=Port1)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=MyOrcleSer)));User Id=Username;Password=user_Password;

 Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.