R
Ravi
I am getting an error
ORA-12154: TNS:could not resolve service name
the following code i am using
Dim oraconn As New OracleConnection("server=exxxx1;user
id=xxxxxxx;password=xxxxxx;Integrated Security = true")
The following code generate the error below:
Dim oraconn As New OracleConnection
("server=xxxxx1.xx.xx.com;user
id=xxxxxxx;password=xxxxxx;Integrated Security = true")
ORA-01004: default username feature not supported; logon
denied
Dim oraconn As New OracleConnection("Data
Source=xxxxx1.xx.xx.com;user
id=xxxxxxx;password=xxxxxx;Integrated Security = true")
ORA-01004: default username feature not supported; logon
denied
I tries using oledb and odbc also. I am unable to connect
to the oracle.
I read in one of the articles that since the ASP.NET is
running a impersonate account in the windows it may not
access OCI. But i given Admin acess to asp.net account.
Am i missing something?
Thanks
Ravi
ORA-12154: TNS:could not resolve service name
the following code i am using
Dim oraconn As New OracleConnection("server=exxxx1;user
id=xxxxxxx;password=xxxxxx;Integrated Security = true")
The following code generate the error below:
Dim oraconn As New OracleConnection
("server=xxxxx1.xx.xx.com;user
id=xxxxxxx;password=xxxxxx;Integrated Security = true")
ORA-01004: default username feature not supported; logon
denied
Dim oraconn As New OracleConnection("Data
Source=xxxxx1.xx.xx.com;user
id=xxxxxxx;password=xxxxxx;Integrated Security = true")
ORA-01004: default username feature not supported; logon
denied
I tries using oledb and odbc also. I am unable to connect
to the oracle.
I read in one of the articles that since the ASP.NET is
running a impersonate account in the windows it may not
access OCI. But i given Admin acess to asp.net account.
Am i missing something?
Thanks
Ravi