Hi there!
I create a package (or standalone proc/func) in PL/SQL Developer as follows:
"CREATE OR REPLACE PACKAGE [SchemaName].[pck_Name] ..."
But the schema name disappears and remains only [pck_Name], after I execute it and from object browser open it:
"CREATE OR REPLACE PACKAGE [pck_Name] ..."
in TOAD it appears with [SchemaName].[pck_Name], but not in PL/SQL Developer.
Can anyone explain to me, why?
thanks