I need to give our client the following statistics:

  • How many users are using the Interfaces or each interface?
  • What interfaces are mostly used?
  • What are the usual usage time?
  • What kind of actions are mostly done?

All this info is needed to show to the client that our product is working. My question is how to find all this data, numbers and statistics?

有帮助吗?

解决方案

If you are talking about Listener statistics on Oracle Enterprise Manager then-

1) Click on Listener name on Home screen of OEM. enter image description here

2) Then Click on 'Established Connections per minute' under 'State' section. enter image description here

3) Now you have got the page with some statistics of listeners. enter image description here

For your last question "What kind of actions are mostly done?" , I think You need to use database auditing so that you can track the activities of users connecting using the listener.

许可以下: CC-BY-SA归因
不隶属于 dba.stackexchange
scroll top