Can AWS Glue read data from on-prem Oracle views?

0

Hi, We are using Glue to read data from on-premise Oracle DB table. The table is large and has 40+ columns. We are interested in data from only 3 columns. Does AWS Glue support reading from Oracle views? Has anyone tried and tested it? Please assist

Mayura
gefragt vor einem Jahr635 Aufrufe
1 Antwort
1

Hello, Glue Can read objects from any data source that support JDBC connection, following pre-requisites are required: 1) Connectivity is setup between datasource and AWS/VPC and a Security Groups is configured with access 2) A Glue JDBC connector configured with VPC, Subnet, Security Group that has access to datasouce

If you would like to bring on-prem data to AWS, AWS DMS is a great option which also has support for CDC. Following link can help you with the use-case. https://aws.amazon.com/premiumsupport/knowledge-center/migrate-db-dms/

AWS
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen