geofox

Respaldo Tablespace

May 13th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. create tablespace TBS_RESPALDO datafile 'c:\app\oracle\oradata\orcl\tbs_respaldo.dbf' size 20m;
  2.  
  3. create user matricula_respaldo identified by oracle default tablespace tbs_respaldo temporary tablespace temp;
  4.  
  5. grant connect, resource to matricula_respaldo
Advertisement
Add Comment
Please, Sign In to add comment