Versions Compared

Key

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

...

Column NameColumn Description
ORSE_PWII_INSTANCE_IDID of the instance.
ORSE_TIMESTAMPThe date of the sampling.
ORSE_EVENT_IDEvent name (N PW_OREI_EVENT_N).
ORSE_TOTAL_WAITS_SUMTotal number of waits for this event.
ORSE_TOTAL_TIMEOUTS_SUMTotal number of timeouts for this event.
ORSE_TIME_WAITED_SUMTotal amount of time waited for this event (, in hundredths of a second).
ORSE_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORSE_PWHG_IDThe hour group ID that matches the time sampled.
ORSE_RECEIVED_TIMESTAMPThe timestamp that the statement was received.

...

This table contains information about execution plan steps and slightly differs from the PLAN_TABLE. Information comes from Oracle.

...

Column NameColumn Description
ORPN_PLANIDStatement plan ID.
ORPN_OPSEQOperation sequence, as ID (in plan_table).
ORPN_INSTANCE_IDInstance ID.
ORPN_OPLEVELIndentation level of the step in the tree.
ORPN_OPTYPEOperation type number. (Not in plan_table)
ORPN_OPCODEOperation code number. (Not in plan_table)
ORPN_OPTEXTNot used.
ORPN_OPERATIONOperation options from plan_table.
ORPN_VIEW_EXISTSIndicates whether an object is access using a view. (Not in plan_table)
ORPN_OBJ_OWNObject's owner. The same as OBJECT_OWNER in plan_table.
ORPN_OBJ_NAMEObject's name. The same as OBJECT_NAME in plan_table.
ORPN_OBJ_NODEDatabase link used to reference the object. The same as OBJECT_NODE in plan_table.
ORPN_BS_OBJ_OWNBase object owner (owner of table of index). (Not in plan_table)
ORPN_BS_OBJ_NAMEBase object name (table name of index). (Not in plan_table).
ORPN_INDONLYIs this an “Index Only” "Index Only" operation (Not in plan_table)?
ORPN_ONJ_INS

For table/views/direct indexes. The object_instance from plan_table.

For indexes.  The object_instance of the parent table.

ORPN_ORG_OBJ_INSSequential number of the table in the statement text. (Not in plan_table)
ORPN_PARENT_IDThe same as PARENT_ID in plan_table.
ORPN_STEPNOThe step number in Oracle's way of going through the plan. (Not in plan_table)
ORPN_STEP_SNSA list of all steps’ sons of this step (Not in plan_table).
ORPN_OPTIThe current mode of the optimizer. The same as OPTIMIZER in plan_table.
ORPN_COSTICost of the step. The same as COST in plan_table.
ORPN_CARDIThe number of rows accessed by the operation of the step. The same as CARDINALITY in plan_table.
ORPN_BYTINumber of bytes accessed by the operation. The same as BYTES in plan_table.
ORPN_PART_STARTThe start position of a range of accessed partitions. The same as PARTITION_START in plan_table.
ORPN_PART_STOPThe stop position of a range of accessed partitions. The same as PARTITION_STOP in plan_table.

...

Column NameColumn Description
ORLI_PWII_INSTANCE_IDID of the database.
ORLI_TIMESTAMPTimestamp of the sampling.
ORLI_NAMESPACE_IDThe library cache namespace (N PW_ORNS_NAMESPACE_N).
ORLI_GETS_SUMTotal number of times a lock was requested for objects of this namespace.
ORLI_GETHITS_SUMTotal number of times an object’s object's handle was found in the memory.
ORLI_GETHITRATIO_SUMRatio of GETHITS to GETS.
ORLI_PINS_SUMTotal number of times a PIN was requested for objects of this namespace.
ORLI_PINHITS_SUMTotal number of times all of the metadata pieces of the library object were found in the memory.
ORLI_PINHITRATIO_SUMRatio of PINHITS to PINS.
ORLI_RELOADS_SUMAny PIN of an object that is not the first PIN performed since the object handle was created and that requires loading the object from disk.
ORLI_INVALIDATIONS_SUMTotal number of times objects in this namespace were marked invalid, because a dependent object was modified.
ORLI_DLM_LOCK_REQUESTS_SUMTotal number of GET requests to lock instance locks.
ORLI_DLM_PIN_REQUESTS_SUMTotal number of PIN requests to lock instance locks.
ORLI_DLM_PIN_RELEASES_SUMTotal number of release requests for PIN instance locks.
ORLI_DLM_INVALID_REQUESTS_SUMTotal number of GET requests for invalidation of instance locks.
ORLI_DLM_INVALIDATIONS_SUMTotal number of invalidation pings received from other instances.
ORLI_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORLI_PWHG_IDThe hour group ID that matches the sampled time.
ORLI_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.

...

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
OROS_PWII_INSTANCE_IDID of the instance database.
OROS_TIMESTAMPThe time the statement was inserted.
OROS_NAMESPACE_IDID of the namespace.
OROS_OBJECT_NAME_IDID of the object name (N PW_OROB_OBJECT_NAME_N).
OROS_OBJECT_IDID of the object.
OROS_OBJECT_OWNER_IDID of the owner of the object (N PW_OROO_OBJECT_OWNER_NAME_N).
OROS_PROGRAM_IDID of the program, making the Oracle connection (N PW_ORPR_PROGRAM_NAME_N).
OROS_USER_IDID of the Oracle schema to which the program connected (N PW_ORUS_USER_NAME_N).
OROS_HOST_USER_IDID of the host user running the program (N PW_ORHU_HOST_USER_NAME_N).
OROS_MACHINE_IDID of the OS machine running the program (N PW_ORMC_MACHINE_NAME_N).
OROS_MODULE_IDID of the session's action as set by calling dbms_application_info.set_module (N PW_ORMD_MODULE_NAME_N).
OROS_ACTION_IDID of the session's action as set by calling dbms_application_info.set_action (N PW_ORAT_ACTION_NAME_N).
OROS_WORK_TYPEThe ERP work type.
OROS_INTERPOINT_MODEInterpoint mode - OA/SAP/PS.
OROS_DIRECT_IO_SUMTotal time spent in waiting for a direct I/O.
OROS_SCATTERED_IO_SUMTotal time spent in waiting for a scattered I/O.
OROS_SEQ_IO_SUMTotal time spent in waiting for a sequential I/O.
OROS_OTHER_SUMTotal time spent in waiting for an I/O that is not scattered/sequential/direct.
OROS_ROW_LOCK_SUMTotal time spent in waiting for a row lock.
OROS_BUFFER_WAIT_SUMTotal time spent in waiting for a buffer wait.
OROS_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
OROS_PWHG_IDThe hour group ID that matches the sampled time.
OROS_RECEIVED_TIMESTAMPThe timestamp that the row was received.
OROS_IN_ORACLE_TIME_SUMTotal time spent in Oracle.
OROS_TABLE_LOCK_SUMTotal time spent in waiting for a table lock.
OROS_SUB_OBJECT_NAME_IDID of the sub object name (N PW_OROB_OBJECT_NAME_N).
OROS_RAC_OPS_WAIT_TIME_SUMThe time Oracle spent waiting for RAC or OPS synchronization.

PW_ORSO_STMT_OBJ_STATS_T

Stores object statistics.

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.




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