I am trying to deploy my .NET function as described:
Oracle 21c XE, VS2019, Oracle Deployment Wizard, then new connection, I have added all parameters, then "Test Connection" and receive:
"ORA-01017: Invalid username/password; logon denied".
I have checked Wizard's page and see: I have entered username as it is but on the tab it immediately converted to uppercase(!). Probably password too.
I have made this:
ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE
Error report -
ORA-25138: SEC_CASE_SENSITIVE_LOGON initialization parameter has been made obsolete
25138. 00000 - "%s initialization parameter has been made obsolete"
*Cause: An obsolete initialization parameter has been specified
*Action: The system will come up, but parameters must be examined
What is the reason and how to fix it?