Database Error Messages

OCI-17003

Invalid column index [number]

Cause

The cause could be one of the following:

  1. An attempt was made to access a column of a result set using an out-of-range column index.
  2. An attempt was made to pass a parameter to a statement using an out-of-range parameter index.

Action

Choose the action corresponding to the cause as numbered:

  1. Verify that the index provided is in the range of the number of columns returned by the result set.
  2. Verify that the parameter index is in the range of parameters.