|
-
Hi --
I am having trouble describing a procedure in a package.
that is
SQL>DESC PACKAGE1.PROCEDURE1;
i am getting ORA-04043: object PACKAGE1.PROCEDURE1 does not exist,
but i am able to execute the procedure
that is
SQL> exec PACKAGE1.PROCEDURE1;
I am just wondering why can't i describe it when i am able to execute it.
Any ideas
Thanks
Anil Chada
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|