Oracle DBA, How To, Error, Cause and Action

ORA-02340: invalid column specification

ORA-02340: invalid column specification


Cause:


An attempt was made to specify an UNPACKED column within a packed table.



Action:


Remove the UNPACKED keyword in the column specification.

No comments:

Post a Comment

Thanks for your comment.