Nimmo
Nimmo

Reputation: 105

AWS Data Pipeline - csv(s3) to RDS Oracle

I want to load my s3 csv file data in RDS Oracle existing table. But in the console, i am not able to find any templates for it. Does it supports oracle also.

This image i have taken from console If yes, How can i achieve this.

Upvotes: 1

Views: 549

Answers (1)

jmp
jmp

Reputation: 2385

You would need to adjust the templates for the Oracle database.

https://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-object-rdsdatabase.html

For the Oracle engine, the jdbcDriverJarUri field is required and you can specify the following driver: http://www.oracle.com/technetwork/database/features/jdbc/jdbc-drivers-12c-download-1958347.html.

Upvotes: 0

Related Questions