Home > Database > Mysql Tutorial > 用PLSQL创建Oracle用户

用PLSQL创建Oracle用户

WBOY
Release: 2016-06-07 17:14:35
Original
1405 people have browsed it

以SYSDBA身份登录PL; 2、右键“User”-gt;“New”新建用户; 3、弹出新建用户窗口,在“general”选项卡中,填写: name:用

以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)的身份登录了。

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template