visulate/visulate-ora2pg

OracleDB Invalid username and password

Opened this issue · 2 comments

The tool fails to log in to your oracle DB if your oracle user password has $ as a special character in it.
image

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.

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.