OCI-17003
Invalid column index: {0}
Cause
The cause could be one of the following:
- An attempt was made to access a column of a result set using an out-of-range column index.
- 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:
- Verify that the index provided is in the range of the number of columns returned by the result set.
- Verify that the parameter index is in the range of parameters.