Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The _T table summarizes the data per timeslice.

The _D table summarizes the data per day. 

The _W table summarizes the data per week.

The _M table summarizes the data per month.

(N <table_name>) means normalized, the actual name can be retrieved from the <table_name>.

Column NameColumn Description
ORSO_PWII_INSTANCE_IDID of the instance database.
ORSO_TIMESTAMPThe time the statement was inserted.
ORSO_NAMESPACE_IDID of the namespace.
ORSO_OBJECT_NAME_IDID of the object name (N PW_OROB_OBJECT_NAME_N).
ORSO_OBJECT_IDID of the object.
ORSO_OBJECT_OWNER_IDID of the owner of the object (N PW_OROO_OBJECT_OWNER_NAME_N).
ORSO_PROGRAM_IDID of the program, making the Oracle connection (N PW_ORPR_PROGRAM_NAME_N)
ORSO_USER_IDID of the Oracle schema to which the program connected (N PW_ORUS_USER_NAME_N).
ORSO_HOST_USER_IDID of the host user running the program (N PW_ORHU_HOST_USER_NAME_N).
ORSO_MACHINE_IDID of the OS machine running the program (N PW_ORMC_MACHINE_NAME_N).
ORSO_MODULE_IDID of the session’s action as set by calling dbms_application_info.set_module (N PW_ORMD_MODULE_NAME_N).
ORSO_ACTION_IDID of the session’s action as set by calling dbms_application_info.set_action (N PW_ORAT_ACTION_NAME_N).
ORSO_WORK_TYPEThe ERP work type.
ORSO_INTERPOINT_MODEInterpoint mode - OA/SAP/PS.
ORSO_DIRECT_IO_SUMTotal time spent in waiting for a direct I/O.
ORSO_SCATTERED_IO_SUMTotal time spent in waiting for a scattered I/O.
ORSO_SEQ_IO_SUMTotal time spent in waiting for a sequential I/O.
ORSO_OTHER_SUMTotal time spent in waiting for an I/O that is not scattered/sequential/direct.
ORSO_RECEIVED_TIMESTAMPTotal time spent in waiting for a buffer wait.
ORSO_SHVThe statement hash value.
ORSO_PARENT_SHVThe name of the PL/SQL running the SQL statement.
ORSO_FILE_IDFile name (N PW_ORFI_FILE_N).
ORSO_PDEV_IDPhysical device name (N PW_ORPV_PDEV_NAME_N).
ORSO_FS_IDFile system name (N PW_ORFY_FS_NAME_N).
ORSO_LV_IDLogical volume name (N PW_ORLV_LV_NAME_N).
ORSO_STORAGE_TYPEType of storage.
ORSO_UNIT_IDID of the storage unit.
ORSO_DEVICE_IDID of the storage device.
ORSO_IN_ORACLE_TIME_SUMTotal time spent in Oracle.
ORSO_TABLE_LOCK_SUMTotal time spent in table locks.
ORSO_SQL_ID_MINMinimum Oracle's SQL ID.
ORSO_HASH_VALUE_MINMinimum Oracle's hash value.
ORSO_PLAN_HASH_VALUEOracle's plan hash value.
ORSO_SUB_OBJECT_NAME_IDID of the sub object name (N PW_OROB_OBJECT_NAME_N).
ORSO_RAC_OPS_WAIT_TIME_SUMThe time Oracle spent waiting for RAC or OPS synchronization.

PW_ORBV_STMT_BIND_VALUES_T

Holds information on bind values sampled from the monitored instance. Each row represents one bind value, a group of rows represent a set of one or more binds which were used by a statement during a single statement execution.

Column NameColumn Description
ORBV_PWII_INSTANCE_IDID of the instance database.
ORBV_TIMESTAMPThe time the statement was inserted.
ORBV_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORBV_PWHG_IDThe hour group ID that matches the sampled time.
ORBV_RECEIVED_TIMESTAMPThe timestamp that the row was received.
ORBV_SHVName of the SQL statement.
ORBV_HASH_VALUEOracle's hash value.
ORBV_SQL_IDSQL identifier of the parent cursor in the library cache.
ORBV_CHILD_ADDRESSAddress of the parent cursor.
ORBV_BIND_NAMEName of the bind variable.
ORBV_POSITIONPosition of the bind variable in the SQL statement.
ORBV_DUP_POSITIONIf the binding is performed by name and the bind variable is duplicated, then this column gives the position of the primary bind variable.
ORBV_DATATYPEInternal identifier for the bind datatype.
ORBV_DATATYPE_STRINGTextual representation of the bind datatype.
ORBV_PRECISIONPrecision (for numeric binds).
ORBV_SCALEScale (for numeric binds).
ORBV_MAX_LENGTHMaximum bind length.
ORBV_WAS_CAPTUREDIndicates whether the bind value was captured (YES) or not (NO).
ORBV_LAST_CAPTURED

Date when the bind value was captured. Bind values are captured when SQL statements are executed.

To limit the overhead, binds are captured at most every 15 minutes for a given cursor.

ORBV_VALUE_STRINGValue of the bind represented as a string.
ORBV_ECOSTEstimated cost for SQL statement with this binds set.
ORBV_EPLAN_HASH_VALUEEstimated plan hash value for SQL statement with this binds set.
ORBV_COST_ESTIMATION_DATECost and plan hash value of the estimation date.

PS_ORFG_FINDINGS

Describes the findings displayed in the SQL workspace and in the Dashboard findings section. Each row describes one finding and includes its text, its type and misc. display info (such as icon shape).

Column NameColumn Description
ORFG_FINDING_IDThe finding ID.
ORFG_FINDING_DESCThe finding description.
ORFG_FINDING_TYPEThe finding type (STMT, STMT-OBJ, INSTANCE).
ORFG_FINDING_ICON_NUMBERThe default launch icon number.
ORFG_FINDING_SUB_STATEThe sub-state of this finding.

PW_ORCT_CAPACITY_TRACK_D

Contains overtime data of the tablespace capacity.

Column NameColumn Description
ORCT_PWII_INSTANCE_IDID of the Oracle Server instance.
ORCT_TIMESTAMPDate and time the statistic was sampled.
ORCT_RECEIVED_TIMESTAMPLocal date and time the row was loaded into the PMDB.
ORCT_PWHG_IDHour group ID.
ORCT_MINUTES_COUNT_SUMThe timeframe needed to calculated the row (in minutes).
ORCT_TABLESPACE_IDThe tablespace to which the data refers.
ORCT_DATAFILE_BYTES_AVGNumber of bytes in the datafiles.
ORCT_FREE_SPACE_BYTES_AVGNumber of free bytes.
ORCT_TABLE_BYTES_AVGNumber of bytes reserved for tables.
ORCT_TABLE_OCCUPIED_BYTES_AVGNumber of bytes actually occupied by tables.
ORCT_INDEX_BYTES_AVGNumber of bytes reserved for indexes.
ORCT_INDEX_OCCUPIED_BYTES_AVGNumber of bytes actually occupied by indexes.

PW_ORTA_TABLES_STATISTICS_D

Contains overtime data of table statistics.

Column NameColumn Description
ORTA_PWII_INSTANCE_IDID of the Oracle server instance.
ORTA_TIMESTAMPDate and time the statistic was sampled.
ORTA_RECEIVED_TIMESTAMPLocal date and time the row was loaded into the PMDB.
ORTA_PWHG_IDHour group ID.
ORTA_MINUTES_COUNT_SUMThe timeframe needed to calculated the row (in minutes).
ORTA_OWNER_IDThe table owner.
ORTA_TABLE_IDThe table name.
ORTA_EXTENTS_AVGNumber of extents for the table.
ORTA_SEGMENT_BLOCKS_AVGNumber of used blocks for the table.
ORTA_NUM_ROWS_AVGNumber of rows in the table.
ORTA_BLOCKS_AVGNumber of block for the table.
ORTA_EMPTY_BLOCKS_AVGNumber of empty blocks in the table.
ORTA_AVG_SPACE_AVGThe average available free space in the table.
ORTA_CHAIN_CNT_AVGNumber of chained rows in the table.
ORTA_AVG_ROW_LEN_AVGAverage row length in the table.

PW_ORIO_INDEXES_STATISTICS_D

Contains overtime data of index statistics.

Column NameColumn Description
ORIO_PWII_INSTANCE_IDID of the Oracle server instance.
ORIO_TIMESTAMPDate and time the statistic was sampled.
ORIO_RECEIVED_TIMESTAMPLocal date and time the row was loaded into the PMDB.
ORIO_PWHG_IDHour group ID.
ORIO_MINUTES_COUNT_SUMThe timeframe needed to calculated the row (in minutes).
ORIO_OWNER_IDThe index owner.
ORIO_INDEX_IDThe index name.
ORIO_TABLE_OWNER_IDThe indexed table owner.
ORIO_TABLE_IDThe indexed table name.
ORIO_BLEVEL_AVGB-Tree level.
ORIO_LEAF_BLOCKS_AVGThe number of leaf blocks in the index.
ORIO_DISTINCT_KEYS_AVGThe number of distinct keys in the index.
ORIO_AVG_LEAF_BLK_PER_KEY_AVGThe average number of leaf blocks per key.
ORIO_AVG_DATA_BLK_PER_KEY_AVGThe average number of data blocks per key.
ORIO_CLUSTERING_FACTOR_AVGA measurement of the amount of (dis)order of the table this index is for.
ORIO_NUM_ROWS_AVGNumber of rows in the indexed table.
ORIO_SAMPLE_SIZE_AVGThe sample size used in analyzing this index.
Scroll Ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
Newtabfooter
aliasIDERA
urlhttp://www.idera.com
 | 
Newtabfooter
aliasProducts
urlhttps://www.idera.com/productssolutions/sqlserver
 
Newtabfooter
aliasPurchase
urlhttps://www.idera.com/buynow/onlinestore
 | 
Newtabfooter
aliasSupport
urlhttps://idera.secure.force.com/precise/
 | 
Newtabfooter
aliasCommunity
urlhttp://community.idera.com
 
|
 
Newtabfooter
aliasResources
urlhttp://www.idera.com/resourcecentral
 | 
Newtabfooter
aliasAbout Us
urlhttp://www.idera.com/about/aboutus
 
Newtabfooter
aliasLegal
urlhttps://www.idera.com/legal/termsofuse