DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Profile: PASSWORD_VERIFY_FUNCTION

  1. #1
    Join Date
    Jun 2002
    Posts
    62
    Hi,

    After running utlpwdmg.sql, verify_function function was created and the default profile's PASSWORD_VERIFY_FUNCTION was assigned verify_function.

    How do I revert this modification?

    I encountered error while trying to do the following:
    Alter profile default limit
    password_verify_function unlimited;

    Regards,
    Jack

  2. #2
    Join Date
    May 2001
    Location
    Maryland, USA
    Posts
    409
    ALTER PROFILE profile_name LIMIT PASSWORD_VERIFY_FUNCTION {plsql_function | NULL | DEFAULT}

    -- Dilip

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width