Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  The Master Key to Oracle's Data Dictionary
Subject:   Most powerful views...
Date:   2002-11-06 11:53:38
From:   neh123us@yahoo.com
Response to: Most powerful views...

Additional very powerful views are *_errors which will outline details about the compile time errors for a package or stored proedure. If you have a tool that doesn't supply nice error messages, you can always query this.


All_arguments outlines the paramaters in each of the procedures/functions in a package.


You can easily query this to produce wrapper classes to wrap around making calls to the stored procs.