DB2: For a user to connect to the database
db2 grant connect on database to user username;
And this is to revoke below?
$ db2 "revoke connect on database from user nk152"
DB20000I The SQL command completed successfully.
db2 grant connect on database to user username;
And this is to revoke below?
$ db2 "revoke connect on database from user nk152"
DB20000I The SQL command completed successfully.
Comments
Post a Comment