Error List

Posts Tagged ‘j’

junk on end of regexp

Description:
Message> junk on end of regexp

Perl , ,

Newline in left-justified string for %s

Description:
Message> Newline in left-justified string for %s

Perl , , , , , , , , , ,

panic: fold_constants JMPENV_PUSH returned %d

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”

Perl

DESTROY created new reference to dead object '%s'

Attempt to join self

Description:
Message> Attempt to join self

Perl

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.

ORADB-QSM ,

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 WHERE clause
  • A remote relation in the FROM list
  • 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.

ORADB-QSM