Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Trying to connect QVS 11.2 SR7 to Oracle client driver 11.2.0.4. We're using Oracle 11G R2 on Win Server 2012.
The connection string that we're using is:
Data Source=UATDB;User Id=user1;Password=pwd1
QVS setup is attached.
ERROR MSG:
Error is “Value Cannot be Null. Parameter Name: NonDelimitedObjectName”
On the same machine Oracle 12.1 odbc client worked using the following connection string:
Driver=Oracle in OraClient12Home1;Dbq=UATDB;Uid=user1;Pwd=pwd1
Hi,
You need to have same version of client as that of oracle DataBase.
Regards
ASHFAQ
Thanks for the quick response - unfortunately that is not working - We tried using Oracle 11.2.0.4 with the same client version.