I am having trouble with SQL statements that take an extended period of time to return a result set. Basically, I execute the SQL statement or Stored Procedure and I see the Session open up on Oracle and it apears to be processessing then after a long time the Session dissapears but nothing is ever returned to PL/SQL Developer.
When this happens on a regular SELECT command I can cancel the task and I receive the error ORA-03113: end-of-file on communication channel. Then ORA-03114: not connected to ORACLE. I
When this happens to a cursor that is returned from a Stored Procedure I can not cancel the action and I actually have to force a close of PL/SQL Developer.
I am a new user of PL/SQL Developer so maybe I am doing something wrong...
Thanks,
When this happens on a regular SELECT command I can cancel the task and I receive the error ORA-03113: end-of-file on communication channel. Then ORA-03114: not connected to ORACLE. I
When this happens to a cursor that is returned from a Stored Procedure I can not cancel the action and I actually have to force a close of PL/SQL Developer.
I am a new user of PL/SQL Developer so maybe I am doing something wrong...
Thanks,