I have a query which is run on an external database, to which i have only select priveledges on 4 tables, but since the response time is pretty slow, I just wanted to see what is happening with the queries. Is it possible to run explain even though I have only limited access? If not what is the better solution to see the track of the query?
Thanks!
Thanks!