Thread: jdbc
View Single Post
Old 03-27-2007, 11:42 AM   #3 (permalink)
toe_cutter
Code Monkey
 
Join Date: Aug 2002
Location: Boston, MA
Posts: 79
toe_cutter is on a distinguished road
Send a message via ICQ to toe_cutter Send a message via AIM to toe_cutter Send a message via Yahoo to toe_cutter
Quote:
Originally Posted by Belisarius View Post
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
__________________
toe_cutter is offline   Reply With Quote