I have no experience with oracle databases, but transposing the problem to PostgreSQL, you would need to create mechanism to get the next value as a default. In PostgreSQL, it's called a sequence. That stores the last id used and retrieves the next value every time a new feature is created. QGIS understand that default function and fill it down when new features are created.
Hope it helps. Alexandre Neto A terça, 16/04/2024, 16:10, Kobben, Barend (UT-ITC) via QGIS-User < qgis-user@lists.osgeo.org> escreveu: > Hi there, > > > > From what I read this is about adding a database table in Oracle with data > coming from an ArcGIS Pro Feature Table...? Not really a QGIS error or > problem as such I think....? > > > > yours > > *-- * > > *Barend Köbben* > > > > > > On 16/04/2024, 16:14, "QGIS-User" <qgis-user-boun...@lists.osgeo.org> > wrote: > > > > Hi Community > > > > We have rise the following question, we really appreciate your support: > > > > > https://gis.stackexchange.com/questions/480009/maintain-objectid-for-new-added-polygons-using-qgis-to-an-oracle-geodatabase-fea > > [image: Image removed by sender.] > _______________________________________________ > QGIS-User mailing list > QGIS-User@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user >
_______________________________________________ QGIS-User mailing list QGIS-User@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user