`

oracle 创建表空间,用户,授权

 
阅读更多
1.创建表空间
SQL> create tablespace uadp datafile 'F:\oracle\product\10.2.0\oradata\orcl\test.dbf' size 200m autoextend on next 10m maxsize unlimited;

2.创建用户
SQL> create user hym identified by hympassword default tablespace hym;

3. 授权
SQL> grant connect, resource, dba to hym;
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics