How to fix the Oracle error ORA-36201: (XSAGGR35) Cannot aggregate workspace object(partition workspace object) because the subpartition is itself partitioned.?
In this post, you’ll learn more about the Oracle ErrorORA-36201: (XSAGGR35) Cannot aggregate workspace object(partition workspace object) because the subpartition is itself partitioned. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-36201: (XSAGGR35) Cannot aggregate workspace object(partition workspace object) because the subpartition is itself partitioned.
Reason for the Error ORA-36201: (XSAGGR35) Cannot aggregate workspace object(partition workspace object) because the subpartition is itself partitioned.
Attempted to aggregate an intermediate partition of a variable with nested partitioning.
How to fix the Error ORA-36201: (XSAGGR35) Cannot aggregate workspace object(partition workspace object) because the subpartition is itself partitioned. ?
You can fix this error in Oracle by following the below steps
rerun the aggregate command seperately for each ultimate partition or just for the variable as a whole
Leave Your Comment