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", ["xyz";"xyz"],"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