Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connection to Database from Application

759384Mar 11 2010 — edited Oct 15 2014
Hi,
I'm writing my custom java class for enforcing custom validations for application password(oracle apps 11.5.10). I'm writing my class to implement the PasswordValidation interface in oracle/apps/fnd/security package. How to get the previous password to compare it with the newly entered password. Is there seede java method that I can use to get it and if so, please specify it's details. Or do I need to connect to the database and get the password and decrypt it?. And if so, please let me know how can I do this.

Thanks,
Prasanna.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2010
Added on Mar 11 2010
1 comment
1,452 views