Hello,
I'm looking for a tool which replaces SQL* plus. In Oracle Database 11, the SQL plus can be accessed just from a command line window. What other tool can be used as a replacement for SQL Plus (and which works with all sql plus commands, because SQL Developer does not support all of the comands), and which automatically generates the explain plan after a statement has been executed?
When posting SQL statements to this forum, what tool are you using to format the explain plan as being readable (i saw some posts in which explain plan was well-ordered and readable, other posts where it was so unclear (the column headers were on different position than the values).
For me, using SQL plus from command line it's not so pleasant.
Thank you.