User2015845154 posted
Dear all,
I'm using VS 2010 and I have a Oracle SQL developer to access Oracle DB. the connection string I;m using is as below;
string
oradb =
"Data
Source=( DESCRIPTION = ( ADDRESS_LIST = ( ADDRESS = ( PROTOCOL = TCP )( HOST = ****)( PORT = 1521 ) ) )( CONNECT_DATA = ( SERVICE_NAME = **** ) ) ); User Id=****; Password =****";
OracleConnection
conn = new
OracleConnection(oradb);
conn.Open();
But I'm getting the above error msg. Appreciate all your help!!
Thanks,
Sunil