changing oracle database profile for password verification

Sometimes you need to change the oracle profile by removing password verification function to let the user re-use the same password to maintain the application operations (although this is not a good practice).

Command used:

alter profile profilename limit password_verify_function null;
where profilename: is the name of the profile in your database.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s