Reputation: 105
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.
If yes, How can i achieve this.
Upvotes: 1
Views: 549
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