📜  跨模式查询 oracle 2 用户 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:18.679000             🧑  作者: Mango

代码示例1
-- Most likely, you need your DBA to grant user A access to whatever tables in the PCT schema that you need. Something like:
GRANT SELECT ON pct.pi_int TO a;