Enterprise geodatabase system tables

Enterprise geodatabases are collections of tables, views, stored procedures, and functions in a database.

There are two types of tables in enterprise geodatabases: tables that store user data and system tables that implement geodatabase functionality in the database. Knowing which tables participate in geodatabase datasets and functionality will help you, as a database administrator, to know which tables should not be altered using SQL.

User data

Datasets store the geographic data that people create, map, analyze, publish, and share. Datasets are the objects you see in an enterprise geodatabase when you connect to it from ArcGIS Pro or an ArcGIS Desktop application.

Feature classes and nonspatial tables

When you connect to an enterprise geodatabase in ArcGIS, you can create tables and feature classes to store data. Both create a table in the underlying database; the difference between them is the presence of a spatial column in the feature class table. The person who creates the table or feature class defines the table name.

A feature class is a collection of spatial features, all of the same geometric type (point, line, polygon, multipoint, annotation, dimension, or multipatch). In the database, a feature class is a single table with a spatial column.

You build on these base feature class or nonspatial tables to implement geodatabase functionality in datasets.

Datasets

Most dataset types are composed of the table you see in ArcGIS Pro or ArcGIS Desktop applications plus system tables that help to implement the functionality that is unique to that type of dataset. These datasets are sometimes referred to as controller datasets or extension datasets. You can see the supporting system tables if you connect to the database through a database management application.

See Dataset system tables for a list of these types of tables.

System tables and geodatabase functionality

Geodatabase system tables include the core system tables that track geodatabase objects and behavior and a few supporting tables that implement geodatabase properties in a database. As these are system tables, you do not see them when you connect to an enterprise geodatabase from an ArcGIS app.

Core geodatabase system tables are stored in the sde user's schema. Some geodatabase functionality—such as domains, subtypes, attribute rules, and contingent attribute values—is implemented through fields in these core system tables. Other functionality—such as geodatabase archives and traditional versions—is implemented through a combination of columns in the dataset, core system tables, and supporting system tables. When supporting system tables are present, they are stored in the schema of the database user who enabled the geodatabase functionality. For example, when you enable geodatabase archiving on a feature class, fields are added to the feature class table, the archive is tracked in the core system archives table, and a history table is created in your schema.

See Geodatabase system tables in Db2 for a list of core geodatabase system tables and system tables that implement specific geodatabase functionality.