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


VIEW: SYS.DBA_MINING_MODEL_TABLES

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

Description of all the mining model tables in the system

[View Source]

Columns
Name Datatype Length Mandatory Comments
OWNER VARCHAR2 (128) Yes Name of the owner to which the table belongs
MODEL_NAME VARCHAR2 (128) Yes Name of the model to which the table belongs
TABLE_NAME VARCHAR2 (128) Yes Name of the model table
TABLE_TYPE VARCHAR2 (21)
Name of the mining model table type
Query Text

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


SELECT OWNER
,      MODEL_NAME
,      TABLE_NAME
,      TABLE_TYPE
FROM SYS.DBA_MINING_MODEL_TABLES;

Dependencies

[top of page]

SYS.DBA_MINING_MODEL_TABLES references the following:

SchemaSYS
TableMODEL$
TableMODELTAB$
TableOBJ$
TableUSER$
SYS.DBA_MINING_MODEL_TABLES is referenced by following:

SchemaPUBLIC
SynonymDBA_MINING_MODEL_TABLES
SchemaSYS
Package BodyDBMS_DM_MODEL_EXP - show dependent code
Package BodyDMP_SEC - show dependent code