Bug-ID-Nummer |
BUG-000116399 |
Eingereicht | August 29, 2018 |
Zuletzt geändert | September 19, 2024 |
Gilt für | ArcGIS for Desktop |
Gefunden in Version | 10.5 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
This is an Oracle limitation that a not null or a check constraint cannot be added on a view created based on a union for two tables. Describe the view itself from Oracle, the not null constraints are already gone:
SQL> desc vtestnull
Name Null? Type
----------------------------------------- -------- ----------------------------
MANDANT NUMBER(38)
RISIKO_ID NUMBER(38)
VN NUMBER(38)
Workaround
This is a display problem. No workaround required.
Schritte zur Reproduzierung