Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Privilege to be abl to truncate another user's table
Yes, you could grant "drop any table" and it would work, but I hate to =
grant that much power to do this. So, I create a truncate procedure in =
a COMMON schema that has the drop any table privilege. It does the =
truncate with an EXECUTE IMMEDIATE, only if the user has the DELETE =
privilege on the table. If you're interested, I'll go find the code for =
the procedure.
-----Original Message-----
From: Viktor [mailto:stant_98_at_yahoo.com]
Sent: Friday, February 13, 2004 3:58 PM
To: oracle-l_at_freelists.org
Subject: Privilege to be abl to truncate another user's table
Hello,
=20
Can someone help me figure out how user A can truncate table in user b =
schema?
Isnt this drop any table priv? Oracle 8.1.7
=20
Thanks
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Fri Feb 13 2004 - 16:31:05 CST
![]() |
![]() |