DBA面试题

当前位置: 面试问题网 > DBA面试题 > Oracle里面User和Schema的区别是什么

Oracle里面User和Schema的区别是什么

* A schema is collection of database objects, including logical structures such as tables, views, sequences, stored procedures, synonyms, indexes, clusters, and database links.
  
   schema是数据库对象的集合,包括表,视图,序列,存储过程,逻辑结构,索引,集群和数据库链接等等逻辑结构。
   * A user owns a schema.
  
   一个user拥有一个schema
   * A user and a schema have the same name.
  
   user和他的schema的名字相同
   * The CREATE USER command creates a user. It also automatically creates a schema for that user.
   CREATE USER命令创建一个user,同时也为这个user创建一个schema
   * The CREATE SCHEMA command does not create a “schema” as it implies, it just allows you to create multiple tables and views and perform multiple grants in your own schema in a single transaction.
   CREATE SCHEMA命令并不像命令说的那样创建一个SCHEMA, 他只是给你创建table的权限和在同一个事务中在你创建的schema中查看和进行赋与权限的权限。
   * For all intents and purposes you can consider a user to be a schema and a schema to be a user.
   在任何情况下你都可以把用户和schema当作同一个东西。

【Oracle里面User和Schema的区别是什么】相关文章

1. Oracle里面User和Schema的区别是什么

2. Oracle面试题:如何把一个表从一个schema到另一个schema

3. 软件测试LoadRunner面试题:If web server, database and Network are all fine where could be the problem?

4. const char*, char const*, char*const的区别是什么

5. 软件测试LoadRunner面试题:What do vuser_init action and vuser_end action contain?

6. Java里面StringBuilder和StringBuffer有什么区别

7. WebSphere面试题:在WebSphere里面如何部署一个应用

8. Python里面search()和match()的区别

9. 软件测试LoadRunner面试题:What is a function to capture dynamic values in the web vuser script?

10. System.Array.CopyTo()和System.Array.Clone()有什么区别

本文来源:https://www.mianshiwenti.com/a13411.html

点击展开全部

《Oracle里面User和Schema的区别是什么》

将本文的Word文档下载到电脑,方便收藏和打印

推荐程度:

进入下载页面

﹝Oracle里面User和Schema的区别是什么﹞相关内容

「Oracle里面User和Schema的区别是什么」相关专题

其它栏目

也许您还喜欢