reading package contents in SQL Plus
Hi,
I'd asked a similar question last week, but didn't see it responded to with a proper reply.
Ive created a package in SQL Plus, and much like you use the DESCRIBE command to see info on tables that are created, I'd like to see the contents and script of my package to verify some contents of it.
How can I do that? Or can I do that?
I've read this:
http://download-west.oracle.com/docs/cd/A87860_01/doc/appdev.817/a77069/08_packs.htm#4376
But it doesn't explain within how to go about doing that if indeed that is possible at all. Would anyone that knows if this can be done please reply with the way to do it?
Thanks!