How to fix the Oracle error ORA-36666: (XSDPART04) workspace object is not a concat dimension.?
In this post, you’ll learn more about the Oracle ErrorORA-36666: (XSDPART04) workspace object is not a concat dimension. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-36666: (XSDPART04) workspace object is not a concat dimension.
Reason for the Error ORA-36666: (XSDPART04) workspace object is not a concat dimension.
User tried to define a partition template with PARTITION BY CONCAT(… dim …) where dim is not a concat dimension.
How to fix the Error ORA-36666: (XSDPART04) workspace object is not a concat dimension. ?
You can fix this error in Oracle by following the below steps
Only concat dimensions can serve as partition dimensions with CONCAT partitioning. Choose a different partition dimension.
Leave Your Comment