ORA-17006
Invalid column name: {0}
Cause
The cause could be one of the following:
- An attempt is being made to access a column in a result set using an invalid column name.
- An attempt is being made to pass a parameter to a statement using an invalid parameter name.
Action
Choose the action corresponding to the cause as numbered:
- Verify that the provided column name exists within the set of columns returned by the result set.
- Verify that the provided parameter name exists within the set of parameters in the statement.