Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Password Verification Function Help
Anurag Varma wrote:
> <kingkongbubdy4_at_yahoo.com> wrote in message > news:1108311434.711244.266470_at_g14g2000cwa.googlegroups.com... >
> > > Too lazy to verify this myself... > However, make sure you *test* the verify function while logged > in as a non-sys user. > If I remember correctly, password verify function is not called when > logged in as SYS ... or the errors / output from the function is ignored > while logged in as SYS. > > Anurag > >
I actually did test that, still didn't work. I believe the problem has to do with the well-known DBMS_OUTPUT limitations. The verify function, called as part of the profile enforcement process, writes its DBMS_OUTPUT to a buffer, but the client session (the one issuing "ALTER USER ... IDENTIFIED BY..." does not appear to have any way to get at that buffer.
-- Mark Bole http://www.bincomputing.comReceived on Sun Feb 13 2005 - 18:04:26 CST