Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PL/SQL Developer: Schema name on package?

832380Mar 17 2011 — edited Mar 17 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2011
Added on Mar 17 2011
19 comments
3,696 views