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


VIEW: SYS.DBA_MINING_MODEL_SETTINGS

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

Description of all the model settings in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes
MODEL_NAME VARCHAR2 (128) Yes Name of the model to which the setting belongs
SETTING_NAME VARCHAR2 (30) Yes Name of the setting
SETTING_VALUE VARCHAR2 (4000)
Value of the setting
SETTING_TYPE VARCHAR2 (7)
Type of the setting
Query Text

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


SELECT OWNER
,      MODEL_NAME
,      SETTING_NAME
,      SETTING_VALUE
,      SETTING_TYPE
FROM SYS.DBA_MINING_MODEL_SETTINGS;

Dependencies

[top of page]

SYS.DBA_MINING_MODEL_SETTINGS references the following:

SchemaSYS
TableMODELSET$
TableOBJ$
TableUSER$
SYS.DBA_MINING_MODEL_SETTINGS is referenced by following:

SchemaPUBLIC
SynonymDBA_MINING_MODEL_SETTINGS