aspose file tools
The moose likes JDBC and the fly likes how to trace sql query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to trace sql query " Watch "how to trace sql query " New topic
Author

how to trace sql query

Ramakrishnan Ponmudi
Ranch Hand

Joined: Apr 20, 2004
Posts: 72
i want to see, what is the exact sql query running in Database when a
prepared statement used.
Sri Ram
Ranch Hand

Joined: Oct 03, 2005
Posts: 118
What DB u are using?
If u are using SQL Server, U can use, Profiler. This will give u all the queries that are fired to the DB.
Sri Ram
Ranch Hand

Joined: Oct 03, 2005
Posts: 118
If u are using Oracle, This might be useful. Trace Data Viewer. This is a tool provided by Oracle.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to trace sql query
 
Similar Threads
How to Find Out There Are Identical Records Without Using the Select?
Sub query(oracle) conversion to HQL/criteria
Please help me to convert this SQL to hibernate query
JDBC doesn't retrieve all the results available in the MSSQL database
Hibernate 3 not able to recognize the "ON" word in sql