从postgres到oracle的数据库链接中提取时间戳

时间:2017-03-17 14:15:51

标签: oracle postgresql dblink enterprisedb

我工作的公司正在从oracle切换到EnterpriseDB,我试图更新使用表中时间戳的查询,但每当我尝试拉出时间戳时,它就会给我:< / p>

[Devart][ODBC][PostgreSQL]Invalid TIMESTAMP string {HY000}

我尝试使用to_date将其转换为varchar2,date,timestamp,但没有任何效果。

查询是:

select "ship_date" from "promotion"@pgProd

在postgres中,ship_date只是一个时间戳。

有关如何实现这一目标的任何信息将不胜感激。

编辑:为了澄清,此查询正在oracle中从postgres中提取数据。

Oracle版本为11g

创建脚本的相关部分是:

ship_date timestamp without time zone NOT NULL

0 个答案:

没有答案