What technology is used behind ArcPy cursors?

General Tech Technology & Software 3 years ago

3.53K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago


I'm using ArcGIS Server 10.0. I have a geoprocessing using arcpy search, update and insert cursors. I'd like to know more about the technology behind these cursors.

Does it use any driver or pool to connect to the database (I'm using Oracle 11g)?

Does it open a connexion to the DB once at the creation of the cursor and close it when the cursor is deleted? What about transactions?

Does the cursor open a new connexion and transaction to the DB each time a row is updated or inserted?

0 views
0 shares

profilepic.png
manpreet 3 years ago

All ArcPy does is provide hooks in to the normal ArcGIS desktop. Just like desktop once you have a connection it will keep it open until it is explicitly closed by ArcGIS (usually when the associated python windows are closed). As for the drivers it will use the drivers you installed for ArcGIS to connect to your ArcSDE/RDBMS


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum