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

Thread: Problem with the partial SQL text match of QUERY REWRITE

  1. #1
    Join Date
    Jul 2002
    Posts
    4

    Angry

    Hi,
    I would like to get lots of informations on the partial SQL text match of query rewrite because when I execute a query, oracle doesn't use the materialized view that I have created before.
    Is it possible with Oracle 8.1.5 ?

    Thanks.

  2. #2
    Join Date
    Apr 2002
    Location
    Germany.Laudenbach
    Posts
    448
    Hi;
    It should be possible.

    Please check the ini.ora-Param
    Code:
     
    Query_rewrite_enabled # should be set to TRUE
    Query_rewrite_integrity # depends on your Need
    Also there exists a system-privilege :

    Code:
     
    Query Rewrite
    Please Check Documentation ( Datawarehouse guide )
    Orca

  3. #3
    Join Date
    Jul 2002
    Posts
    4
    The init.ora is correct

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