Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-62603

The input is not a valid bitmap produced by BITMAP COUNT DISTINCT operators.

Cause

An attempt was made to pass a bitmap that was not produced by one of the BITMAP COUNT DISTINCT operators.


Action

Pass only bitmaps constructed by using BITMAP_CONSTRUCT_AGG or BITMAP_OR_AGG to the BITMAP COUNT DISTINCT related operators.