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!

GRANT ALTER ANY TABLE TO UserName + Revoke Grant

586405Dec 3 2007 — edited Dec 3 2007
Hi All,

I want to redefine my tables using DBMS_REDEFINITION package.

I had given the grants
GRANT EXECUTE ON DBMS_REDEFINITION TO USERNAME;

but, it also require the grants such as,
GRANT ALTER ANY TABLE TO USERNAME; and SELECT, CREATE, DROP and LOCK grants also.

Is there any other alternative then, giving such generous grants to particular user.

If we don't have any other option, can we revoke this grant from the user after redefinition is over.

How can we revoke this grants?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 31 2007
Added on Dec 3 2007
5 comments
850 views