I f you want to do this, the command is
db2 grant control on table <tbname> to USER1
Control privilege also gives implicitly ALL to USER1 but it is the only
privilege that allows the drop option, apart from the owner, definer of the
table.
HTH, Pierre.
--
Pierre Saint-Jacques
SES Consultants Inc.
514-737-4515
"kangaroo" <sh*******@yahoo.com> a écrit dans le message de news:
11**********************@g44g2000cwa.googlegroups. com...
Hi guys,
table "A" was created by user "USER1". Is there a way for USER1 to
grant access to DROP that table to user "B"?
The answer I heard so far was "only if user B has administrative
priviligies". Any evidence to the contrary?
Thanks
Bogdan