Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE tablespace TBS_MATRICULA datafile 'c:\app\oracle\oradata\orcl\tbs_matricula.dbf' size 100m;
- CREATE USER own_matricula identified BY 123 DEFAULT tablespace tbs_matricula temporary tablespace temp;
- grant CONNECT, resource TO own_matricula;
- CONNECT own_matricula
Advertisement
Add Comment
Please, Sign In to add comment