码迷,mamicode.com
首页 > 其他好文 > 详细

创建用户

时间:2014-09-22 23:40:53      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:ar   文件   sp   on   c   ef   r   as   file   

只有dba权限的用户才可以创建用户:

create user username

identified {by password|EXTERNALLY|GLOBALLY AS external name}

[default tablespace tablespace_name]

[temporary tablespace tablespace_name]

[quota{正整数 [K|M]} on tablespace_name]

[quota{正整数[K|M]} on tablespace_name]

[password expire]

[account{lock|unlock}]

[profile{概要文件|default}]

创建用户

标签:ar   文件   sp   on   c   ef   r   as   file   

原文地址:http://www.cnblogs.com/moonfans/p/3986677.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!