Hi,
We use db2 8.2.6 on windows (soon to be on db2 9.5).
We have a single schema for the database. We need to give selective access control to applications. The way in which currently we implement this is by:
creating db2 users
granting permissions table by table to these users.
The issue with this set-up is each time a table is added or deleted, we need to maintain the access controls to the various users.
Is there a better way give access control to selected db tables. Would like to hear suggestions/experiences from other people regarding this. We have all tables created under single schema. Is iut better to group tables under various schema? Then can DB2 allow different permissions to different users. That is userA can only read tables in SchemaX, userB can update tables in SChemaY but cannot delete entries and so on
Thanks in advance