Hi,
I regularly use Oracle-based database views built from scratch from other tables with ST_GEOMETRY, registered in a 10.6.1 Entreprise GDB. These views performs well in third-party SQL client in which they execute in about 1sec...
However, I noticed that polyline views do not display entirely in ArcGIS Pro. I tweak my SQL views a lot but with no luck. The attribute table do open though and show all records.
In addition, this particular view uses LEFT JOIN syntax. Is there a know limitation in database view in ArcGIS Pro and/or Enterprise GDB? If I build a similar view with regular joins on primary and foreign keys in a WHERE clause, it does displays the polyline. This let me wonder if LEFT JOIN is not digested with the ArcGIS platform... And/or is there any settings and/ot tuning I can tweak? (such increasing response time when ArcGIS Enterprise execute the view in order to receive the geometry)
For info, my polyline is initially 65'000 records in WGS84 and I also reduce it to 340 records and same issue appears!
Any feedback would be appreciated