V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
qviqvi
V2EX  ›  PostgreSQL

Oracle 迁移 postgreSQL ,有什么经验分享

  •  
  •   qviqvi · 13 小时 15 分钟前 · 759 次点击

    马上要迁移数据了,不过代码和原 oracle 数据库都是祖传的,缺乏文档,不知道怎么迁移比较好,求经验分享

    3 条回复    2024-12-18 14:01:23 +08:00
    netnr
        1
    netnr  
       7 小时 3 分钟前
    只是表的话用工具转换过去,有存储过程、函数包这些要重写

    数据库转换工具 https://fishcodelib.com/DBMigration.htm
    number 类型可能要过一遍,调整一下,因为全部转成 decimal 了,还有这个工具迁移数据很慢,建议只用作迁移表架构

    数据迁移是自己写的工具 NDX https://github.com/netnr/np/releases/tag/dist

    以上经验是 Oracle 、SQLServer 、MySQL 、PG 、DM 这些数据库之间的迁移实践,数据量不大,最大的只有几百万
    defunct9
        2
    defunct9  
       5 小时 25 分钟前
    这个我有经验,阿里云有个 PolarDB ,实际是 postgres ,完全支持 Oracle 的。
    crazyq
        3
    crazyq  
       44 分钟前
    没有 dblink , 权限也和 oracle 大不同,我们迁的卡住了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5492 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 19ms · UTC 06:45 · PVG 14:45 · LAX 22:45 · JFK 01:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.