postgresql - 有没有办法将本地 Oracle 表数据同步到 Aurora postgres RDS 中的表?

标签 postgresql oracle amazon-web-services amazon-rds database-migration

我已将本地 Oracle 迁移到 AWS RDS 上的 Aurora Postgres。我的迁移过程如下图所示。

enter image description here

我正在寻找一种将数据从本地 Oracle 同步到 aurora postgres 的选项(例如,如果在特定表中插入/更新了一行,则该数据应该出现并更新/插入到 aurora postgres 表中)。

可能吗?

最佳答案

是的,您需要使用 DMS(数据库迁移服务),它可以进行从源数据库到目标数据库的连续数据复制

https://aws.amazon.com/dms/

关于postgresql - 有没有办法将本地 Oracle 表数据同步到 Aurora postgres RDS 中的表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66704559/

相关文章:

amazon-web-services - 使用 CloudFormation 时 NodeGroup 未加入 EKS 集群

MySQL:频繁更新和读取同一行

postgresql - Keycloak 无法连接到 Postgres : "SSL connection is required"

python - 使用带有 IN 语句的 cx_Oracle (Python 3)

sql - INSERT INTO/SELECT DISTINCT 导致 SYS_GUID 的主键冲突

amazon-web-services - 是否可以使用带有elasticbeanstalk的内部负载均衡器来创建私有(private)服务?

postgresql - 使用内部连接对批量更新进行后续处理

postgresql - 如何返回在postgresql函数中删除的行数

c# - 在 Entity Core 中使用 Postgres lpad

sql - "ORA-00903: invalid table name"更新记录时出错