How to find active users on particular table in oracle
Before carrying out any maintenance activity on a table in Oracle Database, would like to see if there any users already accessing that table?
Is there any quesry to check the users for the above situation.
0