Database Artifacts and Table Deletion in Python

174
0
03-14-2022 10:58 AM
Labels (3)
Scott_T_Anderson
New Contributor III

Greetings,

I have created a table in ArcPro by using Export Data to a local file geodb.  The new table is resident in the file geodb.  When I attempt to delete the table, I get some error messages relating to Oracle DBMS messages.  Why are there Oracle artifacts in a table that is resident in a file geodb?

Also, when I delete the table interactively, a feature class that is joined to the table remains intact.  If I attempt to delete the table using Python (arcpy.management.Delete(tablename)) it also deletes the joined Feature Class from my map. although the feature is untouched in the file geodb.  Is this expected behaviour?

Thank you.

0 Kudos
0 Replies