ArcGIS Pro 2.6.8; Oracle 18c 10.7.1 EGDB:
Often, database views that are not registered with the geodatabase have issues in ArcGIS Pro. Examples:
The solution is to register the view with the geodatabase.
However, registering views with the geodatabase is a cumbersome process, especially if we need to frequently replace a view due to a DDL change like adding or removing a field from the view. Related idea: Unregister with Geodatabase GP Tool
One thing that's particularly clunky is: setting the extents when registering a view.
Rather than manually enter the extents by copy/pasting from elsewhere, could we have the option of importing the extents from an existing FC? For example, use a boundary FC that is a polygon that surrounds our subject area; we'd never have features outside that boundary.
While setting the extents seems to be optional (can be left blank), there are cases where it is beneficial to explicitly define the extents to the maximum future extents. That way, I know I can add features to the underlying FC after the view was registered, and still be sure that the extents are correct/contain the features. Otherwise, if left blank, the extents get auto-calculated based on the extents of the existing features when the view was registered, which might cause problems when future features get added to the FC that are outside the initial area.
For the extent issue, I just saw this posted earlier:
https://community.esri.com/t5/arcgis-pro-videos/extent-control-arcgis-pro-3-2/m-p/1359362#M141
There's a new release in 3.2 that allows for extents designated as an Environment variable, and they seem fairly robust from the display, though I don't have 3.2 to test it, yet.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.