To describe STP in a package [message #432829] |
Thu, 26 November 2009 09:09 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ftil555
Messages: 2 Registered: October 2009
|
Junior Member |
|
|
Hi All,
I am trying to describe an STP in a package, but it gives me an error.
e.g. In package ABC suppose there is an STP XYZ, I am trying to describe ABC.XYZ function but it gives me an error code 4043 and error message object XYZ.ABC does not exist.
What's may be wrong? Help please.
Thanks
ftil555
|
|
|
|
Re: To describe STP in a package [message #432858 is a reply to message #432829] |
Thu, 26 November 2009 15:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
According to the documentation, there's nothing wrong about it. DESCRIBE describes a package, not individual procedures or functions within the package.
Therefore, you'd just DESC ABC.
What exactly do you expect as a result?
|
|
|