Assign the Password Policies to Organizations

Assign the Password Policies to Organizations

Importing the password policies into OIM does not automatically assign them to organizations.  This can be done using SQL, or it can be done manually in the Identity application.

Using SQL


update act
set act_password_policy_key = (Select pwr_key from pwr where pwr_name = 'TestAcctUsers')
where act_name = 'TestAccts'


Basic Perfomance Tuning For stuck threads and response times

Documentation for performance tuning: https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/asper/redundant-cross-references-remo...