Why is my counter (*) asking for a timeout but an inline view that it is not counting entries for?
Can't figure it out ... When I execute the select query it shows the explain plan cost ~ 4500 and takes ~ 3 seconds to return. When I complete this request (unchanged) inside:
select count(*) from (
/*query here*/
)
Time. He's for 5 minutes and counts now.
I tried this in SQL Developer and Aqua Data Studio - same results.
+2
a source to share
6 answers
It is impossible to tell without seeing your entire query, but I would try to look at the plan explanation first .
0
a source to share