Home Oracle Commands Oracle Data Dictionary
v$ Performance views

DBA_METHOD_PARAMS

Description of method parameters of all types in the database

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

Related Commands:




Back to the Top

Simon Sheppard
SS64.com