Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 SQL Developer(Oracle 的工具)中运行查询,将其复制到 SSIS,单击预览,但它什么也没返回。它在 Oracle 中运行良好。有任何想法吗?在 Oracle 中运行大约需要 120 秒。
预览有 30 秒超时,您无法延长 AFAIK。这可能是您无法预览的原因。
尝试在下游添加一个虚拟转换(例如多播),然后在两者之间的数据流路径上添加一个数据查看器。
我看到这篇文章已经休眠了一段时间,但我发现添加UseSessionFormat=True;到连接字符串的末尾解决了这个问题。
UseSessionFormat=True;