How to include schema name when viewing a package

Hello,

I have a database schema myschema, and I have a package mypackage.

When I View or Edit mypackage from myschema, it will show:

create or replace package mypackage.

It does not show:
create or replace package myschema.mypackage.

When I save it, it does not include the schema name either.

I would like to know if I can change some configuration in PL/SQL Developer so that the schema name can be included when I View or Edit and save the package and package body.

Some otehr software, for example, SQL Navigator, has this kind of configuration.

Thanks,
Allan.
 
There is currently no option for this. The schema will only be added when you are viewing or editing a program unit that is not owned by the currently connected user.

I have added this to the list of enhancement requests.
 
Back
Top