D
dave
Hello,
I need to authenticate users based on their oracle username and
password.
I get the username / password from a web form.
Is there some oracle java library that will allow me to perform a
check on the username and password?
I could just create a JDBC connection to the database with their
information, but I'm thinking that this could fail for reasons other
than incorrect username/ password. I want a way to verify username/
password only.
Thanks
I need to authenticate users based on their oracle username and
password.
I get the username / password from a web form.
Is there some oracle java library that will allow me to perform a
check on the username and password?
I could just create a JDBC connection to the database with their
information, but I'm thinking that this could fail for reasons other
than incorrect username/ password. I want a way to verify username/
password only.
Thanks