DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Problems with query rewrite and materialized views

  1. #1
    Join Date
    Jul 2002
    Posts
    4
    Hi,
    I've got a problem to use query rewrite with a materialized view I created.
    When I write a query which is different than the query of the materialized view, the execution doesn't use the materialized view but the tables.
    My database is in choose mode, and I have the 'enabled_query_rewrite=true' in the init.ora file.
    What should I do?

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    grant QUERY REWRITE
    grant GLOBAL QUERY REWRITE

  3. #3
    Join Date
    Jul 2002
    Posts
    4
    I've evere tried it but it didn't solved my problem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width