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, PreparedStatement, and CallableStatement.

-Andrej


> -----Original Message-----
> From: Tommy Essebo [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 06, 2000 4:29 AM
> To: Orion-Interest
> Subject: sql trace
>
>
> 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
>
>

Reply via email to