I am receiving an error from the Oracle JDBC driver (ojdbc14_g.jar) when trying to obtain a connection to a 10g database. The driver has an oracle.jdbc.driver.OracleLog class which could help but ...
I’m building a J2EE web application which uses Oracle SSO with an OID back-end as the means for authenticating users.
If a user wants to use the application, first he must provide ...
Environment
Various applications that use jdbc connection pool:
WebLogic 8 (and higher) and Tomcat 6 application servers,
various versions of Oracle Database (from 9.2.0.7 to 10.2.0.4)
on various platforms (RHEL 5.5, Solaris 9, Solari 10 ...
I have currently implemented a java swing application. In that application I have used java.util.logging to log things in to a text file. But It is difficult to go through the ...
I am having some problems with an Hibernate Criteria query causing a outOfIndex error at driver level, I am pretty sure the problem is at the driver as I have being ...
All,
I have to redesign an existing logging system being used in web application. The existing system reads an Excel sheet for records, processes(data validation) it, records the error messages for each ...
Hi It seems that I may need to use EclipseLink for JPA but I can't find EclipseLink in my Netbeans 6.5 upgraded to 6.7 install How is EclipseLink added to Netbeans? ...
Does anyone know of a simple way of logging an Oracle prepared/callable statement? I tried calling toString() but all I receive is the object reference. I believe the Oracle libraries have some functionality for producing their own logs but I'd rather a simpler solution which allows me to log just what I need. Thanks