Database limits - number of objects
Hi all,
In docs (Database reference - Logical database limits) we read
Dictionary-managed database objects
Maximum per database
4,254,950,911 - overhead.
In one of our 19c databases application is permanently recreating tables, and object_id is close to max number of objects in oracle database. At the same time total number of existing ibjects in database is not high, maybe 100000.
So what is going to happen when object_id approaches 4254950911?
Does 4254950911 limit number of tables that can exist in an Oracle database or 4254950911 is the max object_id in an Oracle database?