How to fix the Oracle error PLS-00654: PARTITION/ORDER/CLUSTER BY are allowed for only with PARALLEL_ENABLE?
In this post, you’ll learn more about the Oracle ErrorPLS-00654: PARTITION/ORDER/CLUSTER BY are allowed for only with PARALLEL_ENABLE with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
PLS-00654: PARTITION/ORDER/CLUSTER BY are allowed for only with PARALLEL_ENABLE
Reason for the Error PLS-00654: PARTITION/ORDER/CLUSTER BY are allowed for only with PARALLEL_ENABLE
User tried partion by order by cluster by without parallel enable clause in table function.
How to fix the Error PLS-00654: PARTITION/ORDER/CLUSTER BY are allowed for only with PARALLEL_ENABLE ?
You can fix this error in Oracle by following the below steps
specify parallel enable also when using partion by, cluster by order by clause.
Leave Your Comment