Hello ppls,
We are using DB2 V8.2 for ERP(peoplesoft application)
Developers most of the time drop and recreate the tables via application side (not from DB side)
As everyone know, dropping the table removes all the privileges pertaining to that table.
The moment that table got dropped, i would like to grant select & update privileges to 3 - 4 users. Also i would like to automate this process.
Is there anyway we can do that? Trigger is out of scope, as there is no option of 'after create/drop'.
Will be great if anyone can shed some lights over here. Thanks.