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 服务器上的模式。答案是否定的,您需要为另一个模式中的每个表授予访问权限。(注意:有 SELECT ANY 但这不是一个好的路径 - 它适用于所有模式。由于安全原因,它不好)