Skip to content

Instantly share code, notes, and snippets.

@laszlocsontos
Created April 26, 2013 15:31
Show Gist options
  • Save laszlocsontos/5468150 to your computer and use it in GitHub Desktop.
Save laszlocsontos/5468150 to your computer and use it in GitHub Desktop.
SET DEFINE ON
CREATE USER &1 IDENTIFIED BY password
DEFAULT TABLESPACE &2
TEMPORARY TABLESPACE &3;
GRANT LPORTAL TO &1;
GRANT READ, WRITE ON DIRECTORY data_pump_dir TO &1;
ALTER USER &1 QUOTA UNLIMITED ON &2;
ALTER USER &1 QUOTA UNLIMITED ON users;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment