OracleDB Invalid username and password
Opened this issue · 2 comments
stirumala76 commented
pgoldtho commented
Do you get a similar error for postgres connections with a $
sign in the password? I suspect the error results from a variable assignment in this file: https://github.com/visulate/visulate-ora2pg/blob/main/express/db_connection_check.pl.
stirumala76 commented
I did not try with Postgres but I guess it will be the same issue after looking at the assignment variables for the db_connection check, the only workaround is we need to change the password not having $ sign.