I was able to do this with an existing SDE connection and arcpy.
import arcpy
myConn = arcpy.ArcSDESQLExecute('Database Connections/myConnectionName.sde')
mySQL = 'Call myOraPackageName.myOraProcedure()'
myReturn = myConn.execute(mySQL)
print myReturn
https://community.esri.com/t5/geoprocessing-questions/arcsdesqlexecute-and-oracle-stored-procedures/td-p/31974#comment-118410
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.