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