The FeatureClassDefinition class in ArcGIS Pro SDK 3.3 returns inaccurate or inflated number of feature classes when interacting with Oracle enterprise geodatabases containing user-defined schemas
using (Geodatabase geodatabase = new Geodatabase(new DatabaseConnectionFile(new Uri("path-to-SDE"))))
{
var featureClassNames = geodatabase.GetDefinitions<FeatureClassDefinition>().Select(def => def.GetName()).ToList();
}
Hi @UmaHarano, @Aashis , @GKmieliauskas ,
Please help me in some workaround for this bug (BUG-000168683) to get the correct list feature classes from Oracle enterprise geodatabases containing user-defined schemas
BUG-000168683
https://support.esri.com/en-us/bug/an-oracle-or-sql-geodatabase-with-select-privileges-vie-bug-00016...