Execute statement(F9) works but Run Script (F5) does not
616850Feb 20 2009 — edited Feb 23 2009Hi guys,
I have some weired problem, started all of sudden a day ago. I have simple query 'select * from test_Table' which works fine when I use Execute statement(F9), but if I try to run same query using Run Script (F5) it just takes forever. Anyone ever faced situation like this before.
If I run the same query using command prompt (SQL PLUS), it works fine too.
It is the same issue with all of my colleagues.
Also, if I try to access the same query from .net using Oracle.DataAccess.Client , it does not return anything. it just stay waiting at this(OracleDataReader myReader = cmd.ExecuteReader();) code line.
Please Help
Thanks