Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --CREATE TEMPORARY TABLESPACE tmp
- -- TEMPFILE 'tmp.f' SIZE 50m REUSE AUTOEXTEND ON
- -- MAXSIZE UNLIMITED
- -- EXTENT MANAGEMENT LOCAL UNIFORM SIZE 64K;
- --create user temp identified by "temp" temporary tablespace tmp;
Advertisement
Add Comment
Please, Sign In to add comment