Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionDoes anyone know an open source java solution to display the Query Execution plan of a query send to a database ? Would prefer a graphical output like a graph with nodes etc.
EDIT : Used Database is Oracle
The query plan is highly dependent on the database you use, so you are unlikely to find a generic app that will show you the execution plan for any query on any database. But if you add a bit of details about what database you are using, it will be easier to help you.
精彩评论