-- 進(jìn)入同義詞所在用戶 用戶1 create synonym 用戶1.表名1 for 用戶2.表名1; -- 進(jìn)入原始用戶名 用戶2 grant select on 表名1 to 用戶1;