How to fix the Oracle error ORA-14160: this physical attribute may not be specified for a table subpartition?
In this post, you’ll learn more about the Oracle ErrorORA-14160: this physical attribute may not be specified for a table subpartition with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-14160: this physical attribute may not be specified for a table subpartition
Reason for the Error ORA-14160: this physical attribute may not be specified for a table subpartition
unexpected option was encountered while parsing physical attributes of a table subpartition; TABLESPACE is the only valid option
How to fix the Error ORA-14160: this physical attribute may not be specified for a table subpartition ?
You can fix this error in Oracle by following the below steps
remove invalid option(s)
Leave Your Comment