Recent content by MonDeveloper

  1. M

    Code Assistant editing package owned by different user

    Great to hear this from you! In the meanwhile could you suggest any workaround?
  2. M

    Code Assistant editing package owned by different user

    Hi Guys, first of all let me say the "PL/SQL Dev version 10" is amazing! At our IT department we are trying to put in place a development model that separates the ownership of the data model to the ownership of the pl/sql development. We reached a good point but we miss one important thing...
  3. M

    select clause "WITH" cause hidding procedure name in Package editing

    Hi, when within a Package I write the WITH select clause instantly disappear the procedure (or function) list on the left. For example, my pkg have within own body this select: select column_a into var_a from table a where column_b=column_c; If I change my conde to: with sel_X as...
Back
Top