Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_METHOD_PARAMS

Description of method parameters of all types in the database

Columns
   ___________________________
 
   OWNER
      Onwer of the type
   TYPE_NAME
      Name of the type
   METHOD_NAME
      Name of the method
   METHOD_NO
      Method number for distinguishing overloaded method (not to be used as ID number)
   PARAM_NAME
      Name of the parameter
   PARAM_NO
      Parameter number or position
   PARAM_MODE
      Mode of the parameter
   PARAM_TYPE_MOD
      Type modifier of the parameter
   PARAM_TYPE_OWNER
      Owner of the type of the parameter
   PARAM_TYPE_NAME
      Name of the type of the parameter
   CHARACTER_SET_NAME
      Character set name of the parameter

Related:



Simon Sheppard
SS64.com