出现问题:Underlying DBMS error [ORA-29875: 无法执行 ODCIINDEXINSERT 例行程序
ORA-20085: Insert Spatial Reference SRID 4527 does not match SDE.GKCR_PROCESSDK.SHAPE registered Spatial Reference SRID 2363
ORA-06512: 在 "SDE.ST_DOMAIN_METHODS", line 2000
] [SDE.GKCR_ProcessDK]

- 解决办法:
- update ST_GEOMETRY_INDEX x set  x.srid=4527  where srid=2363
- update ST_GEOMETRY_COLUMNS t  set  t.srid=4527 where t.srid=2363

相关文章:

  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-09-15
  • 2021-12-08
  • 2022-12-23
猜你喜欢
  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-11-25
  • 2022-12-23
相关资源
相似解决方案