If you don't want to give DROP ANY TABLE priviledge (I know I would feel uncomfortable when giving such a powerful priviledge to any user) to a user in order to enable him to truncate some tables that he doesn't own, the only other alternative is:
- First, as an owner of a table create a procedure that truncates that table
- Then grant execute priviledge on that procedure to a user
Jurij Modic
ASCII a stupid question, get a stupid ANSI
24 hours in a day .... 24 beer in a case .... coincidence?