Hi,
I used to be able to run this geoprocessing using ArcMap 10.5 against Oracle 12 Database :
import arcpy
arcpy.AnalyzeDatasets_management("D:/path_to_connectionfile/dbspatial.sde",
"SYSTEM", ["xxx";"xxx"],"ANALYZE_BASE", "NO_ANALYZE_DELTA", "NO_ANALYZE_ARCHIVE")
Now the database has been upgraded to Oracle 19 and I can not connect to geodatabase anymore using ArcMap 10.6. The only way I can connect is by using ArcGIS Pro. But I am very unfamiliar with its layout. I want to do the geoprocessing above or may be there are any equivalent format to achieve the same thing.
I can connect to the geodatabase just fine but I just have not find a way to run that geoprocessing.
Need your help and advice
Oracle 19C is supported from ArcGIS 10.6.1 with ArcGIS (Desktop, Engine, Server) Support for Oracle 19c Patch .
Oracle database requirements for ArcGIS 10.6.x
Hi, sorry I was wrong. It turns out that I have ArcMAP 10.5.
so, how do I run that piece of code on ArcGIS Pro ?
Analyze (Data Management)—ArcGIS Pro | Documentation