Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

ORA-17005

Unsupported column type.

Cause

The cause could be one of the following:

  1. An attempt was 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.

  1. The server 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.

  1. Upgrade the driver version.