标签: sql-server ssis odbc
我正在尝试从oracle获取数据并将其转储到SQL Server中。为此,我正在使用SSIS包。但是,当我执行pakcage时,数据流中的ODBC源组件不会运行。在执行结果中,它给出了VS_ISBROKEN和There was an error in getting table schema information. Table has no columns.
VS_ISBROKEN
There was an error in getting table schema information. Table has no columns.
然而。当在组件的属性中我尝试预览我的查询结果时,它工作正常,并没有给出错误。
请帮忙!