Does 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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.