Materialized View [message #351638] |
Wed, 01 October 2008 17:03 |
chintu00
Messages: 91 Registered: February 2007 Location: NJ, US
|
Member |
|
|
I have following scenario
Schema A Schema B
table tab_a table tab_b
Materialized View MV_b(based on tab_a and tab_b )
I submit a SQL in Schema A which uses tab_a and may or may not use other tables/views from the same or other schemas
Will my SQL try to use MV_b in schema B. I have query_rewrite_enabled set in both schemas.
If it will and my MV is invalid when the user submitting the SQL will the process fail trying to do a DDL(compile) because this user does not have a DDL across schema.
|
|
|
|