SQLT install db 12.2.0.1.0
Getting dreaded
BEGIN
IF ^^role_count. < 1 THEN
RAISE_APPLICATION_ERROR(-20109, 'User "'||USER||'" lacks required "^^role_name." role. Request to your DBA: "GRANT ^^role_name. TO '||USER||';".');
END IF;
IF ^^lib_count. < 17 THEN
RAISE_APPLICATION_ERROR(-20110, 'User "'||USER||'" lacks required "^^role_name." role or SQLT is not properly installed. Review installation NN_*.log files.');
END IF;
END;
Error report -
ORA-20110: User "ATEA_SCM" lacks required "SQLT_USER_ROLE" role or SQLT is not properly installed. Review installation NN_*.log files.
chnaged ORA_STIG_PROFILE as per other thread to NULL
select profile, limit from dba_profiles where resource_name = 'PASSWORD_VERIFY_FUNCTION';