Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> ORA-12154: TNS: servicename
I use:
Dim con As OracleConnection
con = New OracleConnection("Data Source=Oracle9i;Integrated Security=yes")
But I get this message:
ORA-12154: TNS: servicename could not be resolved
What does this mean?
rg,
Eric
Received on Thu Mar 11 2004 - 09:32:31 CST