sombriks

user and tablespaces

Jun 20th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.22 KB | None | 0 0
  1. --CREATE TEMPORARY TABLESPACE tmp
  2. --    TEMPFILE 'tmp.f' SIZE 50m REUSE AUTOEXTEND ON
  3. --    MAXSIZE UNLIMITED
  4. --    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 64K;
  5. --create user temp identified by "temp" temporary tablespace tmp;
Advertisement
Add Comment
Please, Sign In to add comment