Solution : https://service.sap.com/sap/support/notes/1522952 (SAP Service marketplace login required)
Summary :
This SAP Note outlines the implementation of a password complexity verification function for SAP database profiles, specifically SAPUPROF. The note provides instructions for enhancing database security by employing a password policy that curtails the usage of simplistic passwords. To activate the password verification, users need to download and execute the provided script sap_utlpwdmg.sql. This script sets up a password complexity check in the SYS schema of the database. Additionally, commands to enable or disable the password verification function are given, alongside advice to modify the template according to specific policy needs.
Key words :
sql> alter profile sapuprof limit password_verify_function null, sql> alter profile sapuprof limit password_verify_function verify_function_sap, sql> alter user <username> identified, sap database profile sapuprof, database user profile sapuprof, granted 'alter user' privilege, 'alter user' system privilege, oracle_home/rdbms/admin/utlpwdmg, sapuprof profilesee sap note 1519872, sapuprof user profile
Related Notes :
1519872 | SAP Database User Profile SAPUPROF |