Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to disable password checking for a profile?

Re: How to disable password checking for a profile?

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Tue, 27 May 2003 10:27:55 -0700
Message-ID: <3ED3A01B.400652B1@exxesolutions.com>


Peter wrote:

> On Mon, 26 May 2003 23:04:04 -0700, Daniel Morgan
> <damorgan_at_exxesolutions.com> wrote:
>
> >Peter wrote:
> >
> >> Is there any way to disable password checking for a profile?
> >> Thanks
> >
> >Alter the profile.
> >
>
> I looked up the manual but could not really find a clause that would
> disable password checking for a profile.
>
> Thanks

You can't disable it. You need to alter the profile to drop the password verification.

ALTER PROFILE <profile_name> LIMIT
PASSWORD_VERIFY_FUNCTION NULL;

--
Daniel Morgan
http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Tue May 27 2003 - 12:27:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US