Materialized view in same DB

87 Views Asked by At

Is there any sense in creating materialized views from one schema to another in same database ? Will a public synonym or a simple view suffice? Please suggest

1

There are 1 best solutions below

2
On

The question is about the same as if you ask if it makes sense to have the same table in another schema of the database. If anybody who can access materialized view / table has access to the schema why bother? And even if not I would ask why they have no access to the schema.

Your question: Will a public synonym or a simple view suffice? That said, I also would say yes.