Database Error Messages

OCI-17006

Invalid column name [string]

Cause

The cause could be one of the following:

  1. An attempt is begin made to access a column in a result set using an invalid column name.
  2. An attempt is begin made to pass a parameter to a statement using an invalid parameter name.

Action

Choose the action corresponding to the cause as numbered:

  1. Verify that the provided column name exists within the set of columns returned by the result set.
  2. Verify that the provided parameter name exists within the set of parameters in the statement.