I have a simple piece of code which returns 903 records when run in SSMS after 1hr of execution. Toad completes with 0 records in .7 seconds.
What configuration is stopping Toad from returning data? Is it a configuration item on Toad, or is it a configuration item on the database?
There are no error messages at all - nothing to go on. We’ve tried a couple different accounts, (sys admin, dbo…) all yield the same results - data on SSMS, nothing on Toad.
Querying some of the views through Toad and again - get 0 records returned, looking directly at the tables, we can see data.
Thoughts?