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.
我想知道如何授予用户对 Oracle 中其他表空间的访问权限?,因为我创建了两个额外的表空间,一个用于数据,另一个用于索引,就像这个讨论所说:
Oracle 中的表空间
我这样做是为了表现。
问候
旧方法是 to grant quota on tablespacename to username,它允许用户在该表空间上创建对象。你仍然可以这样做,但是有一种更流行的方法(我现在不记得了)。
grant quota on tablespacename to username