Analyze Feature Class using ArcGIS Pro

578
3
02-04-2023 04:23 PM
yockee
by
Occasional Contributor II

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 

0 Kudos
3 Replies
JayantaPoddar
MVP Esteemed Contributor

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 



Think Location
yockee
by
Occasional Contributor II

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 ?

0 Kudos
MarceloMarques
Esri Regular Contributor

Analyze (Data Management)—ArcGIS Pro | Documentation

| Marcelo Marques | Principal Product Engineer | Esri |
| Cloud & Database Administrator | OCP - Oracle Certified Professional |
I work with Enterprise Geodatabases since 1997.
“ I do not fear computers. I fear the lack of them." Isaac Isimov
0 Kudos