Registering a table with the geodatabase adds a record to the following geodatabase system tables:
- GDB_ITEMS
- GDB_ITEMRELATIONSHIPS
- TABLE_REGISTRY (or sde_table_registry)
- COLUMN_REGISTRY (or sde_column_registry)
If the table contains a spatial column, a record is added to these geodatabase system tables as well:
- LAYERS (or sde_layers)
- GEOMETRY_COLUMNS (or sde_geometry_columns)
In addition, registering a table with the geodatabase adds an ObjectID field to the table. This field is populated by the geodatabase with unique ID numbers.
If you register a table with the geodatabase and the table already contains an ObjectID field, you are presented with a dialog box that allows you to use the existing field or add a new field, ObjectID_1.
If you register a spatial table (a feature class) with the geodatabase and it already contains a field named ObjectID, an ID field is automatically added to the business table. This ID field's data type is ObjectID. The field is populated with unique values for each record in the table. These values are generated by the geodatabase.
Be aware that there can be only one field with a data type of ObjectID in a spatial table registered with the geodatabase.
The field data types used in the table you register with the geodatabase must map to ArcGIS data types. If they do not, registration will fail. See Data types supported in ArcGIS for a list of data types you can use.
To register a table with the geodatabase in ArcGIS for Desktop, follow these steps:
- Start ArcMap and open the Catalog window or start ArcCatalog.
- Connect to the enterprise geodatabase that contains the table you want to register.
This connection is made under the Database Connections node of the Catalog tree. Be sure you connect as the owner of the table.
- Right-click the table you want to register and click Register with Geodatabase.
- If you are registering a nonspatial table that already contains an ObjectID field, either choose to use the existing field to store ObjectIDs or create a new field.
- If you receive the dialog box, provide the requested information.
- Click OK to register the table.
Once the table is registered with the geodatabase, you can use geodatabase functionality such as adding subtypes to it, defining domains for fields in the table, and placing the table in a relationship class. If it is a spatial table (a feature class), you can also move it into a feature dataset so it can be used in topologies, networks, terrains, and other feature dataset constructs. (To use functionality such as network datasets, terrains, and schematics, you must have the required ArcGIS extension installed and enabled.)