ORA-13335: LRS measure information not defined occurs when using sdo_lrs.project_pt in Oracle 19c
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production ,Version 19.3.0.0.0
We recently migrated to Oracle 19c from 11g (Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production). We are now running into the following error when running the sdo_lrs.project_pt function as follows:
select objectid,sdo_lrs.project_pt(shape,MDSYS.SDO_GEOMETRY(2001, 26917, MDSYS.SDO_POINT_TYPE(459951.01632183, 3151220.42520709, NULL), NULL, NULL))from sso_streets where roadway = '75000199'
The error:
ORA-13335: LRS measure information not defined
ORA-06512: at "MDSYS.SDO_LRS", line 3736
ORA-06512: at "MDSYS.SDO_LRS", line 3709
ORA-06512: at "MDSYS.MD", line 1723
ORA-06512: at "MDSYS.MDERR", line 8
ORA-06512: at "MDSYS.SDO_LRS", line 3640