Spatial Type for Oracle: Recreating a feature class with the same name as an old, dropped feature class can cause spatial queries to fail.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM012658
已提交
October 30, 2007
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.2
修正版本
9.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
This happens because no row is inserted into SDE.ST_GEOMETRY_INDEX if there is a preexisting row for the same feature class name in SDE.ST_GEOMETRY_COLUMNS.Use sde.st_geom_cols_util.delete_gcol to delete the metadata for the table in SDE.ST_GEOMETRY_COLUMNS before creating the spatial index.