Created
July 13, 2017 09:22
-
-
Save adriens/340e53e2337f4cad86e5bfe900f16158 to your computer and use it in GitHub Desktop.
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
# 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