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

sql trace

2000-11-06 Thread Tommy Essebo
Is it possible to get a trace of the Orion-generated SQL statements? I have tried the jdbc way: DriverManager.setLogWriter() but this doesn't work for the Oracle Thin jdbc-driver (it works for other jdbc-drivers) /tommy

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 b

SQL Trace

2000-09-07 Thread BSmith
I've seen this question asked before, but don't recall an answer (I searched the archive and didn't find one :( ). Is there a way to see what SQL the container is generating to send to the db when using CMP? Thanks, Bill

SQL trace?

2000-06-28 Thread Joel Shellman
I'm trying to debug an ejb problem I'm having (table or view does not exist from Oracle JDBC), and it would be really convenient if I could see the exact SQL Orion is trying to run (in this case, what table is it trying to access). Is there a way to get this information from a log? Thanks, -- J