0

dblogin userid ogg_user, password AADAAAAAAAAAAAIAKAQIJAGAMFUFKFBGQHXBJIWGECTEIAZHJFYALFFIBGHGJBPFBCPBKEPCRCRHAESJ, AES128, encryptkey securekey1 ERROR: Unable to connect to database using user ogg_user. Please check privileges. ORA-01017: invalid username/password; logon denied.

GoldenGate Version - 12.1.2.0.0 Database Version - 11.2.0.4

What are the privileges required to get the connection done. I have given all required for a Goldengate User including DBA, but still there is an error.

Let me know.

Thanks!

4

1 回答 1

0

I think you just missed a sense of error message: "ORA-01017: invalid username/password". You need to check that password you encrypted as "AADAAAAAAAAAAAIAKAQIJAGAMFUFKFBGQHXBJIWGECTEIAZHJFYALFFIBGHGJBPFBCPBKEPCRCRHAESJ" is the same as password of "ogg_user" user in your database. If you had a problem with privileges or so you'd get another error messages.

Please, set password in database to some value, encrypt it again and everything should be fine, I believe.

Good luck

于 2016-06-29T22:59:27.273 回答