vladm
14 years agoOccasional Contributor
Problems with connect to Oracle DB
Hi All,
Please, help to find the reason of such error during attempt to connect to Oracle DB using ADO connection:
[Oracle][ODBC][Ora]ORA-01017: invalid username/password; logon denied
Connect string looks like this:
MY_DB.ConnectionString = "Driver={Oracle in OraDb10g_home1};Server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST = db-oracle-05.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME = odwdew)));User Id=user;Password=password";
I can log in with this credentials to this DB anywhere, but not in TestComplete.
Thanks.