首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Postgres World

    每周 Postgres 世界动态 2022w14

    Orafce 新版本发布3.20.0. Orafce 是一个在 PostgreSQL 中实现 Oracle 部分缺失(或行为不一致)的函数的开源项目,其函数实现均在 Oracle 10g 上验证,可用于生产环境。

    84184编辑于 2022-04-11
  • 来自专栏Postgres World

    每周 Postgres 世界动态 2022w15

    时间 消息 2022-04-15 Orafce 发布新版本3.21.0. Orafce 是一个在 PostgreSQL 中实现 Oracle 部分缺失(或行为不一致)的函数的开源项目,其函数实现均在 Oracle 10g 上验证,可用于生产环境。

    49654编辑于 2022-04-17
  • 来自专栏小麦苗的DB宝专栏

    PG几个有趣的插件和工具介绍

    = 1) Rows Removed by Filter: 99999 Planning time: 0.160 ms Execution time: 46.460 ms (5 rows) orafce https://github.com/orafce/orafce orafce英文全称Oracle’s compatibility functions and packages。 通过orafce可以和Oracle兼容的功能。

    2.2K30编辑于 2023-09-19
  • 来自专栏Postgres World

    每周 Postgres 世界动态 2022w44

    on database and user entries in pg_hba.conf Paul Ramsey Postgres Insider Terminology Pavel Stehule orafce

    653104编辑于 2022-11-09
  • 来自专栏Postgres World

    每周 Postgres 世界动态 2022w48

    Booz PostgreSQL Community: Passionate, Knowledgeable, and Thoughtful Pavel Stehule prepared dll of orafce

    44054编辑于 2022-12-06
  • 来自专栏民工哥技术之路

    进阶数据库系列(二十五):PostgreSQL 数据库日常运维管理

    命令加上-W选项创建用户 开启服务器日志 postgresql扩展组件 oracle兼容性函数 su - postgres cd /opt wget https://api.pgxn.org/dist/orafce /3.21.0/orafce-3.21.0.zip --no-check-certificate unzip orafce-3.21.0.zip #解压 cd orafce-3.21.0/ #进入orafce -3.21.0目录 make clean make #编译 make install #安装 psql -d pgtest -U pgadmin -W create extension orafce ; --创建orafce扩展 \q postgis模块 安装cmake3.x版本 cd /opt wget https://github.com/Kitware/CMake/releases/download

    2.5K20编辑于 2023-08-22
  • 来自专栏PostgreSQL研究与原理解析

    Oracle转换Postgres

    Orafce:兼容Oracle的函数。

    9.2K30发布于 2020-10-28
  • 来自专栏PostgreSQL研究与原理解析

    Oracle转换Postgres

    Orafce:兼容Oracle的函数。

    6.8K00发布于 2020-01-19
  • 来自专栏杨建荣的学习笔记

    2020年度20多款主流数据库重大更新及技术要点回顾

    https://github.com/timescale/timescaledb 4、Oracle兼容插件orafce发布3.13.4 orafce是PostgreSQL的一款增强Oracle兼容性的插件 https://api.pgxn.org/src/orafce/ OceanBase最新2.2.7版本有重要更新 2020年,OceanBase数据库一共迭代了3个版本,最新发布的2.2.7版本在高可用性

    2.3K20发布于 2021-02-25
  • 来自专栏小麦苗的DB宝专栏

    GreenPlum 7.1.0新特性介绍

    /greenplum-db-7.1.0/lib/postgresql/pgxs/src/makefiles/pgxs.mk CONFIGURE = '--with-gssapi' '--enable-orafce

    1.3K10编辑于 2024-02-26
领券