View Full Version : Copy JDBC to clipboard
bkbonner
May 29th, 2012, 10:52 AM
It would be nice if we could copy the JDBC in the analysis to the system clipboard...for further diagnostics and analysis.
tal
May 31st, 2012, 01:32 AM
Unfortunately you can't do it directly. We should definitely add this option in the future.
There is a really ugly way you could try to get the SQL statement:
1. Click the little cog icon on the top-right corner and choose "Bookmarkable trace url".
2. Copy the trace id (something like this: 615b0fd5-fcca-427b-9d94-b39551ec0eb0-4fc62d02-869372) from the browser address bar.
3. Build a url like this: http://localhost:8080/insight/services/traces/rest/615b0fd5-fcca-427b-9d94-b39551ec0eb0-4fc62d02-869372 to get a JSON representation of the trace and copy the SQL statement.
-Tal
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.