Hi All,
I Locked an User in oracle, And when trying to login "Account is Locked" message is displaying.
But im able to query tables of this user from other users. How to block this?
For Example:
I had blocked an user named USER1. When i logged in to an User called USER2 and when i call SELECT * FROM USER1.TABLE_NAME, data is displaying.
I need to block this querying from other USERS.
Please Help
Thanks in Advance..