Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
创建数据源时SSIS Connect Oracle 10g返回错误_Oracle_Ssis - Fatal编程技术网

创建数据源时SSIS Connect Oracle 10g返回错误

创建数据源时SSIS Connect Oracle 10g返回错误,oracle,ssis,Oracle,Ssis,我已经在我的操作系统Windows Server 2008 R2上安装了Oracle 10g客户端(32位)。 我能够使用Oracle SQL Plus连接到Oracle server 但当我通过VisualStudioBI(SSIS数据源)2008R2连接时。它正在发出一个警告 错误: TITLE: Connection Manager ------------------------------ Test connection failed because of an error in in

我已经在我的操作系统Windows Server 2008 R2上安装了Oracle 10g客户端(32位)。 我能够使用Oracle SQL Plus连接到Oracle server

但当我通过VisualStudioBI(SSIS数据源)2008R2连接时。它正在发出一个警告

错误:

TITLE: Connection Manager
------------------------------
Test connection failed because of an error in initializing provider. ORA-12154: TNS:could not resolve the connect identifier specified

在Datasource中,我选择Oracle数据客户端提供程序,并在服务器名称框中填写tns服务名称。

Oracle客户端可以访问Visual Studio?您必须使用ADO提供程序吗?即使在SQL 2012上,微软仍然推荐使用OLE DB。我会使用“Oracle Provider for OLE DB”或“Microsoft Connector for Oracle by Attunity”(如果您有SQL Enterprise Edition)。