On IBM DB2 v.9 windows, when someone connect to database by Server\Administrator user DB2 database will automatic accept and grant all permission to this user right? But, some environment Administrator of server no need to see every data in database. So how to prevent Administrator use connect to database?
|
|
|
|
|
|
|
By default, DB2 databases are created with CONNECT authority granted to public. If you want to restrict some users from connecting, you need to do
Then revoke the CONNECT authority from PUBLIC
|
||
|
|
|
|
Umm... For many times I try to revoke with this command but when I connect to database by Administrator account DB2 will automatic grant permission to Administrator again. I will try again for make sure. |
||
|
|
|
|
I don't think it's possible under normal circumstances simply because Administrator is in the sysadm group. Options I can think of (but haven't tried) include:
|
||
|
|
