Skip to content

Instantly share code, notes, and snippets.

@adriens
Created July 13, 2017 09:22
Show Gist options
  • Save adriens/340e53e2337f4cad86e5bfe900f16158 to your computer and use it in GitHub Desktop.
Save adriens/340e53e2337f4cad86e5bfe900f16158 to your computer and use it in GitHub Desktop.
# in case you are in a container database, set some option for user creation
alter session set "_ORACLE_SCRIPT"=true;
create user slack identified by slack;
grant connect to slack;
grant create session to slack;
grant resource to slack;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment