2

Does anyone know the connection string for Oracle Data Provider for .NET for .NET 4.0 ?

I have tried entering the Data Connection properties as a connection string and looking on connectionstrings.com. Neither seem to work.

Thanks in advance.

Rahul Tripathi
  • 168,305
  • 31
  • 280
  • 331
wheatie
  • 31
  • 1
  • 5

1 Answers1

2

You may check Oracle Data Provider for .NET / ODP.NET connection strings:

Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MyHost)(PORT=MyPort)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=MyOracleSID)));
User Id=myUsername;Password=myPassword;
Rahul Tripathi
  • 168,305
  • 31
  • 280
  • 331