Oracle Solution for Error ora-13006

Solution for Oracle Error ORA-13006

ORA-13006: the specified cell number is invalid

What triggered the Error:

The cell identifier is either less than 0 or greater than (2^ndim - 1).

What should we do to fix it:

Make sure that the cell identifier is between 0 and (2^ndim - 1).