Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active October 24, 2017 13:44
Show Gist options
  • Select an option

  • Save 64lines/2e7dff63315520c2dd485a81ff8105f4 to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/2e7dff63315520c2dd485a81ff8105f4 to your computer and use it in GitHub Desktop.
[ORACLE] - Create user SQL
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