Recent content by Svetj

  1. S

    PLSQL Developer hangs selecting fields on result table

    Sorry for the delay. I executed the procedure without any problem. Otherwise I made some other tests, with other computers: someone has the same problem. somebody else nothing.. It's very strange. Have a nice weekend Stefano
  2. S

    PLSQL Developer hangs selecting fields on result table

    Just another question: does exist any difference between the procedure executed by plsql developer version 6 and 7?
  3. S

    PLSQL Developer hangs selecting fields on result table

    Checking the session with another plsql developer, the sql text is: declare t_owner varchar2(30); t_name varchar2(30); procedure check_mview is dummy integer; begin if :object_type = 'TABLE' then select 1 into dummy from sys.all_objects where owner =...
  4. S

    PLSQL Developer hangs selecting fields on result table

    Hi, After executing a query on a sql window, I need to select and copy some fields from result. But since some days when I select a field, or I try to order the results by a field, the program hangs. I can't know if something has changed on server side, but the problem is present only with some...
Back
Top