Recent content by CanadaPete

  1. CanadaPete

    Critical Problem Editing View Source

    SOLVED I had tried to open as the wrong user which only had restricted access to the DDL. Sorry about bothering you.
  2. CanadaPete

    Critical Problem Editing View Source

    Again I love this product. I got caught on a critical defect. In TOAD the view source is CREATE OR REPLACE FORCE VIEW apps.gdc_appr_msg_log_v( appr_msg_log_id ) AS SELECT NVL(msglog.appr_msg_log_id,0) FROM gdc_appr_msg_log msglog; BUT PLSQL Developr ver 7 the view source is (will not even...
  3. CanadaPete

    Question: Show owner when displaying view source

    First I love PLSQL developer, it rocks... I am managing view source in a large system. I am required to include the view owner to ensure the person installing installs in the correct schema. I am running ver 7.1.5.1398 and when I open view source it does not show owner. Is this an option or do...
Back
Top