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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.