Open hito4t opened 8 years ago
I'm seeing the same error in my application when I enable batching in the driver - did you figure out what causes this?
@tadhgpearson
No.
insert_method: direct
worked if executed in command line ( embulk run xxx.yml
).
But failed if executed with EmbulkEmbed.
How did you execute embulk-output-oracle?
I wasn't using embark - I got this error in my own Hibernate-based application.
I see. This problem might be caused by ClassLoader. In Embulk, Oracle JDBC Driver is not loaded by the system class loader, but by a custom class loader of Embulk.