Skip Headers
Oracle® Database Reference
11g Release 2 (11.2)

E40402-08
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

DBA_MINING_MODEL_TABLES

DBA_MINING_MODEL_TABLES describes the tables that contain metadata about the mining models in the database. Mining models are schema objects created by Oracle Data Mining.

Model tables reside in the schema of the mining model owner. The metadata stored in the tables is controlled by Oracle Data Mining APIs. The tables are read-only. They should not be modified by users.

Column Datatype NULL Description
OWNER VARCHAR2(30) NOT NULL Owner of the mining model
MODEL_NAME VARCHAR2(30) NOT NULL Name of the mining model
TABLE_NAME VARCHAR2(30) NOT NULL Name of the table
TABLE_TYPE VARCHAR2(21)   The type of metadata stored in the table