Select to view content in your preferred language

Oracle 11g-Parcel deleted but still appearing in Geoprocessing results

650
2
Jump to solution
06-19-2023 11:59 AM
Thumo
by
Emerging Contributor

@MarceloMarques and community,

I have deleted a parcel from geodatabase, but when i ran my custom geoprocessing tool this parcel is been picked up as if it there, even from history is not available it gone, i have reconciled and posted the job also. I am using oracle 11g with Arcmap 10.8.1 what could be problem. Am asking if there is any method besides compressing geodatabse to make sure that this cache is deleted.

0 Kudos
1 Solution

Accepted Solutions
MarceloMarques
Esri Regular Contributor

@Thumo, if you are working with geodatabase versioning then make sure you reconciled and posted the correct child version that you made the edits to the sde.default version. You can also use a connection file that points to a version where you made edits and use that connection file in geoprocessing tools.

| Marcelo Marques | Esri Principal Product Engineer | Cloud & Database Administrator | OCP - Oracle Certified Professional | "In 1992, I embarked on my journey with Esri Technology, and since 1997, I have been working with ArcSDE Geodatabases, right from its initial release. Over the past 32 years, my passion for GIS has only grown stronger." | “ I do not fear computers. I fear the lack of them." Isaac Isimov |

View solution in original post

0 Kudos
2 Replies
VaibhavS
Regular Contributor

You could check if there are any orphan feature classes in the geodatabase.

GDB_Items
SDE_TABLE_REGISTRY
SDE_COLUMN_REGISTRY
SDE_LAYERS
SDE_GEOMETRY_COLUMNS
GDB_ITEMRELATIONSHIPS (if the feature class existed in a feature dataset)

 

VaibhavS
0 Kudos
MarceloMarques
Esri Regular Contributor

@Thumo, if you are working with geodatabase versioning then make sure you reconciled and posted the correct child version that you made the edits to the sde.default version. You can also use a connection file that points to a version where you made edits and use that connection file in geoprocessing tools.

| Marcelo Marques | Esri Principal Product Engineer | Cloud & Database Administrator | OCP - Oracle Certified Professional | "In 1992, I embarked on my journey with Esri Technology, and since 1997, I have been working with ArcSDE Geodatabases, right from its initial release. Over the past 32 years, my passion for GIS has only grown stronger." | “ I do not fear computers. I fear the lack of them." Isaac Isimov |
0 Kudos