问题标签 [orafce]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
106 浏览

google-cloud-sql - 是否可以在 google postgres cloud sql 中支持 orafce

我们将 orafce 用于我们的 oracle 到 postgres 的迁移,它工作得很好。 https://github.com/orafce
最近我们尝试迁移到cloud db,我们选择了google cloud,但是我发现google cloud不支持orafce扩展。
https://cloud.google.com/sql/docs/postgres/extensions#postgresql-extensions-supported-by-cloud-sql

谷歌云是否可以支持 orafce 扩展?

0 投票
1 回答
30 浏览

encoding - 在 PLPGSQL/Orafce 中转换文本

从 Oracle 转换后,我正在使用 PL/pgSQL 和 Orafce。在一个函数中,我正在写一个文件。我想用 LATIN1 编码来写。我的数据库是 UTF8 格式的。

convert功能,但我想我错过了一些东西,因为我似乎没有找到我的用例。

问题是这个函数返回bytea. 我怎么能得到一个text