SDO_CS.TRANSFORM Fails On 19.8 With ORA-13282: Failure On Initialization Of Coordinate Transformation
(Doc ID 2751019.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Spatial and Graph - Version 19.8.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
ORA-13282: fejl i initialisering af koordinattransformation when trying to transform this geometry to geometry in 278528 using following SQL:
SELECT
p.x, p.y,
SDO_CS.TRANSFORM(MDSYS.SDO_GEOMETRY(2001, 25832, MDSYS.SDO_POINT_TYPE(p.x, p.y, NULL), NULL, NULL), 278528) AS geometry_SYS34 -- SRID Danish System 34 Jylland-Fyn: 278528
FROM POINTCOORDS p;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |