I am building an application that has a couple hundred select`s and I need to print in a report the query time.
I am using Oracle databases with Toad IDE.
Let`s say for example I have a "select * from names" and I would like to print the query execution time.
Thanks
I created a function in Java because I am generating the report with Java but it prints the execution that it calculates from Java not the exact database query execution time
I would like to print the query execution time