Seemed to have solved the problem myself. :)
I can treat the CLOB as a String since we are using Oracle JDBC 10g.
Found the information on the following site at oracle.com -> ...
Type: Posts; User: pnisv97; Keyword(s):
Seemed to have solved the problem myself. :)
I can treat the CLOB as a String since we are using Oracle JDBC 10g.
Found the information on the following site at oracle.com -> ...
Hi,
Can't get this to work. Done exactly as you have described above..
import java.io.BufferedReader;
import java.io.IOException;
import java.sql.CallableStatement;
import...
Hi all experts,
I have JMX setup with help of 1.5 annotations and quartz running, at the moment a single job. How could I simply expose a Quartz schedule object so I can trigger jobs? See when they...