我无法通过 asmx Web 服务而不是通过控制台应用程序 [x86] 连接到 Oracle 模式。
编码:
var conn = new OracleConnection("Data Source=xe;User ID=mySchema;Password=myPass");
例外:
ORA-12154: TNS:could not resolve the connect identifier specified
环境:Windows 7 x64 - VS 2008。
任何想法?
请向我询问任何额外的信息
提前致谢。