geofox

configuracion

Mar 25th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.27 KB | None | 0 0
  1. CREATE tablespace TBS_MATRICULA datafile 'c:\app\oracle\oradata\orcl\tbs_matricula.dbf' size 100m;
  2.  
  3. CREATE USER own_matricula identified BY 123 DEFAULT tablespace tbs_matricula temporary tablespace temp;
  4.  
  5. grant CONNECT, resource TO own_matricula;
  6.  
  7. CONNECT own_matricula
Advertisement
Add Comment
Please, Sign In to add comment