I have a student using a form and entering information. I have in instructor looking over his/her shoulder. When the instructor is satisfied with the student’s work, he/she is to enter his/her username and password to approve it to the system. Is there a way in forms or PL/SQL that I can verify that the username & password are valid for the instance without them actually logging in? I know I can verify the username against DBA_USERS, but the password is encrypted and the typed in will not compare with it.