Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mgajdosikDid you try to execute the very same statement from some oracle client, like Toad or similar, if you get the same error?
Also you may want to do following:
Check out your Oracle table definition. You can declare Oracle column types to be just NUMBER, but this is bad practice as you are then dependent on your target client to sort this out. You should really always give it precision (e.g. NUMBER(18,7))