truncate table from another schema
I would like to find whats the best way to allow user to truncate table that is owned by some one else. I know that one way this can be achived is by granting drop any table system previlege. However this previlege is too destructive as its has other serious security implications. Is there any other way to just give the user truncate table previlege.
0