Last active
December 15, 2019 23:40
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