DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_MINING_MODEL_ATTRIBUTES

Object Details
Object Name: ALL_MINING_MODEL_ATTRIBUTES
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Description of all the model attributes accessible to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes
MODEL_NAME VARCHAR2 (128) Yes Name of the model to which the attribute belongs
ATTRIBUTE_NAME VARCHAR2 (128) Yes Name of the attribute
ATTRIBUTE_TYPE VARCHAR2 (11)
Mining type of the attribute
DATA_TYPE VARCHAR2 (106)
Data type of the attribute
DATA_LENGTH NUMBER

Data length of the attribute
DATA_PRECISION NUMBER

Data precision of the attribute
DATA_SCALE NUMBER

Data scale of the attribute
USAGE_TYPE VARCHAR2 (8)
Usage type for the attribute
TARGET VARCHAR2 (3)
ATTRIBUTE_SPEC VARCHAR2 (4000)
Attribute specification for the attribute
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OWNER
,      MODEL_NAME
,      ATTRIBUTE_NAME
,      ATTRIBUTE_TYPE
,      DATA_TYPE
,      DATA_LENGTH
,      DATA_PRECISION
,      DATA_SCALE
,      USAGE_TYPE
,      TARGET
,      ATTRIBUTE_SPEC
FROM SYS.ALL_MINING_MODEL_ATTRIBUTES;

Dependencies

[top of page]

SYS.ALL_MINING_MODEL_ATTRIBUTES references the following:

SchemaSYS
TableMODELATT$
TableOBJ$
TableOBJAUTH$
TableUSER$
SYS.ALL_MINING_MODEL_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymALL_MINING_MODEL_ATTRIBUTES
SchemaSYS
Package BodyDBMS_DATA_MINING_INTERNAL - show dependent code