Search notes:

ORA-30562: invalid SAMPLE percentage

OK:
select * from dual sample (50);
Not ok
select * from dual sample (101);

See also

Other Oracle error messages, such as ORA-30577: SAMPLE group size must be in the range [1,UB4MAXVAL]

Index