Skip to content

Instantly share code, notes, and snippets.

@xlucasdemelo
Created November 23, 2018 01:09
Show Gist options
  • Save xlucasdemelo/4b5429d6dc9f28e0c6e1f6e1a997cc1d to your computer and use it in GitHub Desktop.
Save xlucasdemelo/4b5429d6dc9f28e0c6e1f6e1a997cc1d to your computer and use it in GitHub Desktop.
CREATE TABLESPACE bullion_tablespace
DATAFILE 'db2.dbf'
SIZE 40M ONLINE;
CREATE USER bullion IDENTIFIED BY bullion;
GRANT CONNECT, RESOURCE, DBA TO bullion;
GRANT UNLIMITED TABLESPACE TO bullion;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment