Skip to content

Instantly share code, notes, and snippets.

@roniemicro
Created September 2, 2015 10:17
Show Gist options
  • Save roniemicro/d657a40f578573b8281a to your computer and use it in GitHub Desktop.
Save roniemicro/d657a40f578573b8281a to your computer and use it in GitHub Desktop.
CREATE USER TITAS
IDENTIFIED BY TITAS_PASSWORD
DEFAULT TABLESPACE TITAS_DB
TEMPORARY TABLESPACE temp
QUOTA UNLIMITED ON TITAS_DB;
GRANT create session TO TITAS;
GRANT create table TO TITAS;
GRANT create view TO TITAS;
GRANT create trigger TO TITAS;
GRANT create procedure TO TITAS;
GRANT create sequence TO TITAS;
GRANT create synonym TO TITAS;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment