Recent content by sasha2020

  1. S

    PL/SQL Developer code complete hang

    Thank you a lot I'll try to implement this solution and update this thread
  2. S

    PL/SQL Developer code complete hang

    This query is running in DB while user type the query just 'select * from usr1.' ++++++++++++++++++++++++++++++++++++ select object_name synonym_name, object_name, owner object_owner, status, object_type from sys.all_objects o where o.owner = :object_owner and o.object_type in ('TABLE', 'VIEW'...
  3. S

    PL/SQL Developer code complete hang

    Hello We experience strange behavior while using PL/SQL Developer , code completion hangs while when we connected with DB User with 'Create session' privilege and grant one DB role with select grant on about 1000 tables
Back
Top