Is there any way to load a csv into an Oracle table using Flyway without converting the csv into a bunch of insert statements?
Comments
3 comments
-
Not that I'm aware of, there may be some dark corner of Oracle's sqlplus that does this but Flyway doesn't do any conversions
-
@AlistairW I found this article on your site: https://documentation.red-gate.com/fd/using-oracle-sql-loader-to-load-data-with-flyway-273973414.html#:~:text=If using SQL*Loader with,poorly formatted data load file and tried to follow this example. My flyway instance is simply ignoring the versioned file ending in .sh. Any suggestions?
-
Looks like it is a version issue I am running Flyway Community Edition 7.15.0 and you need at least 10.17.1?
Add comment
Please sign in to leave a comment.