Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Connection Password reset

Status
Not open for further replies.

SprintFlunky

Programmer
Apr 6, 2004
51
0
0
US
My Application display's a login screen that takes a user's Oracle ID and password. It validates that the database can be opened with that ID, then proceeds into the app. When the password has expired, I trap the Oracle 28001 error message and prompt the user for a new password, but I can't figure out how to call Oracle to reset the password.

I found the con.OpenWithNewPassword(newpassword) in google, but I don't have that method in con. - I only see con.open

We are running Oracle 10g

Does anyone know if you can actually reset the Oracle password through VB?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top