Database Error Messages

ORA-62721

The specified parallel hint [%0!s] exceeds the granule count {%1!s}.

Cause

The specified value was greater than the maximum possible parallelism, which is determine by the granule count.


Action

Specify a value less than or equal to the granule count. The granule count can be determined by calling the DBMS_KAFKA.GET_GRANULE_COUNT function.