Last active
December 17, 2019 23:14
-
-
Save recursivecodes/6a1c65f0304daf28c9590189626e63b5 to your computer and use it in GitHub Desktop.
create-usersvc.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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