当我们的oracle11g安装完之后,需要创建用户,并赋予普通权限,怎么做?
1、安装完后,会有一个系统密码,假设为root
2、sqlplus-->>
username:system
password:root
3、create user tp identified by tp;
4、grant dba to tp
5、conn tp/[email protected]
6、这样我们就有一个用户名为:tp的普通用户,他的权限只能访问他自己所创建的表
Posted 菊次郎的幻想
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle用户权限相关的知识,希望对你有一定的参考价值。
当我们的oracle11g安装完之后,需要创建用户,并赋予普通权限,怎么做?
1、安装完后,会有一个系统密码,假设为root
2、sqlplus-->>
username:system
password:root
3、create user tp identified by tp;
4、grant dba to tp
5、conn tp/[email protected]
6、这样我们就有一个用户名为:tp的普通用户,他的权限只能访问他自己所创建的表
以上是关于oracle用户权限的主要内容,如果未能解决你的问题,请参考以下文章