Hello everyone,
When I delete a feature dataset using Python with SDE 10.2, I get the error messages listed below:
This only happens with Python. I am able to delete the eature dataset with ArcCatalog 10.2.2. in SDE.
Also if I run the same script in Python but pointing to File Geodatabase it works fine.
My configuration:
- ArcGIS 10.2.2
- Python 2.7.5
- SDE 10.2
- Oracle 11G
Executing: Delete ...MyFeatureDatasetwithTopology FeatureDataset Start Time: Wed Oct 28 15:25:30 2015 DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_PolyErrors]] DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_PolyErrors]] DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_LineErrors]] DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_PointErrors]] Table not registered [ORA-00942: table or view does not exist ] [MDC.FFFFF] Table not registered [ORA-00942: table or view does not exist ] [MDC.T_20_LineErrors] Table not registered [ORA-00942: table or view does not exist ] [MDC.M] Table not registered [ORA-00942: table or view does not exist ] [MDC.T_20_DirtyAreas] Table not registered [ORA-00942: table or view does not exist ] [MDC.T_20_PointErrors] Table not registered [ORA-00942: table or view does not exist ] [MDC.MMMMM] Table not registered [ORA-00942: table or view does not exist ] [MDC.T_20_PolyErrors] DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_PolyErrors]] The item was not found. The item was not found. DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_PolyErrors]] DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_LineErrors]] DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_PointErrors]] DBMS table not found [DBMS table not found [ORA-00942: table or view does not exist ][MDC.T_20_DirtyAreas]] The item was not found. Failed to execute (Delete). Failed at Wed Oct 28 15:26:13 2015 (Elapsed Time: 43.29 seconds)