Oracle创建表空间、用户、分配权限语句
生活随笔
收集整理的這篇文章主要介紹了
Oracle创建表空间、用户、分配权限语句
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
--創(chuàng)建表空間 create tablespace 表空間名字 logging datafile 'E:\app\sinohuarui\oradata\orcl\文件名.dbf' size 50m autoextend on next 50m maxsize 20480m extent management local; --創(chuàng)建用戶并分配表空間 create user 用戶名?identified by 密碼 default tablespace?表空間名字 temporary tablespace temp; --授權(quán) grant connect,resource,dba to 用戶名;
轉(zhuǎn)載于:https://www.cnblogs.com/xinhudong/p/6425411.html
總結(jié)
以上是生活随笔為你收集整理的Oracle创建表空间、用户、分配权限语句的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 灾难恢复演练成功的8大步骤
- 下一篇: 埃洛等级分系统【转自百度百科】