PLS-00654: PARTITION/ORDER/CLUSTER BY is only allowed for with PARALLEL_ENABLE
Cause: An attempt was made to use either PARTITION BY, ORDER BY, or CLUSTER BY clauses without parallel enable clause in table function.
Action: Specify parallel enable also when using PARTITION BY, CLUSTER BY, or ORDER BY clauses.