How to deal with Password Expiration in Oracle

This article deals with connection string related to Password Expiration in .NET Framework Data Provider for Oracle.
  • 1749

Introduction

Password Expiration

If while establishing the connection an error is raised then one of the reasons for it can be that the password has expired. Then we can again set the password for it by using the following command.

Data Source=myOracleDB;User Id=Username;Password=user_Password; oConn.OpenWithNewPassword(sTheNewPassword);

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.