Recent content by kino

  1. K

    Sql statements executed in 10gR2 when pl/sql developer starts

    OK, I'will wait for the ER to be implemented. . and then in which version do i see the ER implemented? . and how I am kept informed of the ER status? When I get the workaround of bypass or omitting sys. schema? . I will notice that developers should disable "Discribe Context" in order to avoid...
  2. K

    Sql statements executed in 10gR2 when pl/sql developer starts

    Thanks for your reply.. . And There is another question. . Would it be possible that this sql statement can use just all_objects, all_synonyms instead of sys.all_objects, sys.all_syonyms. . if possible, then we can use the workaround that oracle offered.
  3. K

    Sql statements executed in 10gR2 when pl/sql developer starts

    when pl/sql Developer Start, it execute some sql statements, Among them, below statement show bad performance and use high cpu resources. . select s.synonym_name object_name, o.object_type from sys.all_synonyms s, sys.all_objects o where s.owner in ('PUBLIC', user) and o.owner =...
Back
Top