|
I have a couple of sql-scripts, such as creating new users, creating tables, etc., which I want to load automatically by the use of a Maven plugin. Therefore, I'm searching for a manner to pass an sql script file as a stream to the Oracle JDBC-driver. Unfortunately, I cannot find such a method in the documentation.
Is there someone who knows if there is a method to load sql scripts and execute it with the Oracle JDBC driver?
Regards,
Jeroen
|