ORA-14176: this attribute may not be specified for a hash partition
What triggered the Error:
An invalid option was encountered while parsing physical attributes of a partition of an object partitioned using the HASH method. The TABLESPACE option is the only valid option for such partitions.What should we do to fix it:
Remove the invalid option(s).