Skip to content

Instantly share code, notes, and snippets.

@rsrini7
Created February 11, 2016 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsrini7/fd61dceecf9e00c9d24f to your computer and use it in GitHub Desktop.
Save rsrini7/fd61dceecf9e00c9d24f to your computer and use it in GitHub Desktop.
basic oracle user setup
connect system/<password> as sysdba
create user srini identified by srini;
grant create session to srini;
grant create table to srini;
grant unlimited tablespace to srini;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment