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 truncate HR.EMP to SCOTT

unknown-1052419Nov 14 2013 — edited Nov 15 2013

Hi all,

11.2.0.1

What specific privilege can I grant truncate table to a user?

I am confused:

Connect as SYS:

SQL>  grant all on HR.EMP to SCOTT;

Grant succeeded.

Connect as SCOTT:

SQL> truncate table HR.EMP;

Table truncated.

Connect as SYS:

SQL> revoke all on HR.EMP from SCOTT;

Revoke succeeded.


Connect as SCOTT:

SQL> truncate table HR.EMP;

Table truncated.


Why  can SCOTT still truncate the table?


Thanks,



This post has been answered by JustinCave on Nov 15 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 13 2013
Added on Nov 14 2013
10 comments
1,558 views