Quote:
Originally Posted by db2girl
I think RESTRICTIVE is useful in their case because their security standards state that public should have no grants at all (I think this applies to all default packages as well but will verify).
|
It does apply to the default packages, and makes the database unusable. The DB2 supplied packages are not documented as to which are needed, so the implementation is ridculous. There should be a difference between a user created package, and those used by DB2 internally to run basic queries (select, insert, update, delete). If you turn on restrictive, you can expect outages trying to figure out which ones to grant access for, which is something that many of us cannot tolerate.