Skip to content

Instantly share code, notes, and snippets.

@tranminhan
Created April 11, 2011 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tranminhan/914113 to your computer and use it in GitHub Desktop.
Save tranminhan/914113 to your computer and use it in GitHub Desktop.
create oracle user
create user newuser identified by password;
grant create session, create table to newuser;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment