I am using Oracle.DataAccess.dll and having this type of Connection string
"User ID=ENET;Password=;Host=xxx.xxx.xxx.xxx:1522;Pooling=true;Min Pool Size=0;Max Pool Size=100;Connection Lifetime=0;"
But it is giving me error as follows ORA-12514:TNS:listener does not currently know of service requested in connected description
I have figure out it is asking about service name My service name is EXTST But I am not getting that how to put service name parameter in this string. Can some body help me.