Home » Archive

Articles tagged with: invalid column specification

Oracle Error »

[12 Nov 2009 | No Comment | 91 views]

ORA-19200: Invalid column specification
Cause: All input arguments must be valid columns
Action: Specify a valid list of columns

Oracle Error »

[6 Nov 2009 | No Comment | 77 views]

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.

Oracle Error »

[5 Nov 2009 | No Comment | 68 views]

ORA-02339: invalid column specification
Cause: An attempt was made to specify the PACKED or UNPACKED keyword for a non-object type column.
Action: Remove the PACKED or UNPACKED keyword in the column specification and retry the operation.