grant select user1.tab1 to <视图所在schema> with grant option;
grant select user2.tab2 to <视图所在schema> with grant option;
注意:tab1和tab2生成了view1
grant select schema.view to public;
最初由 hp.smiling 发布
[B]grant select user1.tab1 to <视图所在schema> with grant option;
grant select user2.tab2 to <视图所在schema> with grant option;
注意:tab1和tab2生成了view1
grant select schema.view to public; [/B]