Number of read, write & read-write transactions on a database

Viewed 11

We are using Oracle 19c Database. I would like to know below things. Please help me to get below details.

1)How many transactions performed in my database per day?

2)How many transactions performed on a particular table?

3)How many read / write/ read write transactions performed on a table?

4)Has a specific package been invoked or not?

5)Does the table access directly or view or through a package procedure or function?

0 Answers
Related