Skip to content
Home » Oracle Database » Security » How to Remove Password Verify Function from Profile

How to Remove Password Verify Function from Profile

Sometimes, enforcing password complexity and strength in Oracle database may result some chaos, you may want to revert it.

SQL> alter profile erpgroup limit password_verify_function null;

Profile altered.

Just set it as NULL.

Leave a Reply

Your email address will not be published. Required fields are marked *