Bug-ID-Nummer |
BUG-000118138 |
Eingereicht | November 13, 2018 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcGIS for Desktop |
Gefunden in Version | 10.6.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 2016 64 Bit |
Behoben in Version | 2.5.2 |
Status | Fixed
Der Bug wurde behoben. Weitere Informationen finden Sie ggf. unter "Behoben in Version" und unter "Zusätzliche Informationen".
|
Zusätzliche Informationen
The error is expected when a column is created with the data type 'double', precision 10 and scale 0, and stores a value greater than 32-bit integer limit, i.e. 2,147,483,647.
A column with the data type 'double' and the precision 0, maps to the Oracle data type NUMBER(10). In ArcMap 10.2.1, this column was mapped with ArcMap the data type 'double' which allowed storing values greater than 2,147,483,647.
The mapping has been corrected to represent NUMBER(10) as long integers. Thus, values greater than 2,147,483,647 are no longer allowed.
Workaround
The ArcGIS (Desktop, Engine, Server) Oracle Data Type Patch is now live on the support site. The URL is: https://support.esri.com/en/download/7785.
Schritte zur Reproduzierung