Aws glue jobs and databases

0

I want to take data and remove the data from the table in SQL database and then insert the data in a new ORACLE database table.Both tables are having same schema.how to do this job with AWS GLUE.

asked 2 years ago230 views
1 Answer
0

Do consider other options available to move your data. One tool that would fit this scenario would be DMS. DMS would provide a GUI for the data movement and would be possibly be cheap.

If you would like to use Glue for the data move, try using Visual job with source as SQL and target as Oracle. I have shown those options below in the Glue Visual editor console: Enter image description here

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions