Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 SQL Server 中,用户首先在服务器级别注册为登录名,然后将他们作为用户添加到该服务器上所有必要的数据库中。
甲骨文有类似的东西吗?我知道 Oracle 对象表空间类型代表 SQL Server 中的数据库对象,但在我看来,好像在 Oracle 中仅注册了数据库用户,这些用户通过细粒度的 GRANT/DENY 操作和角色成员资格访问数据库对象。
在此先感谢, 扬
检查这篇文章:
Oracle中用户和模式之间的区别?
我(也)从 Sql Server 开始,不得不学习 Oracle 的不同措辞。