Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Data load ideas
For query rewrite on MVs, you would need valid FK constraints only if you
have the parameter QUERY_REWRITE_INTEGRITY = ENFORCED and you really are
trying to use this mechanism to prevent "stale data" from being used in the
MV. By the way, this is also the default setting for this parameter, and
this is a major cause for QR not working for the unwary...
You don't need RI constraints to get star transformations to work, just the parameter STAR_TRANSFORMATION_ENABLED = TRUE and bitmap indexes all over the place...
on 5/4/04 5:07 PM, Jared.Still_at_radisys.com at Jared.Still_at_radisys.com wrote:
>> They cause no harm if they are "RELY" (i.e. unenforced), allowing the
>> create ERDs...
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue May 04 2004 - 18:49:37 CDT
![]() |
![]() |