laptop and a wrench

Error

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

Última publicación: August 25, 2014 ArcSDE/Enterprise Geodatabase
Número de ID del error NIM056702
EnviadoApril 24, 2010
Última modificaciónApril 2, 2025
Relacionado conArcSDE/Enterprise Geodatabase
Versión encontrada9.3
Sistema operativoWindows OS
Versión de sistema operativoXP
EstadoKnown Limit

Información adicional

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]

Solución alternativa

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));

Pasos para reproducir

ID del error: NIM056702

Software:

  • ArcSDE/Enterprise Geodatabase

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga