Quote:
Originally Posted by Belisarius
Do all the valid SQL statements end in ";"?
|
Yes they do, but there can be a problem of queries inside queries.
I solved it by not using Java at all. I wrote a maven plugin that installs the oracle instant client which allows you to run sqlplus commands to a remote host.
-Toe