Host |
The name of the local machine (target system). |
Source |
The source of the data being processed by Post. |
Queue |
The Post queue for this Post process. For a default Post queue, it is the name of the source system. For a named queue, it is the user-defined name. |
Target |
The name of the target of this Post process, for example the name of an Oracle instance or Open Target database. |
Status |
The status of the Post process (running or stopped). Possible statuses are:
- Running
- Stopping
- Stopped by user
- Stopped due to flush
- Stopped due to error
|
Operations posted
Operations processed |
The number of transactional operations and SharePlex internal operations that this Post process processed since it was started. |
Since |
The time that Post started. |
Total |
The number of messages in the queue that have yet to be read-released. This number corresponds to the 'Number of messages' returned from running qstatus. |
Backlog |
The number of messages that are waiting in the queue to be processed by Post. |
Last operation posted |
Identifying information for the most current operation that is being posted to the target if Post is active, or the last operation posted if it is inactive. This information is specific to the type of datastore that originated the data. An operation can be:
- INSERT
- UPDATE
- DELETE
- TRUNCATE
- COMMIT
- DDL statement
- INSERT_MULTIPLE or DELETE_MULTIPLE (array operations).
- SharePlex internal operation.
|
Last transaction posted
Last transaction processed |
Identifying information for the last transaction that was posted. This information is specific to the type of datastore that originated the data. |
Last file switch |
Shown if the target is output to a file. Shows the record identifier for the record after which the active file was switched to a new one. |
Post state |
The state of the Post process, in relation to the replication work it performs. It can be one of the following:
- Waiting: Post is waiting for messages to process.
- Active: Post is posting changes to the database.
- Committed: Post is committing the transaction.
- Idle: Post has no open transactions to process.
- Rollback: Post is processing a rollback.
- Recovery: Post is in a crash-recovery mode.
|
Activation ID |
The activation ID of the current configuration. |
Number of messages read released |
Shown for an Oracle target. Shows the difference between the number of operations posted and the actual number of operations removed from the queue. This field is used mainly by Technical Support staff when Post is stalled. |
Number of threads |
Shown for an Oracle target. Shows the number of processing threads in a multithreaded Post, including the main and timekeeper threads. |
Number of Oracle connections |
Shown for an Oracle target. Shows the number of connections that a multithreaded Post has open. |
Concurrency (Active sessions) |
Shown for an Oracle target. Shows the number of concurrent transactions that multithreaded Post is processing. |
Peak number of sessions |
Shown for an Oracle target. Shows the highest number of concurrent transactions that multithreaded Post processed since it was started. |
Operations posted
Operations processed |
The number of SQL operations that Post applied to the target, whether or not the COMMIT was received. |
Transactions posted
Transactions processed |
The number of committed transactions that Post applied to the target since it was started. |
Full rollbacks |
Shown for an Oracle target. Shows the number of rolled back transactions processed by Post. |
Full rollback operations posted |
Shown for an Oracle target. Shows the number of operations that Post applied before the transcation was rolled back. (Post does not wait for a commit to start applying operations that it has in the queue.) |
Full rollback operations skipped |
Shown for an Oracle target. Shows the number of operations that Post skipped because it received an early indication that the transaction was rolled back. |
Transactions <= 2 |
Shown for an Oracle target. Shows the number of transactions that contain two or fewer operations. |
Transactions > 10000 |
Shown for an Oracle target. Shows the number of transactions that contain more than 10,000 operations. |
Largest transaction |
Shown for an Oracle target. Shows the size of the largest transaction processed. |
Insert operations |
The number of INSERT operations processed by Post since it was started. |
Update operations |
The number of UPDATE operations processed by Post since it was started. |
Delete operations |
The number of DELETE operations processed by Post since it was started. |
Insert batch operations / average |
Shown for an Oracle target. Shows the number of INSERT_BATCH operations processed / average number of INSERT operations in one INSERT_BATCH statement. |
Delete batch operations / average |
Shown for an Oracle target. Shows the number of DELETE_BATCH statements processed / average number of DELETE operations in one DELETE_BATCH statement. |
Other operations |
Shown for an Oracle target. Shows the number of operations, other than INSERT, UPDATE or DELETE, processed by Post since it was started. |
LOB changes |
Shown for an Oracle target. Shows the number of LOB change operations. |
Key cache hit count |
Shown for an Oracle target. Shows the number of times that the SharePlex internal key cache was used by the Post process to generate UPDATE statements. SharePlex uses the key cache to post data to the target instance quickly. |
SQL cache hit count |
Shown for an Oracle target. Shows the ratio of the total number of messages that were executed without parsing and binding divided by the total number of INSERT, UPDATE and DELETE operations. For more information on the SQL Cache feature of SharePlex, see the SharePlex Administration Guide. |
File switches |
Shown if the target is output to a file. Shows the total number of file switches performed by Post. |