On 3/31/21 4:31 PM, Tim Clarke wrote:
Is that schema2.using just a typo (phony names)?We have:
create materialized view schema1.matview.....
grant select on table schema1.matview to mygroupcreate view schema2.usingview as select ... from schema1.matview
grant select on table schema2.using to mygroup