QSM-01022: a more optimal materialized view than string was
used to rewrite
Answer Posted / guest
Cause: Query Rewrite always chooses the most optimal
materialized view based on certain parameters, such as
cardinality of the materialized view, number of joins etc.
The materialized view specified was found to be less optimal.
Action: To force using a materialized view, consider using a
rewrite hint.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............
[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table
IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created
when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly
NZE-28890: Entrust Login Failed
ORA-26082: load of overlapping segments on table string.string is not allowed
ORA-26079: file "string" is not part of table string.string
ORA-16626: failed to enable specified object
ORA-16627: No standby databases support the overall protection mode.
IMP-00064: Definition of LOB was truncated by export
In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.
ORA-26032: index string.string loading aborted after string keys
ORA-26030: index string.string had string partitions made unusable due to:
ORA-26094: stream format error: input column overflow
How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?