Versions Compared

Key

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

...

Stores system statistics information.

Column NameColumn Description
ORSY_PWII_INSTANCE_ID

ID of the database.

ORSY_TMESTAMP

Date of the sampling.

ORSY_STATISTIC_NUM

Number of the statistic counter.

Note that statistic numbers are not guaranteed to remain constant from one release to another.  Therefore you should rely on the statistic name, rather than its number in your applications.

ORSY_STATISTIC_ID

Name of the statistic counter. (N PW_ORTI_STATISTIC_N).

ORSY_CLASS

Number representing one or more statistics class. The following class numbers are additive:

  • 1 User
  • 2 Redo
  • 4 Enqueue
  • 8 Cache
  • 16 OS
  • 32 Parallel Server
  • 64 SQL
  • 128 Debug
ORSY_VALUE_SUMValue of the statistic counter.
ORSY_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORSY_PWHG_IDThe hour group ID that matches the sampled time.
ORSY_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.

PW_ORPG_V_PCASTAT_H

Stores detailed information on the program global area (PGA_. The data is collected for databases of Precise 9.2 and later.

Info

The _H table summarizes the data per hour.

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
ORPG_PWII_INSTANCE_IDID of the database.
ORPG_TIMESTAMPDate of the sampling.
ORPG_NAME_IDName of the statistic counter. (N PW_ORNE_NAMEPGA_N)
ORPG_VALUE_AVGAverage value of the statistic counter.
ORPG_VALUE_SUMTotal value of the statistic counter.
ORPG_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORPG_PWHG_IDThe hour group ID that matches the sampled time.
ORPG_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.

PW_ORTM_V_SYS_TIME_MODEL_H

...

Info

The _H table summarizes the data per hour.

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
ORTM_PWII_INSTANCE_IDID of the database.
ORTM_TIMESTAMPDate of the sampling.
ORTM_STAT_NAME_IDName of the statistic counter. (N PW_ORTO_STAT_NAME_N)
ORTM_STAT_IDID of the statistic counter.
ORTM_VALUE_SUMTotal value of the statistic counter.
ORTM_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORTM_PWHG_IDThe hour group ID that matches the sampled time.
ORTM_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.

PW_OROT_V_OSSTAT_H

Stores detailed information on the database operating system utilization, such as CPU and memory usage. The data is collected for databases of version 10 and higher.

Info

The _H table summarizes the data per hour.

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
OROT_PWII_INSTANCE_IDID of the database.
OROT_TIMESTAMPDate of the sampling.
OROT_STAT_NAME_IDName of the statistic counter. (N PW_ORTE_STAT_NAME_N)
OROT_OSSTAT_IDStatistics ID as it appeared in v$osstat.
OROT_VALUE_SUMTotal value of the statistic counter.
OROT_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
OROT_PWHG_IDThe hour group ID that matches the sampled time.
OROT_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.

PS_ORED_SM_EFFECT_DEFINITION

Stores detailed information on the effects identified problematic opportunities have on the system performance.

Column NameColumn Description
ORED_SM_PROBLEM_IDThe unique problem that this effect checks.
ORED_SM_EFFECT_IDThe ID of this effect.
ORED_SM_EFFECT_CLASSThe java class handling this effect in the system.
ORED_SM_EFFECT_PARAMAn optional parameter to the effect class, if the class handles system statistics then the parameter says which specific statistic is used.
ORED_SM_EFFECT_THREASHOLDThe threshold the effect needs to cross to be considered as real effect on system performance.
ORED_SM_COLLECTOR_KEYThe collected data pointer we need to access.
ORED_SM_ANALYSIS_IDThe ID indicating which data to store for the GUI, from the analysis_definition table.

PS_ORCC_SM_COLLECTION_CTRL

This is a control table to store history for the collection table.

Column NameColumn Description
ORCC_SM_INSTANCE_IDPart of the key because each instance is collected separately.
ORCC_SM_DATA_SOURCEThe collector_name from data_collection table.
ORCC_SM_COLLECTION_TIMEThe start or end collection time for this run.
ORCC_SM_COLLECTION_STATUSIndication if the collection was successful or not.

PW_ORTF_SMARTUNE_FG_T

Stores detailed information on the foreground sessions and their Oracle time.

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.


Column NameColumn Description
ORTF_PWII_INSTANCE_IDID of the instance in which the statement was executed.
ORTF_TIMESTAMPThe time of the change.
ORTF_EVENT_NAMEName of the event.
ORTF_P1Parameter 1.
ORTF_P2Parameter 2.
ORTF_P3Parameter 3.
ORTF_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORTF_PWHG_IDThe ID of the database.
ORTF_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.
ORTF_COUNTER_SUMIn-Oracle time of the process.

PW_ORTB_SMARTUNE_BG_T

Stores detailed information on the background sessions and their Oracle time.

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.

Column NameColumn Description
ORTB_PWII_INSTANCE_IDID of the instance, in which the statement was executed.
ORTB_TIMESTAMPThe time of the change.
ORTB_EVENT_NAMEName of the event.
ORTB_P1Parameter 1.
ORTB_P2Parameter 2.
ORTB_BG_PROCESSName of the background process.
ORTB_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORTB_PWHG_IDThe ID of the database.
ORTB_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.
ORTB_COUNTER_SUMIn-Oracle time of the process.

PW_ORPN_STATEMENT_PLAN_STEPS

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

Info

The column description can contain the following additional specifications:

  • in plan_table The data in the column comes from Oracle's Execution plan.
  • not in plan_table The data is a result of our plan processing.
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” 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.







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