What is the best way to load initial sql script to Oracle database via Gradle?

DbDeploy plugin doesn’t understand pl/sql syntax, ant sql plugin have the same problems. How can I solve that problem?

At the very least, you can execute the Oracle ‘sqlplus’ command line tool with a task of type ‘Exec’.