如何在 asp.net (C#) 中连接 oracle 数据库作为后端?
它的连接字符串是什么?
当我尝试连接时,出现以下错误:
ORA-12154: TNS: 无法解析指定的连接标识符
The actual connection string depends on the parameters of your server (ip, instance name, credentials, etc).
Here's a site with several 'example' connection strings for oracle:
要使用 .NET 连接到 Oracle DB,最好的方法是:
OracleConnection
使用对象创建连接我什至不会讨论其他可能性,因为这是 .net-Ora 连接的黄金标准