| ERROR | PARTITION/ORDER/CLUSTER BY are allowed for only with PARALLEL_ENABLE |
| CAUSE | User tried partion by order by cluster by without parallel enable clause in table function. |
| ACTION | specify parallel enable also when using partion by, cluster by order by clause. |