I need some help with setting login with case-insensitive password. I tried to set SEC_CASE_SENSITIVE_LOGON = FALSE but oracle client won't let me login with that case-insensitive password.
Getting error : Ora-01017
Any leads on how I could achieve this for this oracle server version.
from oracle version 12.2.x users cannot login using case insensitive passwords, even though SEC_CASE_SENSITIVE_LOGON = FALSE if PASSWORD_VERSIONS of user is not 10g.
following sql should show the PASSWORD_VERSIONS for a user.
to make PASSWORD_VERSIONS compatible with 10g
new users created will also have same settings after above steps PASSWORD_VERSIONS should be something like this
https://stackoverflow.com/a/45341949/3134097