Database Error Messages

ORA-17005

Unsupported column type.

Cause

The cause could be one of the following:

  1. An attempt is being made do execute a statement and retrieve the auto-generated keys, but at least one of the columns provided as an auto-generated keys is a named type that is not supported as an auto-generated key.
  2. The server has returned a column type that the driver does not recognize.

Action

Choose the action corresponding to the cause as numbered:

  1. Verify that the correct auto-generated keys were provided and try again.
  2. Upgrade the driver version.