first, i saw a lot of open questions similar to my case but non shows actual solution.
lately i started to work with oracle DB v.11.2.0.3.0. i have DB with SID and no service name. i tried to connect this DB via visual studio ODP.NET (ez-connect) but there is no input field for SID.
got the following error :
ORA-01017:invalid username/password;logon denied.
however, i succeed to connect a different DB with service name and no SID. also, succeed to connect to this DB via sql developer tool so all details like username, password, port and connection name are correct.
how can i connect to oracle DB with SID using visual studio ODP.NET?
thank's in advanced.