Hi there,
We have two materialized views in an Oracle 19c database that we want to register with an enterprise geodb.
Logging in as data owner, checked and there are no locks.
Trying to accomplish this from ArcGIS Pro 3.2 selecting an existing field (OBJECT_ID, NUMBER(38,0)) results in an error that I can't update the view. Understandable, I don't want to update the view, I just want to register it with the geodb as given in this help doc.
I have trawled through the forums and stackexchange and keep finding advice to use sde commandline tools to issue a command similar to the one below, but these tools aren't available anymore. I can't see any way in the GUI or in the ArcPy snippet to push the same -C USER switch.
sdetable -o register -t DINOLOKET.GDW_LKS_GWO_SA -c OBJECT_ID -C USER
I feel like I'm missing something here but am a bit stuck where to go further, so would very much appreciate your advice.
