executeCommand hanging with sqplus
Description
Environment
Oracle
Activity
Show:
Nathan Voxland July 18, 2014 at 6:25 PM
Nothing liquibase can do, script needs to make sure it ends with
Nathan Voxland May 28, 2014 at 8:54 PM
Sqlplus does not exit by default. See http://serverfault.com/questions/87035/run-oracle-sql-script-and-exit-from-sqlplus-exe-via-command-prompt
From http://forum.liquibase.org/topic/execute-an-oracle-sql-script#49382000000932011
As newbe to Liquibase I'm struggeling to execute an Oracle sql script generated by a vendor.
It seems that the script has been run, but the liquibase never ends and I don't have the spool file (c:\a.txt).
The c:\a.sql file contains:
Regarding SQL*Plus completely ending. When I invoke it from a cmd it returns the the shell and looking at the Task Manager I cannot see any SQL*Plus program running. so I guess it does completely ends but from some reason the Liquibase code doesn't catch it.