mike
mike

Reputation: 11

Modify sql statements generated by JDBC

What is the simplest way to intercept and modify sql statements generated by jdbc driver? There is something like P6Spy. According to information from google, an open source framework to support applications that intercept and optionally modify database statements. But last release of the software was back in 2003, website is down, there is no wiki, tutorials etc. Are there any other options?

Thx for help

Upvotes: 1

Views: 297

Answers (1)

John M
John M

Reputation: 13239

What database?

I recall Oracle added something in version 10 to allow you to patch/rewrite SQL in code you couldn't change.

Upvotes: 0

Related Questions