Replication between RDS and on premises Oracle

0

I am planning to build a standard three tier architecture web portal with an RDS backend. Some of the data needs to be sync'd back to my on-premise Oracle database.

I want updates from either source (the portal or the Oracle database) to sync to the other database in near real time.

I have looked at DMS, Oracle Goldengate and using a Lambda function to trigger an update.

Have you got any guidance on how to approach this problem?

1개 답변
0
수락된 답변

If you have a GG license already then that would be the first choice. If not then DMS but DMS does not do two way replication so you will have to address handling replication in both directions. Other native replication options may work like looking at distributed transactions in Oracle.

Another option would be to code the app tier to update both databases.

전문가
John_F
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠