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.
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.