输入banner图图片脚本导航/分类

Oracle中用户(User)和模式(Schema)的概念

.


也就是说数据库模式可以创建修改,并且可以给不同的用户访问也可以赋予不同的用户。


而Oracle文档《Concepts》中的解释是这样的:


A schemais a collection of logical structures of data, or schema objects. A schema is

owned by a database user and has the same name as that user. Each user owns a single
schema. 


虽然Oracle中模式也是数据对象的集合,但是在这里一个用户对应了一个模式,一个模式只能被一个数据库用户所拥有。

Oracle中用户(User)和模式(Schema)的概念

标签:oracle   schema   user