Activity overview
Latest activity by rknemani
Looks like it is a version issue I am running Flyway Community Edition 7.15.0 and you need at least 10.17.1? / comments
Looks like it is a version issue I am running Flyway Community Edition 7.15.0 and you need at least 10.17.1?
@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? / comments
@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...
Loading a csv into an Oracle table
Is there any way to load a csv into an Oracle table using Flyway without converting the csv into a bunch of insert statements?