Ticket #2260 (closed defect: fixed)
OracleSpatial driver - VARCHAR2(4000)
| Reported by: | jimk | Owned by: | sdlime |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.4 release |
| Component: | Input - Native Oracle Spatial Support | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | umberto.nicoletti@…, fsimon@… |
Description
The Oracle spatial driver does not handle reading VARCHAR2 columns where there is more than 256 characters. When Mapserver tries to access the one of these columns an error is generated in msOracleSpatialLayerGetShape() stating that Oracle had to truncate one of the fields.
To get around this I increased the TEXT_SIZE define in maporaclespatial.c to 4000.
The downside to this change appears to be increased memory usage.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

