Python script that runs arcpy.MakeQueryLayer_management and saves the layer to a local file geodatabase results in incorrect geometry when running external to ArcGIS Pro, the source feature class uses the SDO_Geometry storage type, and is in WKID 3005 SRS.
ArcGIS Pro
漏洞 ID 编号
BUG-000168347
已提交
June 14, 2024
上次修改时间
November 21, 2024
适用范围
ArcGIS Pro
找到的版本
3.1.5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
In Review
该问题正在审查中。 审查过程可确保问题包含所有必要信息、易于理解、不与现有问题重复,且为关于漏洞或增强功能的有效请求。 在此阶段,可能会联系您进行说明或提供其他信息。
解决办法
Run the script in ArcGIS Pro.
Use the ST_Geometry instead of the SDO_Geometry format.
Use a tool to copy the features from the Oracle database to a local file geodatabase without using the query layer as an intermediate step.