laptop and a wrench

Bug

Error when using MULTILINESTRING constructor in ST_Geometry on Oracle with more than 4000 characters.

Last Published: August 25, 2014 ArcSDE/Enterprise Geodatabase
Bug ID Number NIM056702
SubmittedApril 24, 2010
Last ModifiedApril 2, 2025
Applies toArcSDE/Enterprise Geodatabase
Version found9.3
Operating SystemWindows OS
Operating System VersionXP
StatusKnown Limit

Additional Information

Passing VARCHAR2 Parameter Longer Then 4000 Characters To SQL Function Inside A SQL Statement ends up with ORA-1460 or ORA-1461 [Oracle ID 300268.1]

Workaround

Execute the insert in a seperate command than the Shape constructorChange: INSERT INTO lines_test VALUES (1,sde.st_linestring(user_name,0));To: shape := sde.st_mlinefromtext(user_name,0); INSERT INTO lines_test VALUES (1,sde.st_linestringshape,0));

Steps to Reproduce

Bug ID: NIM056702

Software:

  • ArcSDE/Enterprise Geodatabase

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options