Login and user password Oracle
I'm new user in ASP.NET and I have this problem.
I'm creating a web site with Oracle Database. I'm using the control Login for validate user_name and password, but when review the table or view dba_users, the password is diferent because containt number and letters, it has another type (alphanumeric). How can I solve this problem? or how can i login with this type of password?
For example:
If create the user david with password david, so if I do a select to table dba_users, appear:
USER PASSWORD
david h3447ndmd83937
How change or can I compare the password for start session in my web site.
Help me please...
thanks

