Hi there:)
I create a package (or standalone proc/func) as follows:
"CREATE OR REPLACE PACKAGE [SchemaName].[pck_Name] ..."
But the schemaname disappears and remains only [pck_Name], after I execute it and from object browser open it:
"CREATE OR REPLACE PACKAGE [pck_Name] ..."
Can anyone...