Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active December 15, 2019 23:40
Show Gist options
  • Save recursivecodes/7af1ea8204ac8c3c5e12ef32cdb245f4 to your computer and use it in GitHub Desktop.
Save recursivecodes/7af1ea8204ac8c3c5e12ef32cdb245f4 to your computer and use it in GitHub Desktop.
create-user.sql
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