问题标签 [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.
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 扩展?
encoding - 在 PLPGSQL/Orafce 中转换文本
从 Oracle 转换后,我正在使用 PL/pgSQL 和 Orafce。在一个函数中,我正在写一个文件。我想用 LATIN1 编码来写。我的数据库是 UTF8 格式的。
有convert
功能,但我想我错过了一些东西,因为我似乎没有找到我的用例。
问题是这个函数返回bytea
. 我怎么能得到一个text
?