Last active
October 24, 2017 13:44
-
-
Save 64lines/2e7dff63315520c2dd485a81ff8105f4 to your computer and use it in GitHub Desktop.
[ORACLE] - Create user SQL
This file contains hidden or 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
| alter session set "_ORACLE_SCRIPT"=true; | |
| create user julian identified by julian; | |
| grant dba to julian; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment