由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - SQL SERVER 2K5 schema vs. Oracle schema
相关主题
sql server 面试题 (7)求教一ORACLE问题
A question about MS SQL Server database design各位老大,管理数据库的用户,这样行吗?
sql server 面试题 (8)anonymous login in mysql?
Database Analyst的工作需要SQL Server和Oracle都会吗?Any Suggestions on a SQL Server database maintenance plan
Pluggable Databases vs Database VirtualizationHelp: 如何在oracle 9i 中添加1 个user?
question on JOIN on OracleSQL Server下,如何有效管理VIEW?
Any SSIS high hand here?Quick way to learn database?
journal for sql server在personal oracle 中如何config connection 到本地database?
相关话题的讨论汇总
话题: schema话题: server话题: oracle话题: sql话题: user
进入Database版参与讨论
1 (共1页)
M*****r
发帖数: 1536
1
In SQL Server 2K5, schema is introduced.
Any comparison to Oracle's schema?
SQL Server 2K5:
Server
Database
Schema
Login -- User account
Oracle:
Server
Database
Schema -- User account
What's the benefit of adding the schema layer? Why it is not designed like
Oracle's? (I may have some mis-understanding for the concept)
Also, in SQL Server, login and user account are different? What the benefit?
M*****r
发帖数: 1536
2
That's what I want to discuss:
Why Oracle doesn't implement it this way? Any Pros/Cons for different
implementation?
SQL Server now has 3 things:
User account
User login
Schema
While in Oracle, a database user account (commonly referred to as a schema)
is used to store database objects, applications, and components, and to
determine a user's database privileges.
Still confused by:
http://www.microsoft.com/technet/prodtechnol/sql/2000/deploy/sqlorpro.mspx

,
1 (共1页)
进入Database版参与讨论
相关主题
在personal oracle 中如何config connection 到本地database?Pluggable Databases vs Database Virtualization
[转载] 新手求教:DATABASE编程的入门question on JOIN on Oracle
Oracle每次一重启就不能用了...help please~Any SSIS high hand here?
which database language is most popular?journal for sql server
sql server 面试题 (7)求教一ORACLE问题
A question about MS SQL Server database design各位老大,管理数据库的用户,这样行吗?
sql server 面试题 (8)anonymous login in mysql?
Database Analyst的工作需要SQL Server和Oracle都会吗?Any Suggestions on a SQL Server database maintenance plan
相关话题的讨论汇总
话题: schema话题: server话题: oracle话题: sql话题: user