Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active December 17, 2019 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/6a1c65f0304daf28c9590189626e63b5 to your computer and use it in GitHub Desktop.
Save recursivecodes/6a1c65f0304daf28c9590189626e63b5 to your computer and use it in GitHub Desktop.
create-usersvc.sql
CREATE USER usersvc IDENTIFIED BY "STRONGPASSW0RD";
GRANT CONNECT, RESOURCE TO usersvc;
GRANT UNLIMITED TABLESPACE TO usersvc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment