Skip to content

Instantly share code, notes, and snippets.

@zyjibmcn
Created August 14, 2016 14:43
Show Gist options
  • Save zyjibmcn/c05f05908d00e5539277ae550085a748 to your computer and use it in GitHub Desktop.
Save zyjibmcn/c05f05908d00e5539277ae550085a748 to your computer and use it in GitHub Desktop.
db2 grant user with permission
GRANT DBADM WITH DATAACCESS WITH ACCESSCTRL ON DATABASE TO USER new_user;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment