stat_vers_daily

The stat_vers_daily table contains daily metrics information on iProcess and Object Server version details.

Structure

The stat_vers_daily table has the following structure:

 TABLE stat_vers_daily(  

 

 

seq_id

INT

,

 

 

cap_date

DATE

,

 

 

machine_id

INT

,

 

 

machine_name

VARCHAR2(256)

,

 

 

iPE_ver

VARCHAR2(32)

,

 

 

SPO_ver

VARCHAR2(64)

,

 

 

operating_sys_ver

VARCHAR2(256)

)

Column

Description

seq_id

Generated sequence number

cap_date

Date and time when these details were captured/ recorded.

machine_id

Machine ID

machine_name

Name of the Machine

iPE_ver

iProcess Engine version

SPO_ver

iProcess Objects Server version

operating_sys_ver

OS version details

Primary Key

None

Foreign Keys

The following foreign key is defined for this table.

Key Name

Column(s)

Referenced in Table...

fk_stat_ver_mid

machine_id

node_cluster

Indexes

The following index is defined for this table.

Index Name

Column(s) Indexed

idx_stat_vers_d

cap_date

Table Activity

The stat_vers_daily table contains one record for every minute the server is running and recording data.

Rows are added, updated and deleted in the following situations.

A row is...

When...

added

Rows are added every day

updated

Never

deleted

After the configured retention period defined by process attribute (value is in days).

METRICS_DATA_DAILY_KEEP