RE: sql trace

2000-11-06 Thread Andrej Gabara
Title: RE: sql trace What we have done is to write a JDBC driver which wraps the Oracle driver. This driver not only captures SQL sent, but also parameters to prepared statements and timings. To implemented it you need to write wrapper classes for to java.sql.Driver, Statement

RE: SQL Trace

2000-09-07 Thread Rick Bos
Look in application-deployments/your-app/ejb/orion-ejb-jar.xml > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: September 7, 2000 8:28 AM > To: Orion-Interest > Subject: SQL Trace > > I've seen this question asked before, but don't recall an answer