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