Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 10, 2020 14:50
Show Gist options
  • Save recursivecodes/9b9403f26dafac9efaa10218f8fdaa52 to your computer and use it in GitHub Desktop.
Save recursivecodes/9b9403f26dafac9efaa10218f8fdaa52 to your computer and use it in GitHub Desktop.
create-schema.sh
SQL> CREATE USER sodauser IDENTIFIED BY "Str0ngPassword_";
SQL> GRANT CONNECT, RESOURCE TO sodauser;
SQL> GRANT UNLIMITED TABLESPACE TO sodauser;
SQL> connect sodauser@testdb_high
Password? (**********?) ***************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment