Greetings:
I'm trying to connect to an Oracle database and run a simple query. I'm connecting OK but, oddly, no matter what I send to the DB via "execute_query", no rows are returned and no exceptions are thrown. I could send a totally bogus query, e.g., a misspelled column name, and I'll get the same result, i.e., no exception, no rows. Very peculiar.
I'm wondering if anyone else has seen this problem before and, if so, could offer some solution.
Thanks!