So i have written : create or replace package body schema_name.package_name
and as soon as i press compile, application removes schema name replacing it with white spaces like this : create or replace package body package_name
This behavior is really annoying. We've tested and it doesn't happen in TOAD, so it would be nice to have developer not remove schema name. |