0

Can I do full load and CDC from oracle PeopleSoft to Amazon RDS postgreSQL using AWS DMS ?

Edy
  • 79
  • 5

2 Answers2

0

No, PeopleSoft database is not supported by AWS DMS.

FrancesSun
  • 33
  • 1
  • 12
0

According to this document, PeopleSoft is not a database but an abstraction layer on top of another DB product.

So the question is: what underlying DB are you using for PeopleSoft?

After determining your source DB, look at this document to see if it's supported by DMS.

Are you planning on using the target PostgreSQL for PeopleSoft? Make sure that t's a supported combination.

Jonathan Jacobson
  • 1,441
  • 11
  • 20
  • The underlying DB is Oracle. If that's the case, I believe I can do from oracle DB to postgreSQL using DMS. I have no clue about this – Edy Nov 13 '20 at 04:36