Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Execute statement(F9) works but Run Script (F5) does not

616850Feb 20 2009 — edited Feb 23 2009
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2009
Added on Feb 20 2009
4 comments
1,315 views