Error List
Can't locate loadable object for module %s in @INC
Description:
Message> Can’t locate loadable object for module %s in @INC
Can't locate object method "%s" via package "%s"
Description:
Message> Can’t locate object method “%s” via package “%s”
DESTROY created new reference to dead object '%s'
Description:
Message> DESTROY created new reference to dead object ‘%s’
Can't call method "%s" without a package or object reference
Description:
Message> Can’t call method “%s” without a package or object reference
QSM-02148 many to many subquery joins require 9.0 compatibility or higher
Description:
QSM-02148 many to many subquery joins require 9.0 compatibility or higher
Cause:
You have specified a many to many join in your materialized view while running in less than 9.0 compatibility mode.
QSM-02149 ON COMMIT with this materialized view requires 9.0 compatibility or higher
Description:
QSM-02149 ON COMMIT with this materialized view requires 9.0 compatibility or higher
Cause:
You have specified a materialized view that uses some combination of the following in combination with the REFRESH ON COMMIT option while running in less than 9.0 compatibility mode:
- Joins
- Aggregation
- Filter conditions in the
WHEREclause - A remote relation in the
FROMlist - A SUM(x) function without a corresponding COUNT(x) function
- An omitted COUNT(*) aggregate function
- A MIN() or MAX() aggregate function
Action: Set your compatibility mode to 9.0 or higher or restructure the materialized view query.