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


VIEW: SYS.CDB_MINING_MODEL_TABLES

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

Description of all the mining model tables in the system in all containers

[View Source]

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

container id
Query Text

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


SELECT OWNER
,      MODEL_NAME
,      TABLE_NAME
,      TABLE_TYPE
,      CON_ID
FROM SYS.CDB_MINING_MODEL_TABLES;

Dependencies

[top of page]

SYS.CDB_MINING_MODEL_TABLES does not reference any database object

SYS.CDB_MINING_MODEL_TABLES is referenced by following:

SchemaPUBLIC
SynonymCDB_MINING_MODEL_TABLES