Connection Without Configuration in Oracle

This article deals with the basics of connection string in Connection Without Configuration In Oracle.
  • 1480

Introduction

Connection Without Configuration requires using Easy Connect Naming Method which allows users to connect to the database very esaily and without any configuration. So to use the connection without configuration use the following string.

Data Source=username/password@//myserver:1981/my.service.com;

NOTE: If no port value is available then port value is 1521.

 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.