Oracle Solution for Error ora-22317

Solution for Oracle Error ORA-22317

ORA-22317: typecode number

is not legal as a number type

What triggered the Error:

e user is trying to use a number typecode that is not valid.

What should we do to fix it:

e only OCI_TYPECODE_SMALLINT, OCI_TYPECODE_INTEGER, OCI_TYPECODE_REAL, OCI_TYPECODE_DOUBLE, OCI_TYPECODE_FLOAT, OCI_TYPECODE_NUMBER, or OCI_TYPECODE_DECIMAL.