Question: Show owner when displaying view source

CanadaPete

Member
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 I request an enhancement?
Example
CREATE REPLACE VIEW APPS.my_view AS
 
There is no option for this at the moment, so I have added this to the list of enhancement requests.

The owner is only added if you are connected as a different user than the owner.
 
Back
Top