SQL statement is running fast in SQL plus but not in Toad or SQL developper
690159Mar 10 2009 — edited Mar 19 2009I have a conplex sql statement that have used distinct, union, many table joins, this query is running fast from sql plus on server(10.2.0.3) and from my client machine's sql plus (10.2.0.1), start to receive query output in 50 seconds, it does take 8-9 minutes to display all output. But when using any tool, like toad(9.7.2.5), discover, sql developer, it is extremely slow.
Any one has any idea what is wrong here? I know those tool need some extra time to do the format and display everything at once, but it shouldn't wait 4 hours and i still not able to produce the output? is there any way to correct this?
Thanks