Last active
December 15, 2019 23:40
-
-
Save recursivecodes/7af1ea8204ac8c3c5e12ef32cdb245f4 to your computer and use it in GitHub Desktop.
create-user.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 connectdemo IDENTIFIED BY "Str0ngP@$$word1234"; | |
GRANT CONNECT, RESOURCE TO connectdemo; | |
GRANT UNLIMITED TABLESPACE TO connectdemo; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment