monSQLRepActivity

Description

Provides statistics for all open objects on DML statements replicated using SQL statement replication.

Columns

Name

Datatype

Attribute

Description

dbid

int

Database ID

objectid

int

Object ID

dbname

varchar(30)

Database name

objectname

varchar(30)

Object name

updatestmts

int

counter

Number of update statements replicated with SQL statement replication

insertselectstmts

int

counter

Number of insert select statements replicated with SQL statement replication

deletestmts

int

counter

Number of delete statements replicated with SQL statement replication

selectintostmts

int

counter

Number of select into statements replicated with SQL statement replication

rowsthreshold

int

Lower limit of the range of rows affected by the DML statements replicated using SQL statement replication

Example

This example shows sample rows of monSQLRepActivity. The table shows the following statements being replicated using SQL statement replication:

dbid

objectid

dbname

objectname

updatestmts

insertselectstmts

deletestmts

select intostmts

rowsthreshold

4

576002052

db1

t1

0

0

0

0

0

4

576002052

db1

t1

900

10

10000

0

50

4

576002052

db1

t1

90

1000

500

0

15000