Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

REVOKE FROM PUBLIC hangs

user594143Mar 26 2008 — edited Mar 27 2008
We have AUDIT recommendations to remove privelgers that been granted to PUBLIC on most of all production database objects (tables, packages, store proc)

So far we created ROLES with appropriate privileges and assigned to all users/schemas no issues here. Now I am trying to execute following: REVOKE EXECUTE ON test_package FROM "PUBLIC"
to remove permissions from PUBLIC and some takes long time to complete it almost appears that it hangs.. It causes some internal errors and applications getting errors.

Here is my question. Does anybody know what caused some REVOKE from PUBLIC hang? Would restarting Database fix this issue?

This database 9i on AIX

Any input appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2008
Added on Mar 26 2008
11 comments
2,274 views