Ticket #2350 (closed defect: fixed)
OCI fields of negative numbers may cause ORA-01406 error
| Reported by: | tamas | Owned by: | tamas |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.2 |
| Component: | default | Version: | 1.5.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If the width and the precision exactly matches with the actual value, and the number is negative then we get the following error: ORA-01406: fetched column value was truncated. The driver should allocate an extra byte of space to hold the negaive sign for the numbers.
Change History
Note: See
TracTickets for help on using
tickets.
