ORA-02339: invalid column specification
What triggered the Error:
An attempt was made to specify the PACKED or UNPACKED keyword for a non-object type column.What should we do to fix it:
Remove the PACKED or UNPACKED keyword in the column specification and retry the operation.