Skip to Main Content

SQL & PL/SQL

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!

How to login to database from pl/sql stored procedures with new user/psswrd

allwin2002auOct 4 2006 — edited Oct 4 2006
Hello All.

I have pl/sql stored procedure generate html page. The page has form and I capture user name and password and submitted to the same stored procedure. I need to validate the user name and his password against my database. If the user exist in my database and supply the correct password then the procedure will do some jobs otherwise the procedure will return unable to login to the database error message because the user name or password incorrect.

So the question is
How to validate a give user and his password exist in the database?


Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2006
Added on Oct 4 2006
11 comments
2,153 views