用PLSQL创建oracle用户

以SYSDBA身份登录PL;

2、右键“User”->“New”新建用户;

3、弹出新建用户窗口,在“general”选项卡中,填写:

name:用户名;

password:密码;

4、切换到“Role Privileges”选项卡:

Role选择connect,勾选“Default”

5、切换到“System Privileges”选项卡:

System Privilege中选择“create any table”、“create any type”、“create any sequence”,右侧不勾选

6、切换到“Quotas”选项卡(表空间):

tablespace中选择“users”表空间,勾选“Unlimited”(无限权限);

“Apply”之后,即可用此用户以普通用户(Normal)的身份登录了。

猜你喜欢

转载自dafa1892.iteye.com/blog/1559062