How to deal with Authentication in Oracle

This article deals with connection string related to Proxy Authentication in .NET Framework Data Provider for Oracle.
  • 1428

Proxy Authentication

Proxy authentication is done to authenticate the proxy on the server. To implement it use the following command.

Data Source=myOracleDB;User Id=Username;Password=user_Password;Proxy User Id=proxy_UserId;Proxy Password=proxy_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.