Oracle Database User Management - Password Independent Authentication from JDBC Client
I have a requirement to setup an authentication method for an application user to connect to Oracle 11GR2 Database through a JDBC Thin client connection with the below limitations.
1. User account should not be dependent on the password expiry policy set. If it's through external management say like certificate based account management would be fine.
2. I'm not allowed to set the password_expire_time to unlimited.
Please advise is there a way to overide the database password management policy. If any, else let me know how best I can achieve this requirement.
Thanks in Advance.