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...
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...