procedure/package to change user password through plsql gateway
11237Sep 27 2001 — edited Apr 11 2007I'm not sure is this the right place to ask, but I don't know anywhere better.
I'm using Oracle 817 with the apache that bundled. I use the plsql gateway (mod_plsql). I want to create a page for user to change their password, however, I don't know how to verify the existing password of the user before changing to a new password. Also, how can I change the password, is there a standard procedure to do that?
One more question, when I key in the following:
http://myhost/pls/my_dad/my_schema.my_procedure
the web server return a page with lots of cgi environment (assuming the my_procedure doesn't exist), how can I customise this page?
thx.