Execute .sql file using JDBC
843785Nov 11 2008 — edited Nov 12 2008I have a .sql file which contains a SELECT query and spools the ouput into a .txt file.
The problem is, I have some formatting queries like SET LINESIZE 500 etc.
How do I execute the .SQL file