Table Detail Report
DM_SQL_PLAN
| Column Section | Top of Page |
Table-level Detail
| Description: | DM SQL PLAN |
| Definition: | Used to store the execution plan for sql statements captured by dm_sql_snapshot |
| Table Type: | ACTIVITY |
Column Detail - DM_SQL_PLAN
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| BYTES | NUMBER | Y | used by the explain plan |
| CARDINALITY | NUMBER | Y | used by the explain plan |
| COST | NUMBER | Y | used by the explain plan |
| ID | NUMBER | Y | used by the explain plan |
| INDEX_COLUMNS | VC2(255) | Y | contains the column string for the index used |
| OBJECT_INSTANCE | NUMBER | Y | used by the explain plan |
| OBJECT_NAME | VC2(30) | Y | name of the table or index |
| OBJECT_NODE | VC2(128) | Y | used by the explain plan |
| OBJECT_OWNER | VC2(30) | Y | owner of the table or index |
| OBJECT_TYPE | VC2(30) | Y | table or index |
| OPERATION | VC2(30) | Y | used by the explain plan |
| OPTIMIZER | VC2(255) | Y | cost or rule optimizer |
| OPTIONS | VC2(30) | Y | used by the explain plan |
| OTHER | LONG | Y | used by the explain plan |
| OTHER_TAG | VC2(255) | Y | used by the explain plan |
| PARENT_ID | NUMBER | Y | used by the explain plan |
| POSITION | NUMBER | Y | this is the order that this part of the plan occurred in |
| REMARKS | VC2(80) | Y | this is used by the explain plan |
| SEARCH_COLUMNS | NUMBER | Y | this is used by the explain plan |
| STATEMENT_ID | VC2(30) | Y | This is the unique identifier for this SQL statement |
| TIMESTAMP | DATE | Y | this is used by the explain plan |
DM_SQL_SNAPSHOT
| Column Section | Top of Page |
Table-level Detail
| Description: | Used to analyze SQL statements |
| Definition: | Used to perform analysis on the SQL statements found in the SGA pad |
| Table Type: | ACTIVITY |
Column Detail - DM_SQL_SNAPSHOT
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| EXECUTIONS | FLOAT | Y | Number of times this statement was executed |
| FIRST_LOAD_TIME | DATE | Y | first load time for this SQL |
| GETS_EXECUTIONS | FLOAT | Y | This is the ratio of soft_gets/execution |
| HARD_GETS | FLOAT | Y | Number of hard i/o buffer gets |
| PREV_SNAPSHOT_ID | FLOAT | Y | This is the snapshot id of the most recent snapshot with the same statement |
| SCRIPT_NAME | VC2(80) | Y | This is the name of the script |
| SNAPSHOT_DT_TM | DATE | Y | This is the date and time that the snapshot occurred |
| SNAPSHOT_ID | FLOAT | N | This is the primary key |
| SOFT_GETS | FLOAT | Y | Soft i/o buffer gets |
| STMT | LONG | Y | This is the text of the actual statement |
| STMT_HASH_VALUE | FLOAT | N | This is from the hash_value in the SQL_TEXT table |
| TEST_SEQUENCE | NUMBER | Y | Uniquely identifies this snapshot |
DM_SQL_TEST_SEQUENCES
| Column Section | Top of Page |
Table-level Detail
| Description: | DM SQL TEST SEQUENCES |
| Definition: | This is where all test sequences are stored |
| Table Type: | ACTIVITY |
Column Detail - DM_SQL_TEST_SEQUENCES
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| DESCRIPTION | VC2(80) | Y | description for the test_sequence |
| TEST_SEQUENCE | NUMBER | N | this is the test sequence |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| USER_NAME | VC2(30) | Y | this is the creator of the test sequence |
DM_TABLES_DOC_LOCAL
| Column Section | Top of Page |
Table-level Detail
| Description: | DM TABLES DOC LOCAL |
| Definition: | Copy of the dm_tables_doc admin table |
| Table Type: | REFERENCE |
Column Detail - DM_TABLES_DOC_LOCAL
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| BPR_MAX | FLOAT | Y | BPR_MAX |
| BPR_MEAN | FLOAT | Y | BPR_MEAN |
| BPR_MIN | FLOAT | Y | BPR_MIN |
| BPR_STD_DEV | FLOAT | Y | BPR_STD_DEV |
| BYTES_PER_ROW | NUMBER | Y | BYTES_PER_ROW |
| CORE_IND | NUMBER | Y | CORE_IND |
| DATA_MODEL_SECTION | VC2(80) | Y | DATA_MODEL_SECTION |
| DEFINITION | VC2(500) | Y | DEFINITION |
| DELETE_FLG | NUMBER | Y | DELETE_FLG |
| DESCRIPTION | VC2(80) | Y | DESCRIPTION |
| DROP_IND | NUMBER | Y | This column will be used mark tables for obsolete. |
| FREELIST_CNT | NUMBER | Y | freelist count |
| FULL_TABLE_NAME | VC2(30) | Y | Full Table Name |
| GROWTH_CRITERIA | VC2(255) | Y | GROWTH_CRITERIA |
| HUMAN_REQD_IND | NUMBER | Y | HUMAN_REQD_IND |
| INSERT_FLG | NUMBER | Y | INSERT_FLG |
| MERGEABLE_IND | NUMBER | Y | Mergeable Indicator |
| MERGE_ACTIVE_IND | NUMBER | Y | Merge Active Indicator |
| MERGE_DELETE_IND | NUMBER | Y | Merge Delete Indicator |
| MERGE_UI_QUERY | VC2(255) | Y | Merge UI Query |
| PCT_FREE | NUMBER | Y | PCT_FREE |
| PCT_USED | NUMBER | Y | PCT_USED |
| PRIMARY_DELETE_SCRIPT | VC2(200) | Y | PRIMARY_DELETE_SCRIPT |
| PRIMARY_INSERT_SCRIPT | VC2(200) | Y | PRIMARY_INSERT_SCRIPT |
| PRIMARY_UPDATE_SCRIPT | VC2(200) | Y | PRIMARY_UPDATE_SCRIPT |
| PURGE_EXCEPT_IND | NUMBER | Y | If set to 1, do not purge this table or any of its children after archiving an encounter. |
| READS_FLG | NUMBER | Y | READS_FLG |
| REFERENCE_IND | NUMBER | Y | REFERENCE_IND |
| SCHEMA_REFRESH_DT_TM | DATE | Y | SCHEMA_REFRESH_DT_TM |
| SCHEMA_REFRESH_REQUEST_DT_TM | DATE | Y | SCHEMA_REFRESH_REQUEST_DT_TM |
| STATIC_ROWS | NUMBER | Y | STATIC_ROWS |
| STATIC_SIZE_FLG | NUMBER | Y | STATIC_SIZE_FLG |
| SUFFIXED_TABLE_NAME | VC2(18) | Y | Suffixed Table Name |
| TABLE_NAME | VC2(30) | N | TABLE_NAME |
| TABLE_SUFFIX | VC2(4) | N | Table Suffix in Text form. Usually a 4 character number with leading zeros |
| UPDATE_FLG | NUMBER | Y | UPDATE_FLG |
| UPDT_APPLCTX | NUMBER | N | The application context number from the record info block. |
| UPDT_CNT | NUMBER | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATE | N | The date and time the row was last inserted or updated. |
| UPDT_ID | FLOAT | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | NUMBER | N | The registered (assigned) task number for the process that inserted or updated the row. |
DM_TABLE_TREE2
| Column Section | Top of Page |
Table-level Detail
| Description: | DM TBALE TREE |
| Definition: | SHOW HIERARCHY OF THE TABLES WITHIN DM SECTION |
| Table Type: | ACTIVITY |
Column Detail - DM_TABLE_TREE2
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| DATA_MODEL_SECTION | VC2(80) | Y | DATA_MODEL_SECTION |
| PARENT_TABLE_NAME | VC2(30) | Y | PARENT TABLE NAME |
| SEQ | NUMBER | Y | SEQUENCE |
| TABLE_NAME | VC2(30) | Y | TABLE NAME |
| TREE_LEVEL | NUMBER | Y | TREE LEVEL |