ALL_METHOD_RESULTS describes the method results of the object types accessible to the current user.
DBA_METHOD_RESULTS describes the method results of all object types in the database.
USER_METHOD_RESULTS describes the method results of the object types owned by the current user. This view does not display the OWNER column.
| Column | Datatype | NULL | Description | 
|---|---|---|---|
| OWNER | VARCHAR2(30) | NOT NULL | Owner of the type | 
| TYPE_NAME | VARCHAR2(30) | NOT NULL | Name of the type | 
| METHOD_NAME | VARCHAR2(30) | NOT NULL | Name of the method | 
| METHOD_NO | NUMBER | NOT NULL | For an overloaded method, a number distinguishing this method from others of the same. Do not confuse this number with the object ID. | 
| RESULT_TYPE_MOD | VARCHAR2(7) | NOT NULL | Whether this result is a REFto another object | 
| RESULT_TYPE_OWNER | VARCHAR2(30) | Owner of the type of the result | |
| RESULT_TYPE_NAME | VARCHAR2(30) | Name of the type of the result | |
| CHARACTER_SET_NAME | VARCHAR2(44) | Whether the character set or the method is fixed-length character set ( CHAR_CS) or fixed-length national character set (NCHAR_CS), or a particular character set specified by the user | 
See Also: