When generating the schema generation script, the terminate statement ";" is generated correctly when using a h2 database, but no terminate statement is generated for oracle. (eclipselink.ddlgen-terminate-statements is set to true)
Is there any way to make eclipselink generate ";"? Really want to avoid going through the script afterward and add ";" manually...