Executes the contents of a SQL script file against a database.
This tool is usually used to create a database from script.
It can also be used to analyze performance problems by running
the tool using Java profiler settings such as:
java -Xrunhprof:cpu=samples,depth=16 ...
To include local files when using remote databases, use the special
syntax:
@INCLUDE fileName
This syntax is only supported by this tool. Embedded RUNSCRIPT SQL
statements will be executed by the database.