Versions Compared

Key

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

...

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
ORDI_PWII_INSTANCE_IDID of the database.
ORDI_TIMESTAMPTimestamp of the sampling.
ORDI_NETWORK_IDNetwork address of this dispatcher (N PW_ORNT_NETWORK_N).
ORDI_MESSAGES_SUMTotal number of messages processed by this dispatcher.
ORDI_BYTES_SUMTotal size of messages processed by this dispatcher.
ORDI_BREAKS_SUMTotal number of breaks occurring in the connection.
ORDI_IDLE_SUMTotal idle time for this dispatcher, in hundredths of a second).
ORDI_BUSY_SUMTotal busy time for this dispatcher, in hundredths of a second.
ORDI_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORDI_PWHG_IDThe hour group ID that matches the sampled time.
ORDI_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.

PW_ORFV_STAT_FILE_VIEW_H

Stores information about the file's read and write statistics.

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
ORFV_PWII_INSTANCE_IDID of the database.
ORFV_TIMESTAMPTimestamp of the sampling.
ORFV_TS_IDTablespace name of the file (N PW_ORTB_TABLESPACE_N).
ORFV_FILE_IDFile name (N PW_ORFI_FILE_N).
ORFV_FILE_TYPEFile type.
ORFV_PYR_SUMTotal number of physical reads done.
ORFV_PYW_SUMTotal number of times DBWR is required to write.
ORFV_PRT_SUMTime spent on reads, in hundredths of a second.
ORFV_PWT_SUMTime spent on writes, in hundredths of a second.
ORFV_PBR_SUMTotal number of physical blocks read.
ORFV_PBW_SUMTotal number of blocks written to disk, which may be the same as PHYWRTS if all writes are single blocks.
ORFV_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORFV_PWHG_IDThe hour group ID that matches the sampled time.
ORFV_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.

PW_ORLA_V_LATCH_H

Store statistics for non-parent latches and summary statistics for parent latches.

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
ORLA_PWII_INSTANCE_IDID of the database.
ORLA_TIMESTAMPTimestamp of the sampling.
ORLA_LATCH_NUMNumber of the latch.
ORLA_LEVEL_NUMLevel of the latch.
ORLA_LATCH_IDID of the latch (N PW_ORLT_LATCH_N).
ORLA_GETS_SUMTotal number of times a wait was obtained.
ORLA_MISSES_SUMTotal number of times a wait was obtained, but failed on the first try.
ORLA_SLEEPS_SUMTotal number of times slept when wanting a wait.
ORLA_IMMEDIATE_GETS_SUMTotal number of times obtained without a wait.
ORLA_IMMEDIATE_MISSES_SUMTotal number of times failed to get without a wait.
ORLA_WAITERS_WOKEN_SUMTotal number of times a wait was awoken.
ORLA_WAITS_HOLDING_LATCH_SUMTotal number of waits, while holding a different latch.
ORLA_SPIN_GETS_SUMGets that missed the first try, but succeeded on spin.
ORLA_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORLA_PWHG_IDThe hour group ID that matches the sampled time.
ORLA_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.

PW_ORLC_V_LICENSE_H

Stores information about the highest number of concurrent user sessions since the instance started.

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.


Column NameColumn Description
ORLC_PWII_INSTANCE_IDID of the database.
ORLC_TIMESTAMPTimestamp of the sampling.
ORLC_SESSIONS_HIGHWATER_SUMHighest number of concurrent user sessions since the instance started.
ORLC_MINUTES_COUNT_SUMTotal amount of minutes summed in the row.
ORLC_PWHG_IDThe hour group ID that matches the sampled time.
ORLC_RECEIVED_TIMESTAMPThe timestamp when the row was loaded into the PW.

PW_ORPQ_V_PQ_SYSSTAT_H

Stores system statistics for parallel queries.

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_STATISTIC_IDName of the statistic counter (N PW_ORTI_STATISTIC_N).
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 when the row was loaded into the PW.

PW_ORQU_V_QUEUE_H

Stores information on multi-thread message queues.

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
ORQU_PWII_INSTANCE_IDID of the database (not null number (9)).
ORQU_TIMESTAMPDate of the sampling (not null date).
ORQU_NETWORK_IDNetwork address of the dispatcher (N PW_ORNT_NETWORK_N) (number (9)).
ORQU_WAIT_SUMTotal time that all items in this queue have waited. Divide this by TOTALQ for an average wait per item (number).
ORQU_TOTALQ_SUMTotal number of items that have ever been in the queue (number).
ORQU_MINUTES_COUNT_SUMTotal amount of minutes summed in the row (not null number (9)).
ORQU_PWHG_IDThe hour group ID that matches the sampled time (not null number (4)).
ORQU_RECEIVED_TIMESTAMPThe timestamp that the row was loaded into the PW.





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