Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- create tablespace TBS_RESPALDO datafile 'c:\app\oracle\oradata\orcl\tbs_respaldo.dbf' size 20m;
- create user matricula_respaldo identified by oracle default tablespace tbs_respaldo temporary tablespace temp;
- grant connect, resource to matricula_respaldo
Advertisement
Add Comment
Please, Sign In to add comment