USER_TRANSACTION
USER_TRANSACTION collects statistics about transactions executed by users. Users with the MONADMIN permission can view information about transactions executed by all users, as shown in Table 1. In the multi-tenancy scenario, global information is returned if this view is accessed in a non-PDB, and information about a PDB is returned if this view is accessed in the PDB.
Name |
Type |
Description |
---|---|---|
username |
name |
Username. |
commit_counter |
bigint |
Number of user transactions committed. |
rollback_counter |
bigint |
Number of user transactions rolled back. |
resp_min |
bigint |
Minimum response time of user transactions (unit: μs). |
resp_max |
bigint |
Maximum response time of user transactions (unit: μs). |
resp_avg |
bigint |
Average response time of user transactions (unit: μs). |
resp_total |
bigint |
Total response time of user transactions (unit: μs). |
bg_commit_counter |
bigint |
Number of background transactions committed. |
bg_rollback_counter |
bigint |
Number of background transactions rolled back. |
bg_resp_min |
bigint |
Minimum response time of background transactions (unit: μs). |
bg_resp_max |
bigint |
Maximum response time of background transactions (unit: μs). |
bg_resp_avg |
bigint |
Average response time of background transactions (unit: μs). |
bg_resp_total |
bigint |
Total response time of background transactions (unit: μs). |
dbid |
oid |
Database ID. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot